82 lines
4.3 KiB
C++
82 lines
4.3 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
// IWYU pragma: private, include "AndroidFileServerBPLibrary.h"
|
|
|
|
#ifdef ANDROIDFILESERVER_AndroidFileServerBPLibrary_generated_h
|
|
#error "AndroidFileServerBPLibrary.generated.h already included, missing '#pragma once' in AndroidFileServerBPLibrary.h"
|
|
#endif
|
|
#define ANDROIDFILESERVER_AndroidFileServerBPLibrary_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UAndroidFileServerBPLibrary **********************************************
|
|
#define FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServer_Classes_AndroidFileServerBPLibrary_h_23_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
DECLARE_FUNCTION(execIsFileServerRunning); \
|
|
DECLARE_FUNCTION(execStopFileServer); \
|
|
DECLARE_FUNCTION(execStartFileServer);
|
|
|
|
|
|
struct Z_Construct_UClass_UAndroidFileServerBPLibrary_Statics;
|
|
ANDROIDFILESERVER_API UClass* Z_Construct_UClass_UAndroidFileServerBPLibrary_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServer_Classes_AndroidFileServerBPLibrary_h_23_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUAndroidFileServerBPLibrary(); \
|
|
friend struct ::Z_Construct_UClass_UAndroidFileServerBPLibrary_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ANDROIDFILESERVER_API UClass* ::Z_Construct_UClass_UAndroidFileServerBPLibrary_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UAndroidFileServerBPLibrary, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AndroidFileServer"), Z_Construct_UClass_UAndroidFileServerBPLibrary_NoRegister) \
|
|
DECLARE_SERIALIZER(UAndroidFileServerBPLibrary)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServer_Classes_AndroidFileServerBPLibrary_h_23_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UAndroidFileServerBPLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UAndroidFileServerBPLibrary(UAndroidFileServerBPLibrary&&) = delete; \
|
|
UAndroidFileServerBPLibrary(const UAndroidFileServerBPLibrary&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAndroidFileServerBPLibrary); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAndroidFileServerBPLibrary); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAndroidFileServerBPLibrary) \
|
|
NO_API virtual ~UAndroidFileServerBPLibrary();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServer_Classes_AndroidFileServerBPLibrary_h_20_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServer_Classes_AndroidFileServerBPLibrary_h_23_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServer_Classes_AndroidFileServerBPLibrary_h_23_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServer_Classes_AndroidFileServerBPLibrary_h_23_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServer_Classes_AndroidFileServerBPLibrary_h_23_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UAndroidFileServerBPLibrary;
|
|
|
|
// ********** End Class UAndroidFileServerBPLibrary ************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServer_Classes_AndroidFileServerBPLibrary_h
|
|
|
|
// ********** Begin Enum EAFSActiveType ************************************************************
|
|
#define FOREACH_ENUM_EAFSACTIVETYPE(op) \
|
|
op(EAFSActiveType::None) \
|
|
op(EAFSActiveType::USBOnly) \
|
|
op(EAFSActiveType::NetworkOnly) \
|
|
op(EAFSActiveType::Combined)
|
|
|
|
namespace EAFSActiveType { enum Type : int; }
|
|
template<> ANDROIDFILESERVER_NON_ATTRIBUTED_API UEnum* StaticEnum<EAFSActiveType::Type>();
|
|
// ********** End Enum EAFSActiveType **************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|