FTargetPlatformBase::SupportsValueForType

Checks whether the target platform supports the specified value for the specified type of support

Windows
MacOS
Linux

Override Hierarchy

ITargetPlatform::SupportsValueForType()

FTargetPlatformBase::SupportsValueForType()

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h

Include

#include "Common/TargetPlatformBase.h"

Syntax

virtual bool SupportsValueForType
(
    FName SupportedType,
    FName RequiredSupportedValue
) const

Remarks

Checks whether the target platform supports the specified value for the specified type of support

Returns

true if the feature is supported, false otherwise.

Parameters

Parameter

Description

SupportedType

The type of support being queried

RequiredSupportedValue

The value of support needed

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