// 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 "Perception/AISense.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeAISense() {} // ********** Begin Cross Module References ******************************************************** AIMODULE_API UClass* Z_Construct_UClass_UAIPerceptionSystem_NoRegister(); AIMODULE_API UClass* Z_Construct_UClass_UAISense(); AIMODULE_API UClass* Z_Construct_UClass_UAISense_NoRegister(); AIMODULE_API UEnum* Z_Construct_UEnum_AIModule_EAISenseNotifyType(); COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); UPackage* Z_Construct_UPackage__Script_AIModule(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UAISense ***************************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UAISense; UClass* UAISense::GetPrivateStaticClass() { using TClass = UAISense; if (!Z_Registration_Info_UClass_UAISense.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("AISense"), Z_Registration_Info_UClass_UAISense.InnerSingleton, StaticRegisterNativesUAISense, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UAISense.InnerSingleton; } UClass* Z_Construct_UClass_UAISense_NoRegister() { return UAISense::GetPrivateStaticClass(); } struct Z_Construct_UClass_UAISense_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "ClassGroupNames", "AI" }, { "IncludePath", "Perception/AISense.h" }, { "ModuleRelativePath", "Classes/Perception/AISense.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NotifyType_MetaData[] = { { "Category", "AI Perception" }, { "ModuleRelativePath", "Classes/Perception/AISense.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bWantsNewPawnNotification_MetaData[] = { { "Category", "AI Perception" }, { "Comment", "/** whether this sense is interested in getting notified about new Pawns being spawned \n\x09 *\x09this can be used for example for automated sense sources registration */" }, { "ModuleRelativePath", "Classes/Perception/AISense.h" }, { "ToolTip", "whether this sense is interested in getting notified about new Pawns being spawned\n this can be used for example for automated sense sources registration" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAutoRegisterAllPawnsAsSources_MetaData[] = { { "Category", "AI Perception" }, { "Comment", "/** If true all newly spawned pawns will get auto registered as source for this sense. */" }, { "ModuleRelativePath", "Classes/Perception/AISense.h" }, { "ToolTip", "If true all newly spawned pawns will get auto registered as source for this sense." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PerceptionSystemInstance_MetaData[] = { { "ModuleRelativePath", "Classes/Perception/AISense.h" }, }; #endif // WITH_METADATA // ********** Begin Class UAISense constinit property declarations ********************************* static const UECodeGen_Private::FBytePropertyParams NewProp_NotifyType_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_NotifyType; static void NewProp_bWantsNewPawnNotification_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bWantsNewPawnNotification; static void NewProp_bAutoRegisterAllPawnsAsSources_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoRegisterAllPawnsAsSources; static const UECodeGen_Private::FObjectPropertyParams NewProp_PerceptionSystemInstance; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UAISense constinit property declarations *********************************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UAISense_Statics // ********** Begin Class UAISense Property Definitions ******************************************** const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UAISense_Statics::NewProp_NotifyType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UAISense_Statics::NewProp_NotifyType = { "NotifyType", nullptr, (EPropertyFlags)0x0020080000014015, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAISense, NotifyType), Z_Construct_UEnum_AIModule_EAISenseNotifyType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NotifyType_MetaData), NewProp_NotifyType_MetaData) }; // 240216108 void Z_Construct_UClass_UAISense_Statics::NewProp_bWantsNewPawnNotification_SetBit(void* Obj) { ((UAISense*)Obj)->bWantsNewPawnNotification = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAISense_Statics::NewProp_bWantsNewPawnNotification = { "bWantsNewPawnNotification", nullptr, (EPropertyFlags)0x0020080000014015, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UAISense), &Z_Construct_UClass_UAISense_Statics::NewProp_bWantsNewPawnNotification_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bWantsNewPawnNotification_MetaData), NewProp_bWantsNewPawnNotification_MetaData) }; void Z_Construct_UClass_UAISense_Statics::NewProp_bAutoRegisterAllPawnsAsSources_SetBit(void* Obj) { ((UAISense*)Obj)->bAutoRegisterAllPawnsAsSources = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAISense_Statics::NewProp_bAutoRegisterAllPawnsAsSources = { "bAutoRegisterAllPawnsAsSources", nullptr, (EPropertyFlags)0x0020080000014015, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UAISense), &Z_Construct_UClass_UAISense_Statics::NewProp_bAutoRegisterAllPawnsAsSources_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAutoRegisterAllPawnsAsSources_MetaData), NewProp_bAutoRegisterAllPawnsAsSources_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UAISense_Statics::NewProp_PerceptionSystemInstance = { "PerceptionSystemInstance", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAISense, PerceptionSystemInstance), Z_Construct_UClass_UAIPerceptionSystem_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PerceptionSystemInstance_MetaData), NewProp_PerceptionSystemInstance_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAISense_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAISense_Statics::NewProp_NotifyType_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAISense_Statics::NewProp_NotifyType, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAISense_Statics::NewProp_bWantsNewPawnNotification, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAISense_Statics::NewProp_bAutoRegisterAllPawnsAsSources, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAISense_Statics::NewProp_PerceptionSystemInstance, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAISense_Statics::PropPointers) < 2048); // ********** End Class UAISense Property Definitions ********************************************** UObject* (*const Z_Construct_UClass_UAISense_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_AIModule, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAISense_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UAISense_Statics::ClassParams = { &UAISense::StaticClass, "Engine", &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UAISense_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UAISense_Statics::PropPointers), 0, 0x000800A5u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAISense_Statics::Class_MetaDataParams), Z_Construct_UClass_UAISense_Statics::Class_MetaDataParams) }; void UAISense::StaticRegisterNativesUAISense() { } UClass* Z_Construct_UClass_UAISense() { if (!Z_Registration_Info_UClass_UAISense.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAISense.OuterSingleton, Z_Construct_UClass_UAISense_Statics::ClassParams); } return Z_Registration_Info_UClass_UAISense.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAISense); UAISense::~UAISense() {} // ********** End Class UAISense ******************************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Perception_AISense_h__Script_AIModule_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UAISense, UAISense::StaticClass, TEXT("UAISense"), &Z_Registration_Info_UClass_UAISense, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAISense), 2692814145U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Perception_AISense_h__Script_AIModule_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Perception_AISense_h__Script_AIModule_2153574020{ TEXT("/Script/AIModule"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Perception_AISense_h__Script_AIModule_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Perception_AISense_h__Script_AIModule_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS