unreal-engine-5-code-split / ue5-api-AndroidFileServerEditor.jsonl
olympusmonsgames's picture
Uploaded 1,226 JSONL files
1c8bcca verified
{"className": "EAFSConnectionType::Type", "headerPath": "/Engine/Plugins/Runtime/AndroidFileServer/Source/AndroidFileServerEditor/Public/AndroidFileServerRuntimeSettings.h", "description": "Implements the settings for the AndroidFileServer plugin.", "module": "AndroidFileServerEditor", "code": "namespace EAFSConnectionType { enum Type { USBOnly = 0, NetworkOnly = 1, Combined = 2, } }", "variables": []}
{"className": "FAndroidFileServerEditorModule::ShutdownModule", "headerPath": "/Engine/Plugins/Runtime/AndroidFileServer/Source/AndroidFileServerEditor/Public/AndroidFileServerEditor.h", "description": "Called before the module is unloaded, right before the module object is destroyed. During normal shutdown, this is called in reverse order that modules finishStartupModule(). This means that, as long as a module references dependent modules in it'sStartupModule(), it can safely reference those dependencies inShutdownModule()as well.", "module": "AndroidFileServerEditor", "code": "virtual void ShutdownModule()", "variables": []}
{"className": "FAndroidFileServerEditorModule::StartupModule", "headerPath": "/Engine/Plugins/Runtime/AndroidFileServer/Source/AndroidFileServerEditor/Public/AndroidFileServerEditor.h", "description": "FModuleManager::Get().LoadModuleChecked(TEXT(\"HTTP\"));", "module": "AndroidFileServerEditor", "code": "virtual void StartupModule()", "variables": []}
{"className": "FAndroidFileServerEditorModule", "headerPath": "/Engine/Plugins/Runtime/AndroidFileServer/Source/AndroidFileServerEditor/Public/AndroidFileServerEditor.h", "description": "", "module": "AndroidFileServerEditor", "code": "class FAndroidFileServerEditorModule : public [IModuleInterface](API\\Runtime\\Core\\Modules\\IModuleInterface)", "variables": []}
{"className": "UAndroidFileServerRuntimeSettings::UAndroidFileServerRuntimeSettings", "headerPath": "/Engine/Plugins/Runtime/AndroidFileServer/Source/AndroidFileServerEditor/Public/AndroidFileServerRuntimeSettings.h", "description": "", "module": "AndroidFileServerEditor", "code": "UAndroidFileServerRuntimeSettings ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []}
{"className": "UAndroidFileServerRuntimeSettings", "headerPath": "/Engine/Plugins/Runtime/AndroidFileServer/Source/AndroidFileServerEditor/Public/AndroidFileServerRuntimeSettings.h", "description": "", "module": "AndroidFileServerEditor", "code": "[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Config=Engine, defaultconfig) class UAndroidFileServerRuntimeSettings : public [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject)", "variables": [{"type": "bool", "name": "bAllowExternalStartInShipping", "description": "Allow FileServer to be started in Shipping builds with UnrealAndroidFileTool."}, {"type": "bool", "name": "bAllowNetworkConnection", "description": "Allow FileServer connection using network."}, {"type": "bool", "name": "bCompileAFSProject", "description": "Compile standalone AFS project."}, {"type": "bool", "name": "bEnablePlugin", "description": "Enable Android FileServer for packaged builds and quick launch."}, {"type": "bool", "name": "bIncludeInShipping", "description": "Embed FileServer in Shipping builds."}, {"type": "bool", "name": "bLogFiles", "description": "Log files transferred."}, {"type": "bool", "name": "bReportStats", "description": "Report transfer rate statistics."}, {"type": "bool", "name": "bUseCompression", "description": "Enable compression during data transfer."}, {"type": "bool", "name": "bUseManualIPAddress", "description": "Use manual IP address instead of automatic query from device (only for single device deploys!)"}, {"type": "TEnumAsByte<EA...", "name": "ConnectionType", "description": "How to connect to file server (USB cable, Network, or combined)"}, {"type": "FString", "name": "ManualIPAddress", "description": "IP address of device to use."}, {"type": "FString", "name": "SecurityToken", "description": "Optional security token required to start FileServer (leave empty to disable)"}]}