ITargetPlatform::SupportsBuildTarget

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

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform

  • ITargetPlatform::SupportsBuildTarget()

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h
Include #include "Interfaces/ITargetPlatform.h"
bool SupportsBuildTarget
(
    EBuildTargetType TargetType
) const

Remarks

Checks whether this platform supports the specified build target, i.e. Game or Editor. true if the build target is supported, false otherwise.

Parameters

Name Description
TargetType The target type to check.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library