2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/FXDef.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
17 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68);
21 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68) = val;
25 return reinterpret_cast<SharedPointer<FXDef> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88);
29 *
reinterpret_cast<SharedPointer<FXDef> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88) = val;
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86
Definition Slot_Node_FXDef.h:6
void setNodeName(std::string val)
Definition Slot_Node_FXDef.h:20
void setFxDef(SharedPointer< FXDef > *val)
Definition Slot_Node_FXDef.h:28
std::string getNodeName()
Definition Slot_Node_FXDef.h:16
void setSlotName(std::string val)
Definition Slot_Node_FXDef.h:12
SharedPointer< FXDef > * getFxDef()
Definition Slot_Node_FXDef.h:24
std::string getSlotName()
Definition Slot_Node_FXDef.h:8