Navigation
API > API/Developer > API/Developer/Zen
| Name | FServiceSettings |
| Type | struct |
| Header File | /Engine/Source/Developer/Zen/Public/Experimental/BuildServerInterface.h |
| Include Path | #include "Experimental/BuildServerInterface.h" |
Syntax
struct FServiceSettings
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuthScheme | FString | Experimental/BuildServerInterface.h | ||
| Host | FString | Experimental/BuildServerInterface.h | ||
| OAuthProviderIdentifier | FString | Experimental/BuildServerInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetAuthScheme() |
Experimental/BuildServerInterface.h | ||
const FString & GetHost() |
Experimental/BuildServerInterface.h | ||
const FString & GetOAuthProviderIdentifier() |
Experimental/BuildServerInterface.h | ||
bool ReadFromConfig() |
Experimental/BuildServerInterface.h | ||
bool ReadFromURL
(
FStringView InstanceURL |
Experimental/BuildServerInterface.h |