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