62 lines
2.8 KiB
C++
62 lines
2.8 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 "BehaviorTree/Services/BTService_RunEQS.h"
|
|
|
|
#ifdef AIMODULE_BTService_RunEQS_generated_h
|
|
#error "BTService_RunEQS.generated.h already included, missing '#pragma once' in BTService_RunEQS.h"
|
|
#endif
|
|
#define AIMODULE_BTService_RunEQS_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UBTService_RunEQS ********************************************************
|
|
struct Z_Construct_UClass_UBTService_RunEQS_Statics;
|
|
AIMODULE_API UClass* Z_Construct_UClass_UBTService_RunEQS_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Services_BTService_RunEQS_h_23_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUBTService_RunEQS(); \
|
|
friend struct ::Z_Construct_UClass_UBTService_RunEQS_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend AIMODULE_API UClass* ::Z_Construct_UClass_UBTService_RunEQS_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UBTService_RunEQS, UBTService_BlackboardBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AIModule"), Z_Construct_UClass_UBTService_RunEQS_NoRegister) \
|
|
DECLARE_SERIALIZER(UBTService_RunEQS)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Services_BTService_RunEQS_h_23_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UBTService_RunEQS(UBTService_RunEQS&&) = delete; \
|
|
UBTService_RunEQS(const UBTService_RunEQS&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(AIMODULE_API, UBTService_RunEQS); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UBTService_RunEQS); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UBTService_RunEQS) \
|
|
AIMODULE_API virtual ~UBTService_RunEQS();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Services_BTService_RunEQS_h_20_PROLOG
|
|
#define FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Services_BTService_RunEQS_h_23_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Services_BTService_RunEQS_h_23_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Services_BTService_RunEQS_h_23_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UBTService_RunEQS;
|
|
|
|
// ********** End Class UBTService_RunEQS **********************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Services_BTService_RunEQS_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|