Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FSoundQualityInfo | A non-UObject based structure used to pass data about a sound node wave around the engine and tools. | |
![]() |
FTargetDeviceId | Implements a target devices identifier. | |
![]() |
FTargetDeviceProcessInfo | Structure for information for processes that are running on a target device. | |
![]() |
FTargetDeviceThreadInfo | Structure for thread information. | |
![]() |
FTargetPlatform | Target platform identifier | |
![]() |
FTargetPlatformSet | Target platform set implementation using bitmask for compactness | |
![]() |
IAudioFormat | Interface for audio formats. | |
![]() |
IAudioFormatModule | Interface for audio format modules. | |
![]() |
IDeviceManagerCustomPlatformWidgetCreator | ||
![]() |
IProjectBuildMutatorFeature | ||
![]() |
IShaderFormat | IShaderFormat, shader pre-compilation abstraction | |
![]() |
IShaderFormatModule | Interface for shader format modules. | |
![]() |
ITargetDevice | Interface for target devices. | |
![]() |
ITargetDeviceOutput | Interface for target device output log reader. | |
![]() |
ITargetDeviceSocket | Interface for target device sockets. | |
![]() |
ITargetPlatform | Interface for target platforms. | |
![]() |
ITargetPlatformControls | ||
![]() |
ITargetPlatformControlsModule | Interface for target platform modules. | |
![]() |
ITargetPlatformManagerModule | Module for the target platform manager | |
![]() |
ITargetPlatformModule | Interface for target platform modules. | |
![]() |
ITargetPlatformSettings | ||
![]() |
ITargetPlatformSettingsModule | Interface for target platform modules. |
Typedefs
Name | Description |
---|---|
FOnTargetPlatformsInvalidated | |
ITargetDeviceOutputPtr | Type definition for shared pointers to instances of ITargetDeviceOutput. |
ITargetDevicePtr | Type definition for shared pointers to instances of ITargetDevice. |
ITargetDeviceRef | Type definition for shared references to instances of ITargetDevice. |
ITargetDeviceSocketPtr | Type definition for shared pointers to instances of IPlatformHostSocket. |
ITargetDeviceSocketRef | Type definition for shared references to instances of IPlatformHostSocket. |
ITargetDeviceWeakPtr | Type definition for weak pointers to instances of ITargetDevice. |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
EOfflineBVHMode | ||
![]() |
EPlatformAuthentication | ||
![]() |
ERayTracingRuntimeMode | ||
![]() |
ETargetDeviceConnectionTypes | Enumerates how the target device is connected | |
![]() |
ETargetDeviceFeatures | Enumerates features that may be supported by target devices. | |
![]() |
ETargetDeviceThreadStates | Enumerates states of threads running on a target device. | |
![]() |
ETargetDeviceThreadWaitStates | Enumerates wait states of threads running on a target device. | |
![]() |
ETargetDeviceTypes | Enumerates target device types. | |
![]() |
ETargetPlatformFeatures | Enumerates features that may be supported by target platforms. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FString | TargetDeviceConnectionTypes::ToString
(
ETargetDeviceConnectionTypes DeviceConnectionType |
Returns the string representation of the specified ETargetDeviceConnectionTypes value. |
![]() |
FString | TargetDeviceTypes::ToString
(
ETargetDeviceTypes DeviceType |
Returns the string representation of the specified ETargetDeviceTypes value. |
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
const int32 | CodeBuildRequired | Code Build Required |
![]() |
const int32 | CodeUnsupported | Code Build Not Supported |
![]() |
const int32 | LicenseNotAccepted | License Not Accepted |
![]() |
const int32 | ManifestNotFound | Manifest Not Found |
![]() |
const int32 | PluginsUnsupported | Plugins Not Supported |
![]() |
const int32 | ProvisionNotFound | Provision Not Found |
![]() |
const int32 | Ready | Ready |
![]() |
const int32 | RemoveServerNameEmpty | Remote Server Name Empty |
![]() |
const int32 | SDKNotFound | SDK Not Found |
![]() |
const int32 | SigningKeyNotFound | Signing Key Not Found |