Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
A Response containing the actual location of the chunk
| Name | FChunkUriResponse |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchMessage.h |
| Include Path | #include "BuildPatchMessage.h" |
Syntax
struct FChunkUriResponse
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AdditionalHeaders | TMap< FString, FString > | These headers |
BuildPatchMessage.h | |
| bFailed | bool | Set this to true if the response can not be fulfilled. | BuildPatchMessage.h | |
| Uri | FString | BuildPatchMessage.h |