ITargetPlatformManagerModule::FindTargetPlatform

Finds a target platform by name.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/ITargetPlatformManagerModule.h"

Syntax

ITargetPlatform * FindTargetPlatform
(
    FStringView Name
)

Remarks

Finds a target platform by name.

Returns

The target platform, or nullptr if not found.

Parameters

Parameter

Description

Name

The target platform's short or long name.

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