Plasma Engine  2.0
Loading...
Searching...
No Matches
plDocumentObjectMetaData Class Reference
Inheritance diagram for plDocumentObjectMetaData:

Public Types

enum  ModifiedFlags : unsigned int { HiddenFlag = PL_BIT(0) , PrefabFlag = PL_BIT(1) , AllFlags = 0xFFFFFFFF }
 

Public Attributes

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.
 

Additional Inherited Members

- Public Member Functions inherited from plReflectedClass
virtual const plRTTIGetDynamicRTTI () 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 Public Member Functions inherited from plNoBase
static const plRTTIGetStaticRTTI ()
 

The documentation for this class was generated from the following file: