|
| enum | ModifiedFlags : unsigned int { HiddenFlag = PL_BIT(0)
, PrefabFlag = PL_BIT(1)
, AllFlags = 0xFFFFFFFF
} |
| |
|
|
bool | m_bHidden |
| |
|
plUuid | m_CreateFromPrefab |
| | Whether the object should be rendered in the editor view (no effect on the runtime)
|
| |
|
plUuid | m_PrefabSeedGuid |
| | The asset GUID of the prefab from which this object was created. Invalid GUID, if this is not a prefab instance.
|
| |
|
plString | m_sBasePrefab |
| | The seed GUID used to remap the object GUIDs from the prefab asset into this instance.
|
| |
|
|
virtual const plRTTI * | GetDynamicRTTI () const |
| |
|
bool | IsInstanceOf (const plRTTI *pType) const |
| | Returns whether the type of this instance is of the given type or derived from it.
|
| |
|
template<typename T > |
| PL_ALWAYS_INLINE bool | IsInstanceOf () const |
| | Returns whether the type of this instance is of the given type or derived from it.
|
| |
|
static const plRTTI * | GetStaticRTTI () |
| |
The documentation for this class was generated from the following file:
- Code/Tools/Libs/ToolsFoundation/Document/Document.h