ITargetPlatform::GetPlatformFromOrdinal

Given a platform ordinal number, returns the corresponding [ITargetPlatform](API\Developer\TargetPlatform\Interfaces\ITargetPlatform) instance

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h
Include #include "Interfaces/ITargetPlatform.h"
Source /Engine/Source/Developer/TargetPlatform/Private/TargetPlatformManagerModule.cpp
static const [ITargetPlatform](API\Developer\TargetPlatform\Interfaces\ITargetPlatform) * GetPlatformFromOrdinal
(
    int32 Ordinal
)

Remarks

Given a platform ordinal number, returns the corresponding ITargetPlatform instance


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library