Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces
Inheritance Hierarchy
- IModuleInterface
- ITargetPlatformControlsModule
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformControlsModule.h |
| Include | #include "Interfaces/ITargetPlatformControlsModule.h" |
Syntax
class ITargetPlatformControlsModule : public IModuleInterface
Remarks
Interface for target platform modules.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< ITargetPlatformControls * > | GetTargetPlatformControls
(
FName& PlatformSettingsModuleName |
Gets the module's target platforms. | |
| void | GetTargetPlatformControls
(
TArray< ITargetPlatformControls* >& TargetPlatforms, |
This is where each platform module will fill out an array |