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::DynamicProperty > | m_properties |
AZStd::vector< AZStd::shared_ptr< DynamicPropertyGroup > > | m_groups |
A collection of dynamic properties that can be serialized or added to an RPE as a group.