|
void | SetConfigName (plStringView sName) |
|
plStringView | GetConfigName () const |
|
void | SetTargetPlatform (plStringView sPlatform) |
|
plStringView | GetTargetPlatform () const |
|
void | Clear () |
|
void | AddMissingConfigs () |
|
template<typename TYPE > |
const TYPE * | GetTypeConfig () const |
|
template<typename TYPE > |
TYPE * | GetTypeConfig () |
|
const plProfileConfigData * | GetTypeConfig (const plRTTI *pRtti) const |
|
plProfileConfigData * | GetTypeConfig (const plRTTI *pRtti) |
|
plResult | SaveForRuntime (plStringView sFile) const |
|
plResult | LoadForRuntime (plStringView sFile) |
|
plUInt32 | GetLastModificationCounter () const |
| Returns a number indicating when the profile counter changed last. By storing and comparing this value, other code can update their state if necessary.
|
|
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 files:
- Code/Engine/Core/Configuration/PlatformProfile.h
- Code/Engine/Core/Configuration/Implementation/PlatformProfile.cpp