// 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 "Field/FieldSystemObjects.h" #ifdef FIELDSYSTEMENGINE_FieldSystemObjects_generated_h #error "FieldSystemObjects.generated.h already included, missing '#pragma once' in FieldSystemObjects.h" #endif #define FIELDSYSTEMENGINE_FieldSystemObjects_generated_h #include "UObject/ObjectMacros.h" #include "UObject/ScriptMacros.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS class UBoxFalloff; class UCullingField; class UFieldNodeBase; class UFieldNodeFloat; class UFieldNodeInt; class UFieldSystemMetaDataFilter; class UFieldSystemMetaDataIteration; class UFieldSystemMetaDataProcessingResolution; class UNoiseField; class UOperatorField; class UPlaneFalloff; class URadialFalloff; class URadialIntMask; class URadialVector; class URandomVector; class UReturnResultsTerminal; class UToFloatField; class UToIntegerField; class UUniformInteger; class UUniformScalar; class UUniformVector; class UWaveScalar; // ********** Begin Class UFieldSystemMetaData ***************************************************** struct Z_Construct_UClass_UFieldSystemMetaData_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UFieldSystemMetaData_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_25_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUFieldSystemMetaData(); \ friend struct ::Z_Construct_UClass_UFieldSystemMetaData_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UFieldSystemMetaData_NoRegister(); \ public: \ DECLARE_CLASS2(UFieldSystemMetaData, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UFieldSystemMetaData_NoRegister) \ DECLARE_SERIALIZER(UFieldSystemMetaData) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_25_ENHANCED_CONSTRUCTORS \ /** Standard constructor, called after all reflected properties have been initialized */ \ FIELDSYSTEMENGINE_API UFieldSystemMetaData(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ /** Deleted move- and copy-constructors, should never be used */ \ UFieldSystemMetaData(UFieldSystemMetaData&&) = delete; \ UFieldSystemMetaData(const UFieldSystemMetaData&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UFieldSystemMetaData); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFieldSystemMetaData); \ DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFieldSystemMetaData) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_22_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_25_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_25_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_25_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UFieldSystemMetaData; // ********** End Class UFieldSystemMetaData ******************************************************* // ********** Begin Class UFieldSystemMetaDataIteration ******************************************** #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_39_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetMetaDataIteration); struct Z_Construct_UClass_UFieldSystemMetaDataIteration_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UFieldSystemMetaDataIteration_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_39_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUFieldSystemMetaDataIteration(); \ friend struct ::Z_Construct_UClass_UFieldSystemMetaDataIteration_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UFieldSystemMetaDataIteration_NoRegister(); \ public: \ DECLARE_CLASS2(UFieldSystemMetaDataIteration, UFieldSystemMetaData, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UFieldSystemMetaDataIteration_NoRegister) \ DECLARE_SERIALIZER(UFieldSystemMetaDataIteration) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_39_ENHANCED_CONSTRUCTORS \ /** Standard constructor, called after all reflected properties have been initialized */ \ FIELDSYSTEMENGINE_API UFieldSystemMetaDataIteration(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ /** Deleted move- and copy-constructors, should never be used */ \ UFieldSystemMetaDataIteration(UFieldSystemMetaDataIteration&&) = delete; \ UFieldSystemMetaDataIteration(const UFieldSystemMetaDataIteration&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UFieldSystemMetaDataIteration); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFieldSystemMetaDataIteration); \ DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFieldSystemMetaDataIteration) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_36_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_39_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_39_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_39_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_39_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UFieldSystemMetaDataIteration; // ********** End Class UFieldSystemMetaDataIteration ********************************************** // ********** Begin Class UFieldSystemMetaDataProcessingResolution ********************************* #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_65_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetMetaDataaProcessingResolutionType); struct Z_Construct_UClass_UFieldSystemMetaDataProcessingResolution_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UFieldSystemMetaDataProcessingResolution_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_65_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUFieldSystemMetaDataProcessingResolution(); \ friend struct ::Z_Construct_UClass_UFieldSystemMetaDataProcessingResolution_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UFieldSystemMetaDataProcessingResolution_NoRegister(); \ public: \ DECLARE_CLASS2(UFieldSystemMetaDataProcessingResolution, UFieldSystemMetaData, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UFieldSystemMetaDataProcessingResolution_NoRegister) \ DECLARE_SERIALIZER(UFieldSystemMetaDataProcessingResolution) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_65_ENHANCED_CONSTRUCTORS \ /** Standard constructor, called after all reflected properties have been initialized */ \ FIELDSYSTEMENGINE_API UFieldSystemMetaDataProcessingResolution(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ /** Deleted move- and copy-constructors, should never be used */ \ UFieldSystemMetaDataProcessingResolution(UFieldSystemMetaDataProcessingResolution&&) = delete; \ UFieldSystemMetaDataProcessingResolution(const UFieldSystemMetaDataProcessingResolution&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UFieldSystemMetaDataProcessingResolution); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFieldSystemMetaDataProcessingResolution); \ DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFieldSystemMetaDataProcessingResolution) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_62_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_65_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_65_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_65_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_65_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UFieldSystemMetaDataProcessingResolution; // ********** End Class UFieldSystemMetaDataProcessingResolution *********************************** // ********** Begin Class UFieldSystemMetaDataFilter *********************************************** #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_90_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetMetaDataFilterType); struct Z_Construct_UClass_UFieldSystemMetaDataFilter_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UFieldSystemMetaDataFilter_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_90_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUFieldSystemMetaDataFilter(); \ friend struct ::Z_Construct_UClass_UFieldSystemMetaDataFilter_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UFieldSystemMetaDataFilter_NoRegister(); \ public: \ DECLARE_CLASS2(UFieldSystemMetaDataFilter, UFieldSystemMetaData, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UFieldSystemMetaDataFilter_NoRegister) \ DECLARE_SERIALIZER(UFieldSystemMetaDataFilter) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_90_ENHANCED_CONSTRUCTORS \ /** Standard constructor, called after all reflected properties have been initialized */ \ FIELDSYSTEMENGINE_API UFieldSystemMetaDataFilter(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ /** Deleted move- and copy-constructors, should never be used */ \ UFieldSystemMetaDataFilter(UFieldSystemMetaDataFilter&&) = delete; \ UFieldSystemMetaDataFilter(const UFieldSystemMetaDataFilter&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UFieldSystemMetaDataFilter); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFieldSystemMetaDataFilter); \ DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFieldSystemMetaDataFilter) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_87_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_90_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_90_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_90_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_90_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UFieldSystemMetaDataFilter; // ********** End Class UFieldSystemMetaDataFilter ************************************************* // ********** Begin Class UFieldNodeBase *********************************************************** struct Z_Construct_UClass_UFieldNodeBase_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UFieldNodeBase_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_127_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUFieldNodeBase(); \ friend struct ::Z_Construct_UClass_UFieldNodeBase_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UFieldNodeBase_NoRegister(); \ public: \ DECLARE_CLASS2(UFieldNodeBase, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UFieldNodeBase_NoRegister) \ DECLARE_SERIALIZER(UFieldNodeBase) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_127_ENHANCED_CONSTRUCTORS \ /** Standard constructor, called after all reflected properties have been initialized */ \ FIELDSYSTEMENGINE_API UFieldNodeBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ /** Deleted move- and copy-constructors, should never be used */ \ UFieldNodeBase(UFieldNodeBase&&) = delete; \ UFieldNodeBase(const UFieldNodeBase&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UFieldNodeBase); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFieldNodeBase); \ DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFieldNodeBase) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_124_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_127_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_127_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_127_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UFieldNodeBase; // ********** End Class UFieldNodeBase ************************************************************* // ********** Begin Class UFieldNodeInt ************************************************************ struct Z_Construct_UClass_UFieldNodeInt_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UFieldNodeInt_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_143_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUFieldNodeInt(); \ friend struct ::Z_Construct_UClass_UFieldNodeInt_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UFieldNodeInt_NoRegister(); \ public: \ DECLARE_CLASS2(UFieldNodeInt, UFieldNodeBase, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UFieldNodeInt_NoRegister) \ DECLARE_SERIALIZER(UFieldNodeInt) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_143_ENHANCED_CONSTRUCTORS \ /** Standard constructor, called after all reflected properties have been initialized */ \ FIELDSYSTEMENGINE_API UFieldNodeInt(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ /** Deleted move- and copy-constructors, should never be used */ \ UFieldNodeInt(UFieldNodeInt&&) = delete; \ UFieldNodeInt(const UFieldNodeInt&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UFieldNodeInt); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFieldNodeInt); \ DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFieldNodeInt) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_140_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_143_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_143_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_143_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UFieldNodeInt; // ********** End Class UFieldNodeInt ************************************************************** // ********** Begin Class UFieldNodeFloat ********************************************************** struct Z_Construct_UClass_UFieldNodeFloat_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UFieldNodeFloat_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_156_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUFieldNodeFloat(); \ friend struct ::Z_Construct_UClass_UFieldNodeFloat_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UFieldNodeFloat_NoRegister(); \ public: \ DECLARE_CLASS2(UFieldNodeFloat, UFieldNodeBase, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UFieldNodeFloat_NoRegister) \ DECLARE_SERIALIZER(UFieldNodeFloat) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_156_ENHANCED_CONSTRUCTORS \ /** Standard constructor, called after all reflected properties have been initialized */ \ FIELDSYSTEMENGINE_API UFieldNodeFloat(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ /** Deleted move- and copy-constructors, should never be used */ \ UFieldNodeFloat(UFieldNodeFloat&&) = delete; \ UFieldNodeFloat(const UFieldNodeFloat&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UFieldNodeFloat); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFieldNodeFloat); \ DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFieldNodeFloat) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_153_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_156_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_156_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_156_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UFieldNodeFloat; // ********** End Class UFieldNodeFloat ************************************************************ // ********** Begin Class UFieldNodeVector ********************************************************* struct Z_Construct_UClass_UFieldNodeVector_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UFieldNodeVector_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_169_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUFieldNodeVector(); \ friend struct ::Z_Construct_UClass_UFieldNodeVector_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UFieldNodeVector_NoRegister(); \ public: \ DECLARE_CLASS2(UFieldNodeVector, UFieldNodeBase, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UFieldNodeVector_NoRegister) \ DECLARE_SERIALIZER(UFieldNodeVector) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_169_ENHANCED_CONSTRUCTORS \ /** Standard constructor, called after all reflected properties have been initialized */ \ FIELDSYSTEMENGINE_API UFieldNodeVector(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ /** Deleted move- and copy-constructors, should never be used */ \ UFieldNodeVector(UFieldNodeVector&&) = delete; \ UFieldNodeVector(const UFieldNodeVector&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UFieldNodeVector); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFieldNodeVector); \ DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFieldNodeVector) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_166_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_169_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_169_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_169_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UFieldNodeVector; // ********** End Class UFieldNodeVector *********************************************************** // ********** Begin Class UUniformInteger ********************************************************** #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_182_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetUniformInteger); struct Z_Construct_UClass_UUniformInteger_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UUniformInteger_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_182_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUUniformInteger(); \ friend struct ::Z_Construct_UClass_UUniformInteger_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UUniformInteger_NoRegister(); \ public: \ DECLARE_CLASS2(UUniformInteger, UFieldNodeInt, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UUniformInteger_NoRegister) \ DECLARE_SERIALIZER(UUniformInteger) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_182_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ UUniformInteger(UUniformInteger&&) = delete; \ UUniformInteger(const UUniformInteger&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UUniformInteger); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UUniformInteger); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(UUniformInteger) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_179_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_182_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_182_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_182_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_182_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UUniformInteger; // ********** End Class UUniformInteger ************************************************************ // ********** Begin Class URadialIntMask *********************************************************** #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_213_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetRadialIntMask); struct Z_Construct_UClass_URadialIntMask_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_URadialIntMask_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_213_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesURadialIntMask(); \ friend struct ::Z_Construct_UClass_URadialIntMask_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_URadialIntMask_NoRegister(); \ public: \ DECLARE_CLASS2(URadialIntMask, UFieldNodeInt, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_URadialIntMask_NoRegister) \ DECLARE_SERIALIZER(URadialIntMask) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_213_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ URadialIntMask(URadialIntMask&&) = delete; \ URadialIntMask(const URadialIntMask&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, URadialIntMask); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(URadialIntMask); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(URadialIntMask) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_210_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_213_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_213_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_213_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_213_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class URadialIntMask; // ********** End Class URadialIntMask ************************************************************* // ********** Begin Class UUniformScalar *********************************************************** #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_274_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetUniformScalar); struct Z_Construct_UClass_UUniformScalar_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UUniformScalar_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_274_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUUniformScalar(); \ friend struct ::Z_Construct_UClass_UUniformScalar_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UUniformScalar_NoRegister(); \ public: \ DECLARE_CLASS2(UUniformScalar, UFieldNodeFloat, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UUniformScalar_NoRegister) \ DECLARE_SERIALIZER(UUniformScalar) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_274_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ UUniformScalar(UUniformScalar&&) = delete; \ UUniformScalar(const UUniformScalar&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UUniformScalar); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UUniformScalar); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(UUniformScalar) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_271_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_274_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_274_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_274_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_274_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UUniformScalar; // ********** End Class UUniformScalar ************************************************************* // ********** Begin Class UWaveScalar ************************************************************** #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_305_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetWaveScalar); struct Z_Construct_UClass_UWaveScalar_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UWaveScalar_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_305_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUWaveScalar(); \ friend struct ::Z_Construct_UClass_UWaveScalar_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UWaveScalar_NoRegister(); \ public: \ DECLARE_CLASS2(UWaveScalar, UFieldNodeFloat, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UWaveScalar_NoRegister) \ DECLARE_SERIALIZER(UWaveScalar) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_305_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ UWaveScalar(UWaveScalar&&) = delete; \ UWaveScalar(const UWaveScalar&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UWaveScalar); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWaveScalar); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(UWaveScalar) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_302_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_305_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_305_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_305_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_305_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UWaveScalar; // ********** End Class UWaveScalar **************************************************************** // ********** Begin Class URadialFalloff *********************************************************** #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_373_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetRadialFalloff); struct Z_Construct_UClass_URadialFalloff_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_URadialFalloff_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_373_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesURadialFalloff(); \ friend struct ::Z_Construct_UClass_URadialFalloff_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_URadialFalloff_NoRegister(); \ public: \ DECLARE_CLASS2(URadialFalloff, UFieldNodeFloat, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_URadialFalloff_NoRegister) \ DECLARE_SERIALIZER(URadialFalloff) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_373_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ URadialFalloff(URadialFalloff&&) = delete; \ URadialFalloff(const URadialFalloff&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, URadialFalloff); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(URadialFalloff); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(URadialFalloff) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_370_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_373_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_373_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_373_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_373_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class URadialFalloff; // ********** End Class URadialFalloff ************************************************************* // ********** Begin Class UPlaneFalloff ************************************************************ #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_445_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetPlaneFalloff); struct Z_Construct_UClass_UPlaneFalloff_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UPlaneFalloff_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_445_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUPlaneFalloff(); \ friend struct ::Z_Construct_UClass_UPlaneFalloff_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UPlaneFalloff_NoRegister(); \ public: \ DECLARE_CLASS2(UPlaneFalloff, UFieldNodeFloat, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UPlaneFalloff_NoRegister) \ DECLARE_SERIALIZER(UPlaneFalloff) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_445_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ UPlaneFalloff(UPlaneFalloff&&) = delete; \ UPlaneFalloff(const UPlaneFalloff&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UPlaneFalloff); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UPlaneFalloff); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(UPlaneFalloff) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_442_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_445_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_445_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_445_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_445_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UPlaneFalloff; // ********** End Class UPlaneFalloff ************************************************************** // ********** Begin Class UBoxFalloff ************************************************************** #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_525_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetBoxFalloff); struct Z_Construct_UClass_UBoxFalloff_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UBoxFalloff_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_525_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUBoxFalloff(); \ friend struct ::Z_Construct_UClass_UBoxFalloff_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UBoxFalloff_NoRegister(); \ public: \ DECLARE_CLASS2(UBoxFalloff, UFieldNodeFloat, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UBoxFalloff_NoRegister) \ DECLARE_SERIALIZER(UBoxFalloff) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_525_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ UBoxFalloff(UBoxFalloff&&) = delete; \ UBoxFalloff(const UBoxFalloff&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UBoxFalloff); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UBoxFalloff); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(UBoxFalloff) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_522_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_525_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_525_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_525_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_525_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UBoxFalloff; // ********** End Class UBoxFalloff **************************************************************** // ********** Begin Class UNoiseField ************************************************************** #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_592_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetNoiseField); struct Z_Construct_UClass_UNoiseField_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UNoiseField_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_592_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUNoiseField(); \ friend struct ::Z_Construct_UClass_UNoiseField_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UNoiseField_NoRegister(); \ public: \ DECLARE_CLASS2(UNoiseField, UFieldNodeFloat, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UNoiseField_NoRegister) \ DECLARE_SERIALIZER(UNoiseField) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_592_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ UNoiseField(UNoiseField&&) = delete; \ UNoiseField(const UNoiseField&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UNoiseField); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNoiseField); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(UNoiseField) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_589_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_592_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_592_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_592_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_592_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UNoiseField; // ********** End Class UNoiseField **************************************************************** // ********** Begin Class UUniformVector *********************************************************** #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_637_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetUniformVector); struct Z_Construct_UClass_UUniformVector_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UUniformVector_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_637_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUUniformVector(); \ friend struct ::Z_Construct_UClass_UUniformVector_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UUniformVector_NoRegister(); \ public: \ DECLARE_CLASS2(UUniformVector, UFieldNodeVector, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UUniformVector_NoRegister) \ DECLARE_SERIALIZER(UUniformVector) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_637_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ UUniformVector(UUniformVector&&) = delete; \ UUniformVector(const UUniformVector&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UUniformVector); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UUniformVector); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(UUniformVector) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_634_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_637_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_637_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_637_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_637_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UUniformVector; // ********** End Class UUniformVector ************************************************************* // ********** Begin Class URadialVector ************************************************************ #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_675_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetRadialVector); struct Z_Construct_UClass_URadialVector_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_URadialVector_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_675_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesURadialVector(); \ friend struct ::Z_Construct_UClass_URadialVector_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_URadialVector_NoRegister(); \ public: \ DECLARE_CLASS2(URadialVector, UFieldNodeVector, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_URadialVector_NoRegister) \ DECLARE_SERIALIZER(URadialVector) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_675_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ URadialVector(URadialVector&&) = delete; \ URadialVector(const URadialVector&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, URadialVector); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(URadialVector); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(URadialVector) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_672_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_675_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_675_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_675_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_675_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class URadialVector; // ********** End Class URadialVector ************************************************************** // ********** Begin Class URandomVector ************************************************************ #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_712_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetRandomVector); struct Z_Construct_UClass_URandomVector_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_URandomVector_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_712_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesURandomVector(); \ friend struct ::Z_Construct_UClass_URandomVector_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_URandomVector_NoRegister(); \ public: \ DECLARE_CLASS2(URandomVector, UFieldNodeVector, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_URandomVector_NoRegister) \ DECLARE_SERIALIZER(URandomVector) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_712_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ URandomVector(URandomVector&&) = delete; \ URandomVector(const URandomVector&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, URandomVector); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(URandomVector); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(URandomVector) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_709_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_712_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_712_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_712_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_712_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class URandomVector; // ********** End Class URandomVector ************************************************************** // ********** Begin Class UOperatorField *********************************************************** #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_743_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetOperatorField); struct Z_Construct_UClass_UOperatorField_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UOperatorField_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_743_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUOperatorField(); \ friend struct ::Z_Construct_UClass_UOperatorField_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UOperatorField_NoRegister(); \ public: \ DECLARE_CLASS2(UOperatorField, UFieldNodeBase, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UOperatorField_NoRegister) \ DECLARE_SERIALIZER(UOperatorField) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_743_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ UOperatorField(UOperatorField&&) = delete; \ UOperatorField(const UOperatorField&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UOperatorField); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UOperatorField); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(UOperatorField) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_740_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_743_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_743_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_743_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_743_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UOperatorField; // ********** End Class UOperatorField ************************************************************* // ********** Begin Class UToIntegerField ********************************************************** #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_797_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetToIntegerField); struct Z_Construct_UClass_UToIntegerField_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UToIntegerField_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_797_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUToIntegerField(); \ friend struct ::Z_Construct_UClass_UToIntegerField_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UToIntegerField_NoRegister(); \ public: \ DECLARE_CLASS2(UToIntegerField, UFieldNodeInt, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UToIntegerField_NoRegister) \ DECLARE_SERIALIZER(UToIntegerField) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_797_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ UToIntegerField(UToIntegerField&&) = delete; \ UToIntegerField(const UToIntegerField&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UToIntegerField); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UToIntegerField); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(UToIntegerField) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_794_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_797_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_797_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_797_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_797_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UToIntegerField; // ********** End Class UToIntegerField ************************************************************ // ********** Begin Class UToFloatField ************************************************************ #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_827_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetToFloatField); struct Z_Construct_UClass_UToFloatField_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UToFloatField_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_827_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUToFloatField(); \ friend struct ::Z_Construct_UClass_UToFloatField_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UToFloatField_NoRegister(); \ public: \ DECLARE_CLASS2(UToFloatField, UFieldNodeFloat, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UToFloatField_NoRegister) \ DECLARE_SERIALIZER(UToFloatField) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_827_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ UToFloatField(UToFloatField&&) = delete; \ UToFloatField(const UToFloatField&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UToFloatField); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UToFloatField); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(UToFloatField) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_824_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_827_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_827_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_827_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_827_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UToFloatField; // ********** End Class UToFloatField ************************************************************** // ********** Begin Class UCullingField ************************************************************ #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_857_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetCullingField); struct Z_Construct_UClass_UCullingField_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UCullingField_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_857_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUCullingField(); \ friend struct ::Z_Construct_UClass_UCullingField_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UCullingField_NoRegister(); \ public: \ DECLARE_CLASS2(UCullingField, UFieldNodeBase, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UCullingField_NoRegister) \ DECLARE_SERIALIZER(UCullingField) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_857_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ UCullingField(UCullingField&&) = delete; \ UCullingField(const UCullingField&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UCullingField); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCullingField); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(UCullingField) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_854_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_857_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_857_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_857_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_857_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UCullingField; // ********** End Class UCullingField ************************************************************** // ********** Begin Class UReturnResultsTerminal *************************************************** #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_904_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execSetReturnResultsTerminal); struct Z_Construct_UClass_UReturnResultsTerminal_Statics; FIELDSYSTEMENGINE_API UClass* Z_Construct_UClass_UReturnResultsTerminal_NoRegister(); #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_904_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUReturnResultsTerminal(); \ friend struct ::Z_Construct_UClass_UReturnResultsTerminal_Statics; \ static UClass* GetPrivateStaticClass(); \ friend FIELDSYSTEMENGINE_API UClass* ::Z_Construct_UClass_UReturnResultsTerminal_NoRegister(); \ public: \ DECLARE_CLASS2(UReturnResultsTerminal, UFieldNodeBase, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FieldSystemEngine"), Z_Construct_UClass_UReturnResultsTerminal_NoRegister) \ DECLARE_SERIALIZER(UReturnResultsTerminal) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_904_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ UReturnResultsTerminal(UReturnResultsTerminal&&) = delete; \ UReturnResultsTerminal(const UReturnResultsTerminal&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDSYSTEMENGINE_API, UReturnResultsTerminal); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UReturnResultsTerminal); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(UReturnResultsTerminal) #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_901_PROLOG #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_904_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_904_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_904_INCLASS_NO_PURE_DECLS \ FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_904_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UReturnResultsTerminal; // ********** End Class UReturnResultsTerminal ***************************************************** // ********** Begin ScriptStruct FFieldObjectCommands ********************************************** struct Z_Construct_UScriptStruct_FFieldObjectCommands_Statics; #define FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h_927_GENERATED_BODY \ friend struct ::Z_Construct_UScriptStruct_FFieldObjectCommands_Statics; \ FIELDSYSTEMENGINE_API static class UScriptStruct* StaticStruct(); struct FFieldObjectCommands; // ********** End ScriptStruct FFieldObjectCommands ************************************************ #undef CURRENT_FILE_ID #define CURRENT_FILE_ID FID_Engine_Source_Runtime_Experimental_FieldSystem_Source_FieldSystemEngine_Public_Field_FieldSystemObjects_h PRAGMA_ENABLE_DEPRECATION_WARNINGS