64 lines
3.1 KiB
C++
64 lines
3.1 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/EnvQueryDebugHelpers.h"
|
|
|
|
#ifdef AIMODULE_EnvQueryDebugHelpers_generated_h
|
|
#error "EnvQueryDebugHelpers.generated.h already included, missing '#pragma once' in EnvQueryDebugHelpers.h"
|
|
#endif
|
|
#define AIMODULE_EnvQueryDebugHelpers_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UEnvQueryDebugHelpers ****************************************************
|
|
struct Z_Construct_UClass_UEnvQueryDebugHelpers_Statics;
|
|
AIMODULE_API UClass* Z_Construct_UClass_UEnvQueryDebugHelpers_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_EnvQueryDebugHelpers_h_160_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUEnvQueryDebugHelpers(); \
|
|
friend struct ::Z_Construct_UClass_UEnvQueryDebugHelpers_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend AIMODULE_API UClass* ::Z_Construct_UClass_UEnvQueryDebugHelpers_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UEnvQueryDebugHelpers, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AIModule"), Z_Construct_UClass_UEnvQueryDebugHelpers_NoRegister) \
|
|
DECLARE_SERIALIZER(UEnvQueryDebugHelpers)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_EnvQueryDebugHelpers_h_160_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
AIMODULE_API UEnvQueryDebugHelpers(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UEnvQueryDebugHelpers(UEnvQueryDebugHelpers&&) = delete; \
|
|
UEnvQueryDebugHelpers(const UEnvQueryDebugHelpers&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(AIMODULE_API, UEnvQueryDebugHelpers); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEnvQueryDebugHelpers); \
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEnvQueryDebugHelpers) \
|
|
AIMODULE_API virtual ~UEnvQueryDebugHelpers();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_EnvQueryDebugHelpers_h_157_PROLOG
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_EnvQueryDebugHelpers_h_160_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_EnvQueryDebugHelpers_h_160_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_EnvQueryDebugHelpers_h_160_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UEnvQueryDebugHelpers;
|
|
|
|
// ********** End Class UEnvQueryDebugHelpers ******************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_EnvQueryDebugHelpers_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|