Open 3D Engine GraphCanvas Gem 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.
GraphCanvas::CommentPreset Class Reference

Inherits GraphCanvas::ConstructPreset.

Public Member Functions

 AZ_RTTI (CommentPreset, "{7C2F56BB-6515-4F0F-BBDA-C4C6DBF2453F}", ConstructPreset)
 
 AZ_CLASS_ALLOCATOR (CommentPreset, AZ::SystemAllocator)
 
bool IsValidEntityForPreset (const AZ::EntityId &entityId) const override
 
QPixmap * GetDisplayIcon (const EditorId &editorId) const override
 
- Public Member Functions inherited from GraphCanvas::ConstructPreset
 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 EntitySaveDataContainerGetPresetData () const
 
void SetDisplayName (AZStd::string_view displayName)
 
const AZStd::string & GetDisplayName () const
 
virtual QPixmap * GetDisplayIcon (const EditorId &editorId) const =0
 

Additional Inherited Members

- Static Public Member Functions inherited from GraphCanvas::ConstructPreset
static void Reflect (AZ::ReflectContext *reflectContext)
 

Member Function Documentation

◆ GetDisplayIcon()

QPixmap * GraphCanvas::CommentPreset::GetDisplayIcon ( const EditorId &  editorId) const
overridevirtual

◆ IsValidEntityForPreset()

bool GraphCanvas::CommentPreset::IsValidEntityForPreset ( const AZ::EntityId &  entityId) const
overridevirtual

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