Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
A message describing an action taken to an installation file.
| Name | FInstallationFileAction |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchMessage.h |
| Include Path | #include "BuildPatchMessage.h" |
Syntax
struct FInstallationFileAction
Enums
Public
| Name | Remarks |
|---|---|
| EType | Describes the action type. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Action | EType | The type of action that occurred. | BuildPatchMessage.h | |
| Filename | FString | The filename affected, relative to the install location. | BuildPatchMessage.h |