|
|
plResult | Serialize (plStreamWriter &inout_stream) const |
| |
|
plResult | Deserialize (plStreamReader &inout_stream) |
| |
|
void | Clear () |
| |
|
void | CalculatePerTypeStartOffsets () |
| |
|
void | CheckOffset (DataOffset dataOffset, const plRTTI *pType) const |
| |
|
DataOffset | GetOffset (plVisualScriptDataType::Enum dataType, plUInt32 uiIndex, DataOffset::Source::Enum source) const |
| |
|
virtual | ~plRefCounted ()=default |
| | Adds a virtual destructor.
|
| |
|
| plRefCountingImpl ()=default |
| | Constructor.
|
| |
|
| plRefCountingImpl (const plRefCountingImpl &rhs) |
| |
|
void | operator= (const plRefCountingImpl &rhs) |
| |
|
plInt32 | AddRef () const |
| | Increments the reference counter. Returns the new reference count.
|
| |
|
plInt32 | 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.
|
| |
|
plInt32 | GetRefCount () const |
| | Returns the current reference count.
|
| |
|
|
OffsetAndCount | m_PerTypeInfo [plVisualScriptDataType::Count] |
| |
|
plUInt32 | m_uiStorageSizeNeeded = 0 |
| |
The documentation for this struct was generated from the following files:
- Code/EnginePlugins/VisualScriptPlugin/Runtime/VisualScriptData.h
- Code/EnginePlugins/VisualScriptPlugin/Runtime/VisualScriptData.cpp
- Code/EnginePlugins/VisualScriptPlugin/Runtime/VisualScriptData_inl.h