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