TTargetPlatformBase::IsUsable

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

Unreal Engine C++ API Reference > Developer > TargetPlatform > Common > TTargetPlatformBase

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h
Include #include "Common/TargetPlatformBase.h"
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)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library