TTargetPlatformBase::IsUsable

Returns true if the target platform will be able to be initialized with an FPlatformInfo.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h

Include

#include "Common/TargetPlatformBase.h"

Syntax

static bool IsUsable()

Remarks

Returns true if the target platform will be able to be initialized with an FPlatformInfo. Because FPlatformInfo now comes from a .ini file, it's possible that the .dll exists, but the .ini does not (should be uncommon, but is necessary to be handled)

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