ITargetPlatformManagerModule::FindTargetPlatform

Finds a target platform by name.

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatformManagerModule > FindTargetPlatform

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h
Include #include "Interfaces/ITargetPlatformManagerModule.h"
[ITargetPlatform](API\Developer\TargetPlatform\Interfaces\ITargetPlatform) * FindTargetPlatform
(
    const TCHAR * Name
)

Remarks

Finds a target platform by name. The target platform, or nullptr if not found.

Parameters

Name Description
Name The target platform's short or long name.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library