Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
Description
Returns the FText representation of the specified EBuildPatchState value. Used for displaying to the user.
| Name | BuildPatchServices::StateToText |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchState.h |
| Include Path | #include "BuildPatchState.h" |
| Source | /Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchState.cpp |
namespace BuildPatchServices
{
const FText & BuildPatchServices::StateToText
(
const EBuildPatchState & State
)
}
The display text associated with the progress step.
Parameters
| Name | Remarks |
|---|---|
| State | The error type value. |