BuildPatchServices::StateToText

Returns the [FText](API\Runtime\Core\Internationalization\FText) representation of the specified EBuildPatchState value.

Windows
MacOS
Linux

Deprecated

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 FText & BuildPatchServices::StateToText
    (
        const EBuildPatchState & State
    )
}

Remarks

Returns the FText representation of the specified EBuildPatchState value. Used for displaying to the user.

Returns

The display text associated with the progress step.

Parameters

Parameter

Description

State

The error type 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