ITargetPlatformManagerModule::FindTargetPlatformWithSupport

Finds a target platform by looking for one that supports a given value for a generic type of support

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h

Include

#include "Interfaces/ITargetPlatformManagerModule.h"

Syntax

ITargetPlatform * FindTargetPlatformWithSupport
(
    FName SupportType,
    FName RequiredSupportedValue
)

Remarks

Finds a target platform by looking for one that supports a given value for a generic type of support

Returns

The target platform, or nullptr if not found.

Parameters

Parameter

Description

Name

SupportClass The type of support needed (like "ShaderFormat")

RequiredSupportValue

The value of the supported type that is needed

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss