ITargetDevice::SupportsFeature

Checks whether the target device supports the specified feature.

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

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h
Include #include "Interfaces/ITargetDevice.h"
bool SupportsFeature
(
    [ETargetDeviceFeatures](API\Developer\TargetPlatform\Interfaces\ETargetDeviceFeatures) Feature
) const

Remarks

Checks whether the target device supports the specified feature. true if the feature is supported, false otherwise.

Parameters

Name Description
Feature The feature to check.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library