Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h |
| Include | #include "Misc/CoreMisc.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/CoreMisc.cpp |
ITargetPlatformManagerModule * GetTargetPlatformManager
(
bool bFailOnInitErrors
)
Remarks
Return the Target Platform Manager interface, if it is available, otherwise return nullptr. The Target Platform Manager interface, if it is available, otherwise return nullptr.
Parameters
| Name | Description |
|---|---|
| bFailOnInitErrors | If true (default) and errors occur during init of the TPM, an error will be logged and the process may terminate, otherwise will return whether there was an error or not. |