136 lines
7.3 KiB
C++
136 lines
7.3 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 "Perception/AISenseEvent_Damage.h"
|
|
#include "Perception/AISense_Damage.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeAISenseEvent_Damage() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
AIMODULE_API UClass* Z_Construct_UClass_UAISenseEvent();
|
|
AIMODULE_API UClass* Z_Construct_UClass_UAISenseEvent_Damage();
|
|
AIMODULE_API UClass* Z_Construct_UClass_UAISenseEvent_Damage_NoRegister();
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FAIDamageEvent();
|
|
UPackage* Z_Construct_UPackage__Script_AIModule();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UAISenseEvent_Damage *****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAISenseEvent_Damage;
|
|
UClass* UAISenseEvent_Damage::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UAISenseEvent_Damage;
|
|
if (!Z_Registration_Info_UClass_UAISenseEvent_Damage.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("AISenseEvent_Damage"),
|
|
Z_Registration_Info_UClass_UAISenseEvent_Damage.InnerSingleton,
|
|
StaticRegisterNativesUAISenseEvent_Damage,
|
|
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_UAISenseEvent_Damage.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UAISenseEvent_Damage_NoRegister()
|
|
{
|
|
return UAISenseEvent_Damage::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UAISenseEvent_Damage_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "Perception/AISenseEvent_Damage.h" },
|
|
{ "ModuleRelativePath", "Classes/Perception/AISenseEvent_Damage.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Event_MetaData[] = {
|
|
{ "Category", "Sense" },
|
|
{ "ModuleRelativePath", "Classes/Perception/AISenseEvent_Damage.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UAISenseEvent_Damage constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Event;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UAISenseEvent_Damage constinit property declarations ***********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UAISenseEvent_Damage>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UAISenseEvent_Damage_Statics
|
|
|
|
// ********** Begin Class UAISenseEvent_Damage Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAISenseEvent_Damage_Statics::NewProp_Event = { "Event", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAISenseEvent_Damage, Event), Z_Construct_UScriptStruct_FAIDamageEvent, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Event_MetaData), NewProp_Event_MetaData) }; // 1753452675
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAISenseEvent_Damage_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAISenseEvent_Damage_Statics::NewProp_Event,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAISenseEvent_Damage_Statics::PropPointers) < 2048);
|
|
// ********** End Class UAISenseEvent_Damage Property Definitions **********************************
|
|
UObject* (*const Z_Construct_UClass_UAISenseEvent_Damage_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UAISenseEvent,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAISenseEvent_Damage_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAISenseEvent_Damage_Statics::ClassParams = {
|
|
&UAISenseEvent_Damage::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UAISenseEvent_Damage_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UAISenseEvent_Damage_Statics::PropPointers),
|
|
0,
|
|
0x000810A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAISenseEvent_Damage_Statics::Class_MetaDataParams), Z_Construct_UClass_UAISenseEvent_Damage_Statics::Class_MetaDataParams)
|
|
};
|
|
void UAISenseEvent_Damage::StaticRegisterNativesUAISenseEvent_Damage()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UAISenseEvent_Damage()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UAISenseEvent_Damage.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAISenseEvent_Damage.OuterSingleton, Z_Construct_UClass_UAISenseEvent_Damage_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UAISenseEvent_Damage.OuterSingleton;
|
|
}
|
|
UAISenseEvent_Damage::UAISenseEvent_Damage(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAISenseEvent_Damage);
|
|
UAISenseEvent_Damage::~UAISenseEvent_Damage() {}
|
|
// ********** End Class UAISenseEvent_Damage *******************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Perception_AISenseEvent_Damage_h__Script_AIModule_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UAISenseEvent_Damage, UAISenseEvent_Damage::StaticClass, TEXT("UAISenseEvent_Damage"), &Z_Registration_Info_UClass_UAISenseEvent_Damage, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAISenseEvent_Damage), 2582381386U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Perception_AISenseEvent_Damage_h__Script_AIModule_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Perception_AISenseEvent_Damage_h__Script_AIModule_3484645455{
|
|
TEXT("/Script/AIModule"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Perception_AISenseEvent_Damage_h__Script_AIModule_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Perception_AISenseEvent_Damage_h__Script_AIModule_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|