FGenericPlatformMisc::HasPlatformFeature

Returns whether the given platform feature is currently available (for instance, Metal is only available in IOS8 and with A7 devices)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h

Include

#include "GenericPlatform/GenericPlatformMisc.h"

Syntax

static bool HasPlatformFeature
(
    const TCHAR * FeatureName
)

Remarks

Returns whether the given platform feature is currently available (for instance, Metal is only available in IOS8 and with A7 devices)

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