ITargetPlatformManagerModule::HasInitErrors

Determine if there were errors during the initialization of the platform manager.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h

Include

#include "Interfaces/ITargetPlatformManagerModule.h"

Syntax

bool HasInitErrors
(
    FString * OutErrorMessages
) const

Remarks

Determine if there were errors during the initialization of the platform manager.

Returns

True if there were errors during the initialization of the platform manager, False otherwise.

Parameters

Parameter

Description

OutErrorMessages

Optional pointer to an FString that will have the error messages appended to it.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss