BuildPatchServices::FeatureLevelFromString

Parses the provided string into the relevant EFeatureLevel value, if it matches.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchFeatureLevel.h

Include

#include "BuildPatchFeatureLevel.h"

Source

/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFeatureLevel.cpp

Syntax

namespace BuildPatchServices
{
    bool BuildPatchServices::FeatureLevelFromString
    (
        const TCHAR * FeatureLevelString,
        EFeatureLevel & FeatureLevel
    )
}

Remarks

Parses the provided string into the relevant EFeatureLevel value, if it matches.

Returns

true if successfully parsed.

Parameters

Parameter

Description

FeatureLevelString

The string to try parse.

FeatureLevel

Receives the enum value if successful.

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