74 lines
3.5 KiB
C++
74 lines
3.5 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 "EnvironmentQuery/Tests/EnvQueryTest_Dot.h"
|
|
|
|
#ifdef AIMODULE_EnvQueryTest_Dot_generated_h
|
|
#error "EnvQueryTest_Dot.generated.h already included, missing '#pragma once' in EnvQueryTest_Dot.h"
|
|
#endif
|
|
#define AIMODULE_EnvQueryTest_Dot_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UEnvQueryTest_Dot ********************************************************
|
|
struct Z_Construct_UClass_UEnvQueryTest_Dot_Statics;
|
|
AIMODULE_API UClass* Z_Construct_UClass_UEnvQueryTest_Dot_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_Tests_EnvQueryTest_Dot_h_24_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUEnvQueryTest_Dot(); \
|
|
friend struct ::Z_Construct_UClass_UEnvQueryTest_Dot_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend AIMODULE_API UClass* ::Z_Construct_UClass_UEnvQueryTest_Dot_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UEnvQueryTest_Dot, UEnvQueryTest, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AIModule"), Z_Construct_UClass_UEnvQueryTest_Dot_NoRegister) \
|
|
DECLARE_SERIALIZER(UEnvQueryTest_Dot)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_Tests_EnvQueryTest_Dot_h_24_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
AIMODULE_API UEnvQueryTest_Dot(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEnvQueryTest_Dot) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(AIMODULE_API, UEnvQueryTest_Dot); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEnvQueryTest_Dot); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UEnvQueryTest_Dot(UEnvQueryTest_Dot&&) = delete; \
|
|
UEnvQueryTest_Dot(const UEnvQueryTest_Dot&) = delete; \
|
|
AIMODULE_API virtual ~UEnvQueryTest_Dot();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_Tests_EnvQueryTest_Dot_h_21_PROLOG
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_Tests_EnvQueryTest_Dot_h_24_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_Tests_EnvQueryTest_Dot_h_24_INCLASS \
|
|
FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_Tests_EnvQueryTest_Dot_h_24_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UEnvQueryTest_Dot;
|
|
|
|
// ********** End Class UEnvQueryTest_Dot **********************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_Tests_EnvQueryTest_Dot_h
|
|
|
|
// ********** Begin Enum EEnvTestDot ***************************************************************
|
|
#define FOREACH_ENUM_EENVTESTDOT(op) \
|
|
op(EEnvTestDot::Dot3D) \
|
|
op(EEnvTestDot::Dot2D)
|
|
|
|
enum class EEnvTestDot : uint8;
|
|
template<> struct TIsUEnumClass<EEnvTestDot> { enum { Value = true }; };
|
|
template<> AIMODULE_NON_ATTRIBUTED_API UEnum* StaticEnum<EEnvTestDot>();
|
|
// ********** End Enum EEnvTestDot *****************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|