Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/ITargetPlatformManagerModule
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h |
| Include | #include "Interfaces/ITargetPlatformManagerModule.h" |
bool HasInitErrors
&40;
FString &42; OutErrorMessages
&41; const
Remarks
Determine if there were errors during the initialization of the platform manager. True if there were errors during the initialization of the platform manager, False otherwise.
Parameters
| Name | Description |
|---|---|
| OutErrorMessages | Optional pointer to an FString that will have the error messages appended to it. |