Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/ITargetPlatformManagerModule
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h |
| Include | #include "Interfaces/ITargetPlatformManagerModule.h" |
ITargetPlatform &42; FindTargetPlatformWithSupport
&40;
FName SupportType,
FName RequiredSupportedValue
&41;
Remarks
Finds a target platform by looking for one that supports a given value for a generic type of support The target platform, or nullptr if not found.
Parameters
| Name | Description |
|---|---|
| Name | SupportClass The type of support needed (like "ShaderFormat") |
| RequiredSupportValue | The value of the supported type that is needed |