BuildPatchServices::EnumToString

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

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "BuildPatchDelta.h"

Syntax

namespace BuildPatchServices
{
    const FString & BuildPatchServices::EnumToString
    (
        const EDeltaPolicy & DeltaPolicy
    )
}

Remarks

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

Returns

the enum's string representation.

Parameters

Parameter

Description

DeltaPolicy

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