Navigation
API > API/Developer > API/Developer/Zen > API/Developer/Zen/FBuildServiceInstance
| Name | FBuildTransfer |
| Type | struct |
| Header File | /Engine/Source/Developer/Zen/Public/Experimental/BuildServerInterface.h |
| Include Path | #include "Experimental/BuildServerInterface.h" |
Syntax
struct FBuildTransfer
Enums
Public
| Name | Remarks |
|---|---|
| EType |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| State | TSharedPtr< Private::FBuildTransferState > | Experimental/BuildServerInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCurrentProgress
(
FString& OutLabel, |
Experimental/BuildServerInterface.h | ||
FString GetDescription() |
Experimental/BuildServerInterface.h | ||
FString GetDestination() |
Experimental/BuildServerInterface.h | ||
FString GetLogFilename() |
Experimental/BuildServerInterface.h | ||
bool GetOverallProgress
(
FString& OutLabel, |
Experimental/BuildServerInterface.h | ||
FString GetRecentOutput() |
Experimental/BuildServerInterface.h | ||
EBuildTransferStatus GetStatus() |
Experimental/BuildServerInterface.h | ||
EType GetType() |
Experimental/BuildServerInterface.h | ||
void RequestCancel() |
Experimental/BuildServerInterface.h |