Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/ITargetPlatformManagerModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ITargetPlatform * FindTargetPlatform
(
FStringView Name |
Finds a target platform by name. | Interfaces/ITargetPlatformManagerModule.h | |
ITargetPlatform * FindTargetPlatform
(
FName Name |
Finds a target platform by name. | Interfaces/ITargetPlatformManagerModule.h | |
ITargetPlatform * FindTargetPlatform
(
const TCHAR* Name |
Finds a target platform by name. | Interfaces/ITargetPlatformManagerModule.h |
FindTargetPlatform(FStringView)
Description
Finds a target platform by name.
| Name | FindTargetPlatform |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h |
| Include Path | #include "Interfaces/ITargetPlatformManagerModule.h" |
ITargetPlatform * FindTargetPlatform
(
FStringView Name
)
The target platform, or nullptr if not found.
Parameters
| Name | Remarks |
|---|---|
| Name | The target platform's short or long name. |
FindTargetPlatform(FName)
Description
Finds a target platform by name.
| Name | FindTargetPlatform |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h |
| Include Path | #include "Interfaces/ITargetPlatformManagerModule.h" |
ITargetPlatform * FindTargetPlatform
(
FName Name
)
The target platform, or nullptr if not found.
Parameters
| Name | Remarks |
|---|---|
| Name | The target platform's short or long name. |
FindTargetPlatform(const TCHAR *)
Description
Finds a target platform by name.
| Name | FindTargetPlatform |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h |
| Include Path | #include "Interfaces/ITargetPlatformManagerModule.h" |
ITargetPlatform * FindTargetPlatform
(
const TCHAR * Name
)
The target platform, or nullptr if not found.
Parameters
| Name | Remarks |
|---|---|
| Name | The target platform's short or long name. |