Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Common > API/Developer/TargetPlatform/Common/TTargetPlatformBase
- ITargetPlatform::SupportsBuildTarget()
- TTargetPlatformBase::SupportsBuildTarget()
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h |
Include | #include "Common/TargetPlatformBase.h" |
virtual 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. |