Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
Deprecated * BuildPatchServices::StateToText(const EBuildPatchState& State) has been deprecated. It will no longer be supported by BuildPatchServices in the future.
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&58;&58;StateToText
&40;
const EBuildPatchState & State
&41;
}
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. |