Enum EAFSActiveType Path C++ Link /Script/AndroidFileServer.EAFSActiveType underlying uint8 /Script/AndroidFileServer Values 5 NameValueHex None00x00USBOnly10x01NetworkOnly20x02Combined30x03EAFSActiveType_MAX40x04 Used by 1types with a member, parameter or interface of this type UAndroidFileServerBPLibrary // /Script/AndroidFileServer.EAFSActiveType enum class EAFSActiveType : uint8 { None = 0, USBOnly = 1, NetworkOnly = 2, Combined = 3, EAFSActiveType_MAX = 4, };