Navigation
API > API/Developer > API/Developer/TargetPlatform
| Name | TTargetPlatformControlsBase |
| Type | class |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformControlsBase.h |
| Include Path | #include "Common/TargetPlatformControlsBase.h" |
Syntax
template<typename TPlatformProperties>
class TTargetPlatformControlsBase : public FTargetPlatformControlsBase
Implements Interfaces
Derived Classes
Constructors
| 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 |
Functions
Public
Overridden from ITargetPlatformControls
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString CookingDeviceProfileName() |
Gets the name of the device profile to use when cooking this TargetPlatform | Common/TargetPlatformControlsBase.h | |
virtual int64 GetMemoryMappingAlignment() |
Gets the alignment of memory mapping for this platform, typically the page size. | Common/TargetPlatformControlsBase.h | |
virtual EBuildTargetType GetRuntimePlatformType () |
Return the TargetType this platform uses at runtime. | Common/TargetPlatformControlsBase.h | |
virtual FName GetZlibReplacementFormat() |
Gets a new compression format to use in place of Zlib. This should be rarely implemented | Common/TargetPlatformControlsBase.h | |
virtual bool HasEditorOnlyData() |
Checks whether this platform has only editor data (typically desktop platforms). | Common/TargetPlatformControlsBase.h | |
virtual bool HasSecurePackageFormat() |
Checks whether this platform has a secure shippable package format, and therefore doesn't need any encryption or signing support | Common/TargetPlatformControlsBase.h | |
virtual bool IsClientOnly() |
Checks whether this platform is only a client (and must connect to a server to run). | Common/TargetPlatformControlsBase.h | |
virtual bool IsLittleEndian() |
Checks whether this platform is little endian. | Common/TargetPlatformControlsBase.h | |
virtual bool IsServerOnly() |
Checks whether this platform is only a server. | Common/TargetPlatformControlsBase.h | |
virtual FString PlatformName () |
Returns the name of this platform | Common/TargetPlatformControlsBase.h | |
virtual bool RequiresCookedData() |
Checks whether this platform requires cooked data (typically console platforms). | Common/TargetPlatformControlsBase.h | |
virtual bool RequiresOriginalReleaseVersionForPatch() |
Checks whether this platform requires the originally released version (in addition to the previously released version) to create a patch | Common/TargetPlatformControlsBase.h | |
virtual EPlatformAuthentication RequiresUserCredentials() |
Checks whether this platform requires user credentials (typically server platforms). | Common/TargetPlatformControlsBase.h | |
virtual bool SupportsAutoSDK() |
Returns true if the platform supports the AutoSDK system | Common/TargetPlatformControlsBase.h | |
virtual bool SupportsBuildTarget
(
EBuildTargetType TargetType |
Checks whether this platform supports the specified build target, i.e. Game or Editor. | Common/TargetPlatformControlsBase.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsUsable () |
Returns true if the target platform will be able to be initialized with an FPlatformInfo. | Common/TargetPlatformControlsBase.h |