Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/TTargetPlatformBase
Description
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)
| Name | IsUsable |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h |
| Include Path | #include "Common/TargetPlatformBase.h" |
static bool IsUsable()