Inherits GraphCanvas::ConstructPreset.
|
| AZ_RTTI (NodeGroupPreset, "{15958013-653B-4CA2-8FC9-5DEC48FFDFA4}", ConstructPreset) |
|
| AZ_CLASS_ALLOCATOR (NodeGroupPreset, AZ::SystemAllocator) |
|
bool | IsValidEntityForPreset (const AZ::EntityId &entityId) const override |
|
QPixmap * | GetDisplayIcon (const EditorId &editorId) const override |
|
| AZ_RTTI (ConstructPreset, "{91FAF8E9-6EE9-4C75-B33F-5BA3B4A2066E}") |
|
| AZ_CLASS_ALLOCATOR (ConstructPreset, AZ::SystemAllocator) |
|
virtual bool | IsValidEntityForPreset (const AZ::EntityId &entityId) const =0 |
|
void | ApplyPreset (const AZ::EntityId &entityId) const |
|
const EntitySaveDataContainer & | GetPresetData () const |
|
void | SetDisplayName (AZStd::string_view displayName) |
|
const AZStd::string & | GetDisplayName () const |
|
virtual QPixmap * | GetDisplayIcon (const EditorId &editorId) const =0 |
|
|
static void | Reflect (AZ::ReflectContext *reflectContext) |
|
◆ GetDisplayIcon()
QPixmap * GraphCanvas::NodeGroupPreset::GetDisplayIcon |
( |
const EditorId & |
editorId | ) |
const |
|
overridevirtual |
◆ IsValidEntityForPreset()
bool GraphCanvas::NodeGroupPreset::IsValidEntityForPreset |
( |
const AZ::EntityId & |
entityId | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file:
- Gems/GraphCanvas/Code/StaticLib/GraphCanvas/Types/ConstructPresets.h