BuildPatchServices::FeatureLevelToString

Returns the string representation of the EFeatureLevel value. Used for analytics and logging only.

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
{
    const TCHAR * BuildPatchServices::FeatureLevelToString
    (
        const EFeatureLevel & FeatureLevel
    )
}

Remarks

Returns the string representation of the EFeatureLevel value. Used for analytics and logging only.

Returns

The string representation.

Parameters

Parameter

Description

FeatureLevel

The feature level enum value.

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