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) |
|
virtual ConstructType | GetConstructType () const =0 |
|
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) |
|
|
static void | Reflect (AZ::ReflectContext *context) |
|
◆ ConfigureAllowableSaveTypes()
void GraphCanvas::NodeGroupPresetBucket::ConfigureAllowableSaveTypes |
( |
AZStd::unordered_set< AZ::Uuid > & |
allowableSaveTypes | ) |
|
|
overrideprotectedvirtual |
◆ ConfigurePresetDefaults()
◆ CreateEmptyPreset()
ConstructPreset * GraphCanvas::NodeGroupPresetBucket::CreateEmptyPreset |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ DeconfigurePresetsFromEntity()
◆ GetConstructType()
ConstructType GraphCanvas::NodeGroupPresetBucket::GetConstructType |
( |
| ) |
const |
|
overridevirtual |
◆ GetDefaultName()
AZStd::string GraphCanvas::NodeGroupPresetBucket::GetDefaultName |
( |
| ) |
const |
|
overrideprotectedvirtual |
The documentation for this class was generated from the following file:
- Gems/GraphCanvas/Code/StaticLib/GraphCanvas/Types/ConstructPresets.h