|
ezResult | Serialize (ezStreamWriter &inout_stream) const |
|
ezResult | Deserialize (ezStreamReader &inout_stream) |
|
void | Clear () |
|
void | CalculatePerTypeStartOffsets () |
|
void | CheckOffset (DataOffset dataOffset, const ezRTTI *pType) const |
|
DataOffset | GetOffset (ezVisualScriptDataType::Enum dataType, ezUInt32 uiIndex, DataOffset::Source::Enum source) const |
|
virtual | ~ezRefCounted ()=default |
| Adds a virtual destructor.
|
|
| ezRefCountingImpl ()=default |
| Constructor.
|
|
| ezRefCountingImpl (const ezRefCountingImpl &rhs) |
|
void | operator= (const ezRefCountingImpl &rhs) |
|
ezInt32 | AddRef () const |
| Increments the reference counter. Returns the new reference count.
|
|
ezInt32 | ReleaseRef () const |
| Decrements the reference counter. Returns the new reference count.
|
|
bool | IsReferenced () const |
| Returns true if the reference count is greater than 0, false otherwise.
|
|
ezInt32 | GetRefCount () const |
| Returns the current reference count.
|
|
|
OffsetAndCount | m_PerTypeInfo [ezVisualScriptDataType::Count] |
|
ezUInt32 | m_uiStorageSizeNeeded = 0 |
|
The documentation for this struct was generated from the following files:
- /home/runner/work/ezEngine/ezEngine/Code/EnginePlugins/VisualScriptPlugin/Runtime/VisualScriptData.h
- /home/runner/work/ezEngine/ezEngine/Code/EnginePlugins/VisualScriptPlugin/Runtime/VisualScriptData.cpp
- /home/runner/work/ezEngine/ezEngine/Code/EnginePlugins/VisualScriptPlugin/Runtime/VisualScriptData_inl.h