FGenericPlatformProperties::SupportsBuildTarget

Checks whether the specified build target is supported.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProperties.h

Include

#include "GenericPlatform/GenericPlatformProperties.h"

Syntax

static bool SupportsBuildTarget
(
    EBuildTargetType TargetType
)

Remarks

Checks whether the specified build target is supported.

Returns

true if the build target is supported, false otherwise.

Parameters

Parameter

Description

TargetType

The build target to check.

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