BuildPatchServices::EnumToString

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

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "BuildPatchVerify.h"

Syntax

namespace BuildPatchServices
{
    const FString & BuildPatchServices::EnumToString
    (
        const EVerifyMode & VerifyMode
    )
}

Remarks

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

Returns

the enum's string representation.

Parameters

Parameter

Description

VerifyMode

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