Navigation
API > API/Plugins > API/Plugins/AndroidFileServerEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAndroidFileServerRuntimeSettings
References
| Module | AndroidFileServerEditor |
| Header | /Engine/Plugins/Runtime/AndroidFileServer/Source/AndroidFileServerEditor/Public/AndroidFileServerRuntimeSettings.h |
| Include | #include "AndroidFileServerRuntimeSettings.h" |
Syntax
UCLASS&40;Config&61;Engine, defaultconfig&41;
class UAndroidFileServerRuntimeSettings : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowExternalStartInShipping | Allow FileServer to be started in Shipping builds with UnrealAndroidFileTool. | |
| bool | bAllowNetworkConnection | Allow FileServer connection using network. | |
| bool | bCompileAFSProject | Compile standalone AFS project. | |
| bool | bEnablePlugin | Enable Android FileServer for packaged builds and quick launch. | |
| bool | bIncludeInShipping | Embed FileServer in Shipping builds. | |
| bool | bLogFiles | Log files transferred. | |
| bool | bReportStats | Report transfer rate statistics. | |
| bool | bUseCompression | Enable compression during data transfer. | |
| bool | bUseManualIPAddress | Use manual IP address instead of automatic query from device (only for single device deploys!) | |
| TEnumAsByte< EAFSConnectionType::Type > | ConnectionType | How to connect to file server (USB cable, Network, or combined) | |
| FString | ManualIPAddress | IP address of device to use. | |
| FString | SecurityToken | Optional security token required to start FileServer (leave empty to disable) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAndroidFileServerRuntimeSettings
(
const FObjectInitializer& ObjectInitializer |