Open 3D Engine GraphCanvas Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits GraphCanvas::ComponentSaveData.
Public Member Functions | |
AZ_RTTI (CommentNodeTextSaveData, "{524D8380-AC09-444E-870E-9CEF2535B4A2}", ComponentSaveData) | |
AZ_CLASS_ALLOCATOR (CommentNodeTextSaveData, AZ::SystemAllocator) | |
CommentNodeTextSaveData (CommentNodeTextSaveDataInterface *saveDataInterface) | |
void | operator= (const CommentNodeTextSaveData &other) |
void | OnCommentChanged () |
void | OnBackgroundColorChanged () |
void | UpdateStyleOverrides () |
AZStd::string | GetCommentLabel () const |
AZStd::string | GetBackgroundLabel () const |
Public Member Functions inherited from GraphCanvas::ComponentSaveData | |
AZ_RTTI (ComponentSaveData, "{359ACEC7-D0FA-4FC0-8B59-3755BB1A9836}") | |
AZ_CLASS_ALLOCATOR (ComponentSaveData, AZ::SystemAllocator) | |
void | operator= (const ComponentSaveData &) |
void | RegisterIds (const AZ::EntityId &entityId, const AZ::EntityId &graphId) |
void | SignalDirty () |
Public Attributes | |
AZStd::string | m_comment |
AZ::Color | m_backgroundColor |
FontConfiguration | m_fontConfiguration |
Additional Inherited Members | |
Protected Member Functions inherited from GraphCanvas::ComponentSaveData | |
const AZ::EntityId & | GetOwnerId () const |
const AZ::EntityId & | GetGraphId () const |