Navigation
API > API/Plugins > API/Plugins/AndroidFileServer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UAndroidFileServerBPLibrary
References
| Module | AndroidFileServer |
| Header | /Engine/Plugins/Runtime/AndroidFileServer/Source/AndroidFileServer/Classes/AndroidFileServerBPLibrary.h |
| Include | #include "AndroidFileServerBPLibrary.h" |
Syntax
UCLASS&40;&41;
class UAndroidFileServerBPLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< EAFSActiveType::Type > | Check if Android FileServer is running | ||
| bool | StartFileServer
(
bool bUSB, |
Request startup of Android FileServer | |
| bool | StopFileServer
(
bool bUSB, |
Request termination of Android FileServer |