Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/FGenericMessage
Set of informational messages the installer can send to the client to update UI or otherwise react.
| Name | EType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchMessage.h |
| Include Path | #include "BuildPatchMessage.h" |
Syntax
enum EType
{
CloudSourceUsed,
CDNDownloadFailed,
}
Values
| Name | Remarks |
|---|---|
| CloudSourceUsed | Posted when a chunk is requested of the cloud source ONLY WHEN CHUNKDBS ARE PRESENT. |
| CDNDownloadFailed | Posted when a CDN/CloudDir has failed a download and is dropped in priority. |