TTargetPlatformBase::SupportsBuildTarget

Checks whether this platform supports the specified build target, i.e. Game or Editor.

Windows
MacOS
Linux

Override Hierarchy

ITargetPlatform::SupportsBuildTarget()

TTargetPlatformBase::SupportsBuildTarget()

References

Module

TargetPlatform

Header

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

Include

#include "Common/TargetPlatformBase.h"

Syntax

virtual bool SupportsBuildTarget
(
    EBuildTargetType TargetType
) const

Remarks

Checks whether this platform supports the specified build target, i.e. Game or Editor.

Returns

true if the build target is supported, false otherwise.

Parameters

Parameter

Description

TargetType

The target type 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