56 lines
4.2 KiB
C++
56 lines
4.2 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"
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
void EmptyLinkFunctionForGeneratedCodeAIModule_init() {}
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); AIMODULE_API UFunction* Z_Construct_UDelegateFunction_AIModule_ActorPerceptionForgetUpdatedDelegate__DelegateSignature();
|
|
AIMODULE_API UFunction* Z_Construct_UDelegateFunction_AIModule_ActorPerceptionInfoUpdatedDelegate__DelegateSignature();
|
|
AIMODULE_API UFunction* Z_Construct_UDelegateFunction_AIModule_ActorPerceptionUpdatedDelegate__DelegateSignature();
|
|
AIMODULE_API UFunction* Z_Construct_UDelegateFunction_AIModule_AIMoveCompletedSignature__DelegateSignature();
|
|
AIMODULE_API UFunction* Z_Construct_UDelegateFunction_AIModule_LinkReachedSignature__DelegateSignature();
|
|
AIMODULE_API UFunction* Z_Construct_UDelegateFunction_AIModule_MoveTaskCompletedSignature__DelegateSignature();
|
|
AIMODULE_API UFunction* Z_Construct_UDelegateFunction_AIModule_OAISimpleDelegate__DelegateSignature();
|
|
AIMODULE_API UFunction* Z_Construct_UDelegateFunction_AIModule_PerceptionUpdatedDelegate__DelegateSignature();
|
|
AIMODULE_API UFunction* Z_Construct_UDelegateFunction_AIModule_SmartLinkReachedSignature__DelegateSignature();
|
|
AIMODULE_API UFunction* Z_Construct_UDelegateFunction_UEnvQueryInstanceBlueprintWrapper_EQSQueryDoneSignature__DelegateSignature();
|
|
AIMODULE_API UFunction* Z_Construct_UDelegateFunction_UPawnSensingComponent_HearNoiseDelegate__DelegateSignature();
|
|
AIMODULE_API UFunction* Z_Construct_UDelegateFunction_UPawnSensingComponent_SeePawnDelegate__DelegateSignature();
|
|
static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_AIModule;
|
|
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_AIModule()
|
|
{
|
|
if (!Z_Registration_Info_UPackage__Script_AIModule.OuterSingleton)
|
|
{
|
|
static UObject* (*const SingletonFuncArray[])() = {
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AIModule_ActorPerceptionForgetUpdatedDelegate__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AIModule_ActorPerceptionInfoUpdatedDelegate__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AIModule_ActorPerceptionUpdatedDelegate__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AIModule_AIMoveCompletedSignature__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AIModule_LinkReachedSignature__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AIModule_MoveTaskCompletedSignature__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AIModule_OAISimpleDelegate__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AIModule_PerceptionUpdatedDelegate__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_AIModule_SmartLinkReachedSignature__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_UEnvQueryInstanceBlueprintWrapper_EQSQueryDoneSignature__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_UPawnSensingComponent_HearNoiseDelegate__DelegateSignature,
|
|
(UObject* (*)())Z_Construct_UDelegateFunction_UPawnSensingComponent_SeePawnDelegate__DelegateSignature,
|
|
};
|
|
static const UECodeGen_Private::FPackageParams PackageParams = {
|
|
"/Script/AIModule",
|
|
SingletonFuncArray,
|
|
UE_ARRAY_COUNT(SingletonFuncArray),
|
|
PKG_CompiledIn | 0x00000000,
|
|
0xFDF3C37A,
|
|
0xC5C705C9,
|
|
METADATA_PARAMS(0, nullptr)
|
|
};
|
|
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_AIModule.OuterSingleton, PackageParams);
|
|
}
|
|
return Z_Registration_Info_UPackage__Script_AIModule.OuterSingleton;
|
|
}
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_AIModule(Z_Construct_UPackage__Script_AIModule, TEXT("/Script/AIModule"), Z_Registration_Info_UPackage__Script_AIModule, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xFDF3C37A, 0xC5C705C9));
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|