Inherits GraphCanvas::ConstructTypePresetBucket.
|
| AZ_RTTI (NodeGroupPresetBucket, "{1ED223B3-7E1F-418E-9DBF-EB345FCD1333}", ConstructTypePresetBucket) |
|
| AZ_CLASS_ALLOCATOR (NodeGroupPresetBucket, AZ::SystemAllocator) |
|
ConstructType | GetConstructType () const override |
|
| AZ_RTTI (ConstructTypePresetBucket, "{D6C8F55A-E0C3-4460-8BE2-773AB5BE6F2D}") |
|
| AZ_CLASS_ALLOCATOR (ConstructTypePresetBucket, AZ::SystemAllocator) |
|
void | SetDefaultPreset (int index) |
|
int | GetDefaultPresetIndex () const |
|
int | GetPresetCount () const |
|
const AZStd::vector< AZStd::shared_ptr< ConstructPreset > > & | GetPresets () const |
|
AZStd::shared_ptr< ConstructPreset > | FindPreset (int index) const |
|
AZStd::shared_ptr< ConstructPreset > | GetDefaultPreset () const |
|
AZStd::shared_ptr< ConstructPreset > | CreateNewPreset (AZStd::string_view displayName="") |
|
bool | CreatePresetFrom (const AZ::EntityId &elementId, AZStd::string_view displayName="") |
|
void | ClearPresets () |
|
void | RemovePreset (int preset) |
|
bool | RemovePreset (AZStd::shared_ptr< ConstructPreset > preset) |
|
void | SetEditorId (const EditorId &editorId) |
|
|
AZStd::string | GetDefaultName () const override |
|
ConstructPreset * | CreateEmptyPreset () override |
|
void | ConfigurePresetDefaults (EntitySaveDataContainer *presetData) override |
|
void | ConfigureAllowableSaveTypes (AZStd::unordered_set< AZ::Uuid > &allowableSaveTypes) override |
|
void | DeconfigurePresetsFromEntity (EntitySaveDataContainer *preset) override |
|
void | AddPreset (ConstructPreset *presets) |
|
void | ApplyPreset (const AZ::EntityId &entityId, int index) |
|
|
static void | Reflect (AZ::ReflectContext *context) |
|
The documentation for this class was generated from the following file:
- Gems/GraphCanvas/Code/StaticLib/GraphCanvas/Types/ConstructPresets.h