BuildPatchServices::EnumToString

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

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "BuildPatchInstall.h"

Syntax

namespace BuildPatchServices
{
    const FString & BuildPatchServices::EnumToString
    (
        const EInstallMode & InstallMode
    )
}

Remarks

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

Returns

the enum's string representation.

Parameters

Parameter

Description

InstallMode

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