EType

Describes the action type.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "BuildPatchMessage.h"

Syntax

enum EType
{
    Removed    = 0,
    Added,
    Updated,
}

Values

Name

Description

Removed

The file was removed.

Added

The file was added.

Updated

The file was updated.

Remarks

Describes the action type.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss