Open 3D Engine EMotionFX 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.
|
Public Member Functions | |
MCORE_INLINE void | SetName (const char *name) |
MCORE_INLINE const char * | GetName () const |
MCORE_INLINE void | SetNameID (uint32 id) |
MCORE_INLINE uint32 | GetNameID () const |
MCORE_INLINE void | SetRect (const QRect &rect) |
MCORE_INLINE const QRect & | GetRect () const |
MCORE_INLINE void | SetColor (const QColor &color) |
MCORE_INLINE const QColor & | GetColor () const |
MCORE_INLINE void | SetNode (GraphNode *node) |
MCORE_INLINE bool | GetIsHighlighted () const |
MCORE_INLINE void | SetIsHighlighted (bool enabled) |
void | OnNameChanged () |