ITargetPlatform::SupportsFeature

Checks whether the target platform supports the specified feature.

Windows
MacOS
Linux

Override Hierarchy

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/ITargetPlatform.h"

Syntax

bool SupportsFeature
(
    ETargetPlatformFeatures Feature
) const

Remarks

Checks whether the target platform supports the specified feature.

Returns

true if the feature is supported, false otherwise.

Parameters

Parameter

Description

Feature

The feature to check.

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