Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform
- ITargetPlatform::SupportsBuildTarget()
- TTargetPlatformBase::SupportsBuildTarget()
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h |
Include | #include "Interfaces/ITargetPlatform.h" |
bool SupportsBuildTarget
&40;
EBuildTargetType TargetType
&41; 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. |