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