Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
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 |
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. The display text associated with the progress step.
Parameters
| Name | Description |
|---|---|
| State | The error type value. |