ITargetDevice::SupportsSdkVersion

Checks whether this device supports the specified SDK version.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/ITargetDevice.h"

Syntax

bool SupportsSdkVersion
(
    const FString & VersionString
) const

Remarks

Checks whether this device supports the specified SDK version.

Returns

true if the SDK version is supported, false otherwise.

Parameters

Parameter

Description

VersionString

The SDK version string.

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