180 lines
12 KiB
C++
180 lines
12 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 "EnvironmentQuery/Tests/EnvQueryTest_Volume.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeEnvQueryTest_Volume() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
AIMODULE_API UClass* Z_Construct_UClass_UEnvQueryContext_NoRegister();
|
||
|
|
AIMODULE_API UClass* Z_Construct_UClass_UEnvQueryTest();
|
||
|
|
AIMODULE_API UClass* Z_Construct_UClass_UEnvQueryTest_Volume();
|
||
|
|
AIMODULE_API UClass* Z_Construct_UClass_UEnvQueryTest_Volume_NoRegister();
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_AVolume_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_AIModule();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UEnvQueryTest_Volume *****************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UEnvQueryTest_Volume;
|
||
|
|
UClass* UEnvQueryTest_Volume::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UEnvQueryTest_Volume;
|
||
|
|
if (!Z_Registration_Info_UClass_UEnvQueryTest_Volume.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("EnvQueryTest_Volume"),
|
||
|
|
Z_Registration_Info_UClass_UEnvQueryTest_Volume.InnerSingleton,
|
||
|
|
StaticRegisterNativesUEnvQueryTest_Volume,
|
||
|
|
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_UEnvQueryTest_Volume.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UEnvQueryTest_Volume_NoRegister()
|
||
|
|
{
|
||
|
|
return UEnvQueryTest_Volume::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UEnvQueryTest_Volume_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "EnvironmentQuery/Tests/EnvQueryTest_Volume.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/EnvironmentQuery/Tests/EnvQueryTest_Volume.h" },
|
||
|
|
{ "ObjectInitializerConstructorDeclared", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VolumeContext_MetaData[] = {
|
||
|
|
{ "AllowPrivateAccess", "true" },
|
||
|
|
{ "Category", "Volumes" },
|
||
|
|
{ "Comment", "/** Context that populates a list of Actors derived from AVolume to test against */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/EnvironmentQuery/Tests/EnvQueryTest_Volume.h" },
|
||
|
|
{ "ToolTip", "Context that populates a list of Actors derived from AVolume to test against" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VolumeClass_MetaData[] = {
|
||
|
|
{ "AllowPrivateAccess", "true" },
|
||
|
|
{ "Category", "Volumes" },
|
||
|
|
{ "Comment", "/** If VolumeContext is null, AVolume Class will be used to populate a list of AVolume to test against */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/EnvironmentQuery/Tests/EnvQueryTest_Volume.h" },
|
||
|
|
{ "ToolTip", "If VolumeContext is null, AVolume Class will be used to populate a list of AVolume to test against" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDoComplexVolumeTest_MetaData[] = {
|
||
|
|
{ "AllowPrivateAccess", "true" },
|
||
|
|
{ "Category", "Volumes" },
|
||
|
|
{ "Comment", "/** If bDoComplexVolumeTest is set, it will use a full volume physic test (not only a bounding box test) */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/EnvironmentQuery/Tests/EnvQueryTest_Volume.h" },
|
||
|
|
{ "ToolTip", "If bDoComplexVolumeTest is set, it will use a full volume physic test (not only a bounding box test)" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSkipTestIfNoVolumes_MetaData[] = {
|
||
|
|
{ "AllowPrivateAccess", "true" },
|
||
|
|
{ "Category", "Volumes" },
|
||
|
|
{ "Comment", "/** If no volumes are returned to evaluate the points against then just ignore the test rather than failing each item */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/EnvironmentQuery/Tests/EnvQueryTest_Volume.h" },
|
||
|
|
{ "ToolTip", "If no volumes are returned to evaluate the points against then just ignore the test rather than failing each item" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UEnvQueryTest_Volume constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_VolumeContext;
|
||
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_VolumeClass;
|
||
|
|
static void NewProp_bDoComplexVolumeTest_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bDoComplexVolumeTest;
|
||
|
|
static void NewProp_bSkipTestIfNoVolumes_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSkipTestIfNoVolumes;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UEnvQueryTest_Volume constinit property declarations ***********************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UEnvQueryTest_Volume>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UEnvQueryTest_Volume_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UEnvQueryTest_Volume Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UEnvQueryTest_Volume_Statics::NewProp_VolumeContext = { "VolumeContext", nullptr, (EPropertyFlags)0x0044000000000001, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UEnvQueryTest_Volume, VolumeContext), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UEnvQueryContext_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VolumeContext_MetaData), NewProp_VolumeContext_MetaData) };
|
||
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UEnvQueryTest_Volume_Statics::NewProp_VolumeClass = { "VolumeClass", nullptr, (EPropertyFlags)0x0044000000000001, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UEnvQueryTest_Volume, VolumeClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_AVolume_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VolumeClass_MetaData), NewProp_VolumeClass_MetaData) };
|
||
|
|
void Z_Construct_UClass_UEnvQueryTest_Volume_Statics::NewProp_bDoComplexVolumeTest_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UEnvQueryTest_Volume*)Obj)->bDoComplexVolumeTest = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UEnvQueryTest_Volume_Statics::NewProp_bDoComplexVolumeTest = { "bDoComplexVolumeTest", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UEnvQueryTest_Volume), &Z_Construct_UClass_UEnvQueryTest_Volume_Statics::NewProp_bDoComplexVolumeTest_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDoComplexVolumeTest_MetaData), NewProp_bDoComplexVolumeTest_MetaData) };
|
||
|
|
void Z_Construct_UClass_UEnvQueryTest_Volume_Statics::NewProp_bSkipTestIfNoVolumes_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UEnvQueryTest_Volume*)Obj)->bSkipTestIfNoVolumes = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UEnvQueryTest_Volume_Statics::NewProp_bSkipTestIfNoVolumes = { "bSkipTestIfNoVolumes", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UEnvQueryTest_Volume), &Z_Construct_UClass_UEnvQueryTest_Volume_Statics::NewProp_bSkipTestIfNoVolumes_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSkipTestIfNoVolumes_MetaData), NewProp_bSkipTestIfNoVolumes_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UEnvQueryTest_Volume_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEnvQueryTest_Volume_Statics::NewProp_VolumeContext,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEnvQueryTest_Volume_Statics::NewProp_VolumeClass,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEnvQueryTest_Volume_Statics::NewProp_bDoComplexVolumeTest,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEnvQueryTest_Volume_Statics::NewProp_bSkipTestIfNoVolumes,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UEnvQueryTest_Volume_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UEnvQueryTest_Volume Property Definitions **********************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UEnvQueryTest_Volume_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UEnvQueryTest,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UEnvQueryTest_Volume_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UEnvQueryTest_Volume_Statics::ClassParams = {
|
||
|
|
&UEnvQueryTest_Volume::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UEnvQueryTest_Volume_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UEnvQueryTest_Volume_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x008800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UEnvQueryTest_Volume_Statics::Class_MetaDataParams), Z_Construct_UClass_UEnvQueryTest_Volume_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UEnvQueryTest_Volume::StaticRegisterNativesUEnvQueryTest_Volume()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UEnvQueryTest_Volume()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UEnvQueryTest_Volume.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEnvQueryTest_Volume.OuterSingleton, Z_Construct_UClass_UEnvQueryTest_Volume_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UEnvQueryTest_Volume.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UEnvQueryTest_Volume);
|
||
|
|
UEnvQueryTest_Volume::~UEnvQueryTest_Volume() {}
|
||
|
|
// ********** End Class UEnvQueryTest_Volume *******************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_Tests_EnvQueryTest_Volume_h__Script_AIModule_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UEnvQueryTest_Volume, UEnvQueryTest_Volume::StaticClass, TEXT("UEnvQueryTest_Volume"), &Z_Registration_Info_UClass_UEnvQueryTest_Volume, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEnvQueryTest_Volume), 2016603226U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_Tests_EnvQueryTest_Volume_h__Script_AIModule_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_Tests_EnvQueryTest_Volume_h__Script_AIModule_937797429{
|
||
|
|
TEXT("/Script/AIModule"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_Tests_EnvQueryTest_Volume_h__Script_AIModule_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_EnvironmentQuery_Tests_EnvQueryTest_Volume_h__Script_AIModule_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|