BuildPatchServices::StateToString

Returns the string representation of the EBuildPatchState value.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "BuildPatchState.h"

Source

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

Syntax

namespace BuildPatchServices
{
    const FString & BuildPatchServices::StateToString
    (
        const EBuildPatchState & State
    )
}

Remarks

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

Returns

The enum's string value.

Parameters

Parameter

Description

State

The 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