Navigation
API > API/Developer > API/Developer/Zen
| Name | FServiceSettings |
| Type | struct |
| Header File | /Engine/Source/Developer/Zen/Public/Experimental/ZenServerInterface.h |
| Include Path | #include "Experimental/ZenServerInterface.h" |
Syntax
struct FServiceSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SettingsVariant | TVariant< FServiceAutoLaunchSettings, FServiceConnectSettings > | Experimental/ZenServerInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsAutoLaunch() |
Experimental/ZenServerInterface.h | ||
bool IsConnectExisting() |
Experimental/ZenServerInterface.h | ||
bool IsRequirePlugins() |
Experimental/ZenServerInterface.h | ||
bool ReadFromCompactBinary
(
FCbFieldView Field |
Experimental/ZenServerInterface.h | ||
bool ReadFromConfig() |
Experimental/ZenServerInterface.h | ||
bool ReadFromURL
(
FStringView InstanceURL |
Experimental/ZenServerInterface.h | ||
void WriteToCompactBinary
(
FCbWriter& Writer |
Experimental/ZenServerInterface.h |