Navigation
API > API/Developer > API/Developer/TargetPlatform
Interface for target platform modules.
| Name | ITargetPlatformModule |
| Type | class |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformModule.h |
| Include Path | #include "Interfaces/ITargetPlatformModule.h" |
Syntax
class ITargetPlatformModule : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ITargetPlatformModule() |
Virtual destructor. | Interfaces/ITargetPlatformModule.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PlatformControls | TArray< ITargetPlatformControls * > | Interfaces/ITargetPlatformModule.h | ||
| PlatformSettings | TArray< ITargetPlatformSettings * > | Interfaces/ITargetPlatformModule.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllTargetPlatforms | TArray< ITargetPlatform * > | Holds the target platforms. | Interfaces/ITargetPlatformModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< ITargetPlatform * > GetTargetPlatforms () |
Gets the module's target platforms. | Interfaces/ITargetPlatformModule.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetTargetPlatforms
(
TArray< ITargetPlatform* >& TargetPlatforms |
This is where each platform module will fill out an array | Interfaces/ITargetPlatformModule.h | |
virtual void GetTargetPlatforms
(
TArray< ITargetPlatform* >& TargetPlatforms, |
Interfaces/ITargetPlatformModule.h |