Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/ITargetPlatformModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< ITargetPlatform * > GetTargetPlatforms () |
Gets the module's target platforms. | Interfaces/ITargetPlatformModule.h | |
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 |
GetTargetPlatforms()
Description
Gets the module's target platforms. This should be overridden by each platform, but currently, we are re-using the single internal GetTargetPlatform method the old TPModules will implement
| Name | GetTargetPlatforms |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformModule.h |
| Include Path | #include "Interfaces/ITargetPlatformModule.h" |
TArray < ITargetPlatform * > GetTargetPlatforms()
The target platform.
GetTargetPlatforms(TArray< ITargetPlatform * > &)
Description
This is where each platform module will fill out an array
| Name | GetTargetPlatforms |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformModule.h |
| Include Path | #include "Interfaces/ITargetPlatformModule.h" |
void GetTargetPlatforms
(
TArray < ITargetPlatform * > & TargetPlatforms
)
GetTargetPlatforms(TArray< ITargetPlatform > &, TArray< ITargetPlatformSettings >, TArray< ITargetPlatformControls * >)
| Name | GetTargetPlatforms |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformModule.h |
| Include Path | #include "Interfaces/ITargetPlatformModule.h" |
virtual void GetTargetPlatforms
(
TArray < ITargetPlatform * > & TargetPlatforms,
TArray < ITargetPlatformSettings * > TargetPlatformSettings,
TArray < ITargetPlatformControls * > TargetPlatformControls
)