105 lines
5.4 KiB
C
105 lines
5.4 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 "StateTreeTest.h"
|
||
|
|
|
||
|
|
#ifdef STATETREETESTSUITE_StateTreeTest_generated_h
|
||
|
|
#error "StateTreeTest.generated.h already included, missing '#pragma once' in StateTreeTest.h"
|
||
|
|
#endif
|
||
|
|
#define STATETREETESTSUITE_StateTreeTest_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UStateTreeTestSchema *****************************************************
|
||
|
|
struct Z_Construct_UClass_UStateTreeTestSchema_Statics;
|
||
|
|
STATETREETESTSUITE_API UClass* Z_Construct_UClass_UStateTreeTestSchema_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeTestSuite_Private_StateTreeTest_h_12_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUStateTreeTestSchema(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UStateTreeTestSchema_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend STATETREETESTSUITE_API UClass* ::Z_Construct_UClass_UStateTreeTestSchema_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UStateTreeTestSchema, UStateTreeSchema, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/StateTreeTestSuite"), Z_Construct_UClass_UStateTreeTestSchema_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UStateTreeTestSchema)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeTestSuite_Private_StateTreeTest_h_12_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
NO_API UStateTreeTestSchema(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UStateTreeTestSchema(UStateTreeTestSchema&&) = delete; \
|
||
|
|
UStateTreeTestSchema(const UStateTreeTestSchema&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UStateTreeTestSchema); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UStateTreeTestSchema); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UStateTreeTestSchema) \
|
||
|
|
NO_API virtual ~UStateTreeTestSchema();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeTestSuite_Private_StateTreeTest_h_9_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeTestSuite_Private_StateTreeTest_h_12_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeTestSuite_Private_StateTreeTest_h_12_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeTestSuite_Private_StateTreeTest_h_12_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UStateTreeTestSchema;
|
||
|
|
|
||
|
|
// ********** End Class UStateTreeTestSchema *******************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UStateTreeTestSchema2 ****************************************************
|
||
|
|
struct Z_Construct_UClass_UStateTreeTestSchema2_Statics;
|
||
|
|
STATETREETESTSUITE_API UClass* Z_Construct_UClass_UStateTreeTestSchema2_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeTestSuite_Private_StateTreeTest_h_44_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUStateTreeTestSchema2(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UStateTreeTestSchema2_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend STATETREETESTSUITE_API UClass* ::Z_Construct_UClass_UStateTreeTestSchema2_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UStateTreeTestSchema2, UStateTreeSchema, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/StateTreeTestSuite"), Z_Construct_UClass_UStateTreeTestSchema2_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UStateTreeTestSchema2)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeTestSuite_Private_StateTreeTest_h_44_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
NO_API UStateTreeTestSchema2(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UStateTreeTestSchema2(UStateTreeTestSchema2&&) = delete; \
|
||
|
|
UStateTreeTestSchema2(const UStateTreeTestSchema2&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UStateTreeTestSchema2); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UStateTreeTestSchema2); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UStateTreeTestSchema2) \
|
||
|
|
NO_API virtual ~UStateTreeTestSchema2();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeTestSuite_Private_StateTreeTest_h_41_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeTestSuite_Private_StateTreeTest_h_44_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeTestSuite_Private_StateTreeTest_h_44_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeTestSuite_Private_StateTreeTest_h_44_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UStateTreeTestSchema2;
|
||
|
|
|
||
|
|
// ********** End Class UStateTreeTestSchema2 ******************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeTestSuite_Private_StateTreeTest_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|