A property attribute that indicates that this feature is still in development and should not be shown to all users.
More...
#include <PropertyAttributes.h>
|
| enum | Phase { Alpha
, Beta
} |
| |
|
|
| plInDevelopmentAttribute (plInt32 iPhase) |
| |
|
const char * | GetString () const |
| |
|
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.
|
| |
|
|
plInt32 | m_Phase = Phase::Beta |
| |
|
|
static const plRTTI * | GetStaticRTTI () |
| |
A property attribute that indicates that this feature is still in development and should not be shown to all users.
The documentation for this class was generated from the following files:
- Code/Engine/Foundation/Reflection/Implementation/PropertyAttributes.h
- Code/Engine/Foundation/Reflection/Implementation/PropertyAttributes.cpp