FInstalledPlatformInfo::CanDisplayPlatform

Queries whether a platform can be displayed as an option, even if it's not supported for the specified project type

Unreal Engine C++ API Reference > Developer > DesktopPlatform > FInstalledPlatformInfo

References

   
Module DesktopPlatform
Header /Engine/Source/Developer/DesktopPlatform/Public/InstalledPlatformInfo.h
Include #include "InstalledPlatformInfo.h"
Source /Engine/Source/Developer/DesktopPlatform/Private/InstalledPlatformInfo.cpp
bool CanDisplayPlatform
(
    const [FString](API\Runtime\Core\Containers\FString) & PlatformName,
    [EProjectType](API\Developer\DesktopPlatform\EProjectType) ProjectType
) const

Remarks

Queries whether a platform can be displayed as an option, even if it's not supported for the specified project type


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library