Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatformManagerModule
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h |
Include | #include "Interfaces/ITargetPlatformManagerModule.h" |
bool HasInitErrors ( [FString](API\Runtime\Core\Containers\FString) * OutErrorMessages ) 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. |