Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/TTargetPlatformControlsBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTargetPlatformControlsBase
(
ITargetPlatformSettings* TargetPlatformSettings |
Constructor that makes a TPCI based solely on TPlatformProperties | Common/TargetPlatformControlsBase.h | |
TTargetPlatformControlsBase
(
const PlatformInfo::FTargetPlatformInfo*const InPlatformInfo, |
Constructor that already has a TPI (notably coming from TNonDesktopTargetPlatform) | Common/TargetPlatformControlsBase.h |
TTargetPlatformControlsBase(ITargetPlatformSettings *)
Description
Constructor that makes a TPCI based solely on TPlatformProperties
| Name | TTargetPlatformControlsBase |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformControlsBase.h |
| Include Path | #include "Common/TargetPlatformControlsBase.h" |
TTargetPlatformControlsBase
(
ITargetPlatformSettings * TargetPlatformSettings
)
TTargetPlatformControlsBase(const PlatformInfo::FTargetPlatformInfo const, ITargetPlatformSettings )
Description
Constructor that already has a TPI (notably coming from TNonDesktopTargetPlatform)
| Name | TTargetPlatformControlsBase |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformControlsBase.h |
| Include Path | #include "Common/TargetPlatformControlsBase.h" |
TTargetPlatformControlsBase
(
const PlatformInfo::FTargetPlatformInfo *const InPlatformInfo,
ITargetPlatformSettings * TargetPlatformSettings
)