137 lines
7.7 KiB
C++
137 lines
7.7 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!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "BehaviorTree/Services/BTService_BlackboardBase.h"
|
|
#include "BehaviorTree/BehaviorTreeTypes.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeBTService_BlackboardBase() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
AIMODULE_API UClass* Z_Construct_UClass_UBTService();
|
|
AIMODULE_API UClass* Z_Construct_UClass_UBTService_BlackboardBase();
|
|
AIMODULE_API UClass* Z_Construct_UClass_UBTService_BlackboardBase_NoRegister();
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FBlackboardKeySelector();
|
|
UPackage* Z_Construct_UPackage__Script_AIModule();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UBTService_BlackboardBase ************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UBTService_BlackboardBase;
|
|
UClass* UBTService_BlackboardBase::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UBTService_BlackboardBase;
|
|
if (!Z_Registration_Info_UClass_UBTService_BlackboardBase.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("BTService_BlackboardBase"),
|
|
Z_Registration_Info_UClass_UBTService_BlackboardBase.InnerSingleton,
|
|
StaticRegisterNativesUBTService_BlackboardBase,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UBTService_BlackboardBase.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UBTService_BlackboardBase_NoRegister()
|
|
{
|
|
return UBTService_BlackboardBase::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UBTService_BlackboardBase_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "BehaviorTree/Services/BTService_BlackboardBase.h" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/Services/BTService_BlackboardBase.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlackboardKey_MetaData[] = {
|
|
{ "Category", "Blackboard" },
|
|
{ "Comment", "/** blackboard key selector */" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/Services/BTService_BlackboardBase.h" },
|
|
{ "ToolTip", "blackboard key selector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UBTService_BlackboardBase constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BlackboardKey;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UBTService_BlackboardBase constinit property declarations ******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UBTService_BlackboardBase>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UBTService_BlackboardBase_Statics
|
|
|
|
// ********** Begin Class UBTService_BlackboardBase Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UBTService_BlackboardBase_Statics::NewProp_BlackboardKey = { "BlackboardKey", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBTService_BlackboardBase, BlackboardKey), Z_Construct_UScriptStruct_FBlackboardKeySelector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlackboardKey_MetaData), NewProp_BlackboardKey_MetaData) }; // 3145079323
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBTService_BlackboardBase_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBTService_BlackboardBase_Statics::NewProp_BlackboardKey,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBTService_BlackboardBase_Statics::PropPointers) < 2048);
|
|
// ********** End Class UBTService_BlackboardBase Property Definitions *****************************
|
|
UObject* (*const Z_Construct_UClass_UBTService_BlackboardBase_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UBTService,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBTService_BlackboardBase_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UBTService_BlackboardBase_Statics::ClassParams = {
|
|
&UBTService_BlackboardBase::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UBTService_BlackboardBase_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UBTService_BlackboardBase_Statics::PropPointers),
|
|
0,
|
|
0x000800A1u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBTService_BlackboardBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UBTService_BlackboardBase_Statics::Class_MetaDataParams)
|
|
};
|
|
void UBTService_BlackboardBase::StaticRegisterNativesUBTService_BlackboardBase()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UBTService_BlackboardBase()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UBTService_BlackboardBase.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBTService_BlackboardBase.OuterSingleton, Z_Construct_UClass_UBTService_BlackboardBase_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UBTService_BlackboardBase.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBTService_BlackboardBase);
|
|
UBTService_BlackboardBase::~UBTService_BlackboardBase() {}
|
|
// ********** End Class UBTService_BlackboardBase **************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Services_BTService_BlackboardBase_h__Script_AIModule_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UBTService_BlackboardBase, UBTService_BlackboardBase::StaticClass, TEXT("UBTService_BlackboardBase"), &Z_Registration_Info_UClass_UBTService_BlackboardBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBTService_BlackboardBase), 3062520492U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Services_BTService_BlackboardBase_h__Script_AIModule_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Services_BTService_BlackboardBase_h__Script_AIModule_1701255434{
|
|
TEXT("/Script/AIModule"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Services_BTService_BlackboardBase_h__Script_AIModule_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Services_BTService_BlackboardBase_h__Script_AIModule_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|