Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::ScriptPropertyGroup Struct Reference

Public Member Functions

 AZ_TYPE_INFO (ScriptPropertyGroup, "{79682522-2f81-4b36-9fc2-a091c7504f7f}")
 
ScriptPropertyGroupGetGroup (const char *groupName)
 
AZ::ScriptProperty * GetProperty (const char *propertyName)
 
void Clear ()
 
 ScriptPropertyGroup (const ScriptPropertyGroup &rhs)=delete
 
ScriptPropertyGroupoperator= (ScriptPropertyGroup &)=delete
 
 ScriptPropertyGroup (ScriptPropertyGroup &&rhs)
 
ScriptPropertyGroupoperator= (ScriptPropertyGroup &&rhs)
 

Public Attributes

AZStd::string m_name
 
AZStd::vector< AZ::ScriptProperty * > m_properties
 
AZStd::vector< ScriptPropertyGroupm_groups
 

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