199 lines
12 KiB
C++
199 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 "BehaviorTree/Composites/BTComposite_SimpleParallel.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeBTComposite_SimpleParallel() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
AIMODULE_API UClass* Z_Construct_UClass_UBTComposite_SimpleParallel();
|
||
|
|
AIMODULE_API UClass* Z_Construct_UClass_UBTComposite_SimpleParallel_NoRegister();
|
||
|
|
AIMODULE_API UClass* Z_Construct_UClass_UBTCompositeNode();
|
||
|
|
AIMODULE_API UEnum* Z_Construct_UEnum_AIModule_EBTParallelMode();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_AIModule();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum EBTParallelMode ***********************************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EBTParallelMode;
|
||
|
|
static UEnum* EBTParallelMode_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EBTParallelMode.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_EBTParallelMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AIModule_EBTParallelMode, (UObject*)Z_Construct_UPackage__Script_AIModule(), TEXT("EBTParallelMode"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EBTParallelMode.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> AIMODULE_NON_ATTRIBUTED_API UEnum* StaticEnum<EBTParallelMode::Type>()
|
||
|
|
{
|
||
|
|
return EBTParallelMode_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_AIModule_EBTParallelMode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "AbortBackground.DisplayName", "Immediate" },
|
||
|
|
{ "AbortBackground.Name", "EBTParallelMode::AbortBackground" },
|
||
|
|
{ "AbortBackground.ToolTip", "When main task finishes, immediately abort background tree." },
|
||
|
|
{ "Comment", "// keep in sync with DescribeFinishMode\n" },
|
||
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/Composites/BTComposite_SimpleParallel.h" },
|
||
|
|
{ "ToolTip", "keep in sync with DescribeFinishMode" },
|
||
|
|
{ "WaitForBackground.DisplayName", "Delayed" },
|
||
|
|
{ "WaitForBackground.Name", "EBTParallelMode::WaitForBackground" },
|
||
|
|
{ "WaitForBackground.ToolTip", "When main task finishes, wait for background tree to finish." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "EBTParallelMode::AbortBackground", (int64)EBTParallelMode::AbortBackground },
|
||
|
|
{ "EBTParallelMode::WaitForBackground", (int64)EBTParallelMode::WaitForBackground },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_AIModule_EBTParallelMode_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AIModule_EBTParallelMode_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_AIModule,
|
||
|
|
nullptr,
|
||
|
|
"EBTParallelMode",
|
||
|
|
"EBTParallelMode::Type",
|
||
|
|
Z_Construct_UEnum_AIModule_EBTParallelMode_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_AIModule_EBTParallelMode_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::Namespaced,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AIModule_EBTParallelMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AIModule_EBTParallelMode_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_AIModule_EBTParallelMode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EBTParallelMode.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EBTParallelMode.InnerSingleton, Z_Construct_UEnum_AIModule_EBTParallelMode_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EBTParallelMode.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum EBTParallelMode *************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UBTComposite_SimpleParallel **********************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UBTComposite_SimpleParallel;
|
||
|
|
UClass* UBTComposite_SimpleParallel::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UBTComposite_SimpleParallel;
|
||
|
|
if (!Z_Registration_Info_UClass_UBTComposite_SimpleParallel.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("BTComposite_SimpleParallel"),
|
||
|
|
Z_Registration_Info_UClass_UBTComposite_SimpleParallel.InnerSingleton,
|
||
|
|
StaticRegisterNativesUBTComposite_SimpleParallel,
|
||
|
|
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_UBTComposite_SimpleParallel.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UBTComposite_SimpleParallel_NoRegister()
|
||
|
|
{
|
||
|
|
return UBTComposite_SimpleParallel::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UBTComposite_SimpleParallel_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Simple Parallel composite node.\n * Allows for running two children: one which must be a single task node (with optional decorators), and the other of which can be a complete subtree.\n */" },
|
||
|
|
{ "HideCategories", "Composite" },
|
||
|
|
{ "IncludePath", "BehaviorTree/Composites/BTComposite_SimpleParallel.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/Composites/BTComposite_SimpleParallel.h" },
|
||
|
|
{ "ToolTip", "Simple Parallel composite node.\nAllows for running two children: one which must be a single task node (with optional decorators), and the other of which can be a complete subtree." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FinishMode_MetaData[] = {
|
||
|
|
{ "Category", "Parallel" },
|
||
|
|
{ "Comment", "/** how background tree should be handled when main task finishes execution */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/Composites/BTComposite_SimpleParallel.h" },
|
||
|
|
{ "ToolTip", "how background tree should be handled when main task finishes execution" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UBTComposite_SimpleParallel constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_FinishMode;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UBTComposite_SimpleParallel constinit property declarations ****************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UBTComposite_SimpleParallel>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UBTComposite_SimpleParallel_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UBTComposite_SimpleParallel Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UBTComposite_SimpleParallel_Statics::NewProp_FinishMode = { "FinishMode", nullptr, (EPropertyFlags)0x0010000000000801, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBTComposite_SimpleParallel, FinishMode), Z_Construct_UEnum_AIModule_EBTParallelMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FinishMode_MetaData), NewProp_FinishMode_MetaData) }; // 3692884232
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBTComposite_SimpleParallel_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBTComposite_SimpleParallel_Statics::NewProp_FinishMode,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBTComposite_SimpleParallel_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UBTComposite_SimpleParallel Property Definitions ***************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UBTComposite_SimpleParallel_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UBTCompositeNode,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBTComposite_SimpleParallel_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UBTComposite_SimpleParallel_Statics::ClassParams = {
|
||
|
|
&UBTComposite_SimpleParallel::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UBTComposite_SimpleParallel_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UBTComposite_SimpleParallel_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBTComposite_SimpleParallel_Statics::Class_MetaDataParams), Z_Construct_UClass_UBTComposite_SimpleParallel_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UBTComposite_SimpleParallel::StaticRegisterNativesUBTComposite_SimpleParallel()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UBTComposite_SimpleParallel()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UBTComposite_SimpleParallel.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBTComposite_SimpleParallel.OuterSingleton, Z_Construct_UClass_UBTComposite_SimpleParallel_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UBTComposite_SimpleParallel.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBTComposite_SimpleParallel);
|
||
|
|
UBTComposite_SimpleParallel::~UBTComposite_SimpleParallel() {}
|
||
|
|
// ********** End Class UBTComposite_SimpleParallel ************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h__Script_AIModule_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ EBTParallelMode_StaticEnum, TEXT("EBTParallelMode"), &Z_Registration_Info_UEnum_EBTParallelMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3692884232U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UBTComposite_SimpleParallel, UBTComposite_SimpleParallel::StaticClass, TEXT("UBTComposite_SimpleParallel"), &Z_Registration_Info_UClass_UBTComposite_SimpleParallel, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBTComposite_SimpleParallel), 308237233U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h__Script_AIModule_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h__Script_AIModule_2711445350{
|
||
|
|
TEXT("/Script/AIModule"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h__Script_AIModule_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h__Script_AIModule_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h__Script_AIModule_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_Composites_BTComposite_SimpleParallel_h__Script_AIModule_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|