Navigation
API > API/Developer > API/Developer/Zen
| Name | FZenLocalServiceRunContext |
| Type | class |
| Header File | /Engine/Source/Developer/Zen/Public/Experimental/ZenServerInterface.h |
| Include Path | #include "Experimental/ZenServerInterface.h" |
Syntax
class FZenLocalServiceRunContext
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bLimitProcessLifetime | bool | Experimental/ZenServerInterface.h | ||
| bShowConsole | bool | Experimental/ZenServerInterface.h | ||
| CommandlineArguments | FString | Experimental/ZenServerInterface.h | ||
| DataPath | FString | Experimental/ZenServerInterface.h | ||
| Executable | FString | Experimental/ZenServerInterface.h | ||
| WorkingDirectory | FString | Experimental/ZenServerInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetCommandlineArguments() |
Experimental/ZenServerInterface.h | ||
FString GetDataPath() |
Experimental/ZenServerInterface.h | ||
FString GetExecutable() |
Experimental/ZenServerInterface.h | ||
bool GetLimitProcessLifetime() |
Experimental/ZenServerInterface.h | ||
bool GetShowConsole() |
Experimental/ZenServerInterface.h | ||
FString GetWorkingDirectory() |
Experimental/ZenServerInterface.h |