Open 3D Engine Atom Gem API Reference 24.09.2
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AtomToolsFramework::DynamicPropertyGroup Struct Reference

A collection of dynamic properties that can be serialized or added to an RPE as a group. More...

#include <DynamicPropertyGroup.h>

Public Member Functions

 AZ_CLASS_ALLOCATOR (DynamicPropertyGroup, AZ::SystemAllocator)
 
 AZ_TYPE_INFO (DynamicPropertyGroup, "{F2267292-05E0-43AB-8506-725FA30CD5DF}")
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

bool m_visible = true
 
AZStd::string m_name
 
AZStd::string m_displayName
 
AZStd::string m_description
 
AZStd::vector< AtomToolsFramework::DynamicPropertym_properties
 
AZStd::vector< AZStd::shared_ptr< DynamicPropertyGroup > > m_groups
 

Detailed Description

A collection of dynamic properties that can be serialized or added to an RPE as a group.


The documentation for this struct was generated from the following file: