Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/AIModule/UHT/CrowdFollowingComponent.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

241 lines
16 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 "Navigation/CrowdFollowingComponent.h"
#include "AI/Navigation/NavigationAvoidanceTypes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeCrowdFollowingComponent() {}
// ********** Begin Cross Module References ********************************************************
AIMODULE_API UClass* Z_Construct_UClass_UCrowdAgentInterface_NoRegister();
AIMODULE_API UClass* Z_Construct_UClass_UCrowdFollowingComponent();
AIMODULE_API UClass* Z_Construct_UClass_UCrowdFollowingComponent_NoRegister();
AIMODULE_API UClass* Z_Construct_UClass_UPathFollowingComponent();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNavAvoidanceMask();
UPackage* Z_Construct_UPackage__Script_AIModule();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UCrowdFollowingComponent Function SuspendCrowdSteering *******************
struct Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics
{
struct CrowdFollowingComponent_eventSuspendCrowdSteering_Parms
{
bool bSuspend;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Crowd" },
{ "Comment", "/** main switch for crowd steering & avoidance */" },
{ "ModuleRelativePath", "Classes/Navigation/CrowdFollowingComponent.h" },
{ "ToolTip", "main switch for crowd steering & avoidance" },
};
#endif // WITH_METADATA
// ********** Begin Function SuspendCrowdSteering constinit property declarations ******************
static void NewProp_bSuspend_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSuspend;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SuspendCrowdSteering constinit property declarations ********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SuspendCrowdSteering Property Definitions *****************************
void Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::NewProp_bSuspend_SetBit(void* Obj)
{
((CrowdFollowingComponent_eventSuspendCrowdSteering_Parms*)Obj)->bSuspend = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::NewProp_bSuspend = { "bSuspend", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CrowdFollowingComponent_eventSuspendCrowdSteering_Parms), &Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::NewProp_bSuspend_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::NewProp_bSuspend,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::PropPointers) < 2048);
// ********** End Function SuspendCrowdSteering Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCrowdFollowingComponent, nullptr, "SuspendCrowdSteering", Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::CrowdFollowingComponent_eventSuspendCrowdSteering_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::CrowdFollowingComponent_eventSuspendCrowdSteering_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCrowdFollowingComponent::execSuspendCrowdSteering)
{
P_GET_UBOOL(Z_Param_bSuspend);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SuspendCrowdSteering(Z_Param_bSuspend);
P_NATIVE_END;
}
// ********** End Class UCrowdFollowingComponent Function SuspendCrowdSteering *********************
// ********** Begin Class UCrowdFollowingComponent *************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UCrowdFollowingComponent;
UClass* UCrowdFollowingComponent::GetPrivateStaticClass()
{
using TClass = UCrowdFollowingComponent;
if (!Z_Registration_Info_UClass_UCrowdFollowingComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("CrowdFollowingComponent"),
Z_Registration_Info_UClass_UCrowdFollowingComponent.InnerSingleton,
StaticRegisterNativesUCrowdFollowingComponent,
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_UCrowdFollowingComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_UCrowdFollowingComponent_NoRegister()
{
return UCrowdFollowingComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UCrowdFollowingComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "Navigation/CrowdFollowingComponent.h" },
{ "ModuleRelativePath", "Classes/Navigation/CrowdFollowingComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CrowdAgentMoveDirection_MetaData[] = {
{ "ModuleRelativePath", "Classes/Navigation/CrowdFollowingComponent.h" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AvoidanceGroup_MetaData[] = {
{ "Comment", "/** DEPRECATED: Group mask for this agent - use IRVOAvoidanceInterface instead */" },
{ "ModuleRelativePath", "Classes/Navigation/CrowdFollowingComponent.h" },
{ "ToolTip", "DEPRECATED: Group mask for this agent - use IRVOAvoidanceInterface instead" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GroupsToAvoid_MetaData[] = {
{ "Comment", "/** DEPRECATED: Will avoid other agents if they are in one of specified groups - use IRVOAvoidanceInterface instead */" },
{ "ModuleRelativePath", "Classes/Navigation/CrowdFollowingComponent.h" },
{ "ToolTip", "DEPRECATED: Will avoid other agents if they are in one of specified groups - use IRVOAvoidanceInterface instead" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GroupsToIgnore_MetaData[] = {
{ "Comment", "/** DEPRECATED: Will NOT avoid other agents if they are in one of specified groups, higher priority than GroupsToAvoid - use IRVOAvoidanceInterface instead */" },
{ "ModuleRelativePath", "Classes/Navigation/CrowdFollowingComponent.h" },
{ "ToolTip", "DEPRECATED: Will NOT avoid other agents if they are in one of specified groups, higher priority than GroupsToAvoid - use IRVOAvoidanceInterface instead" },
};
#endif // WITH_EDITORONLY_DATA
#endif // WITH_METADATA
// ********** Begin Class UCrowdFollowingComponent constinit property declarations *****************
static const UECodeGen_Private::FStructPropertyParams NewProp_CrowdAgentMoveDirection;
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FStructPropertyParams NewProp_AvoidanceGroup;
static const UECodeGen_Private::FStructPropertyParams NewProp_GroupsToAvoid;
static const UECodeGen_Private::FStructPropertyParams NewProp_GroupsToIgnore;
#endif // WITH_EDITORONLY_DATA
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UCrowdFollowingComponent constinit property declarations *******************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("SuspendCrowdSteering"), .Pointer = &UCrowdFollowingComponent::execSuspendCrowdSteering },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UCrowdFollowingComponent_SuspendCrowdSteering, "SuspendCrowdSteering" }, // 4235253961
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UCrowdFollowingComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UCrowdFollowingComponent_Statics
// ********** Begin Class UCrowdFollowingComponent Property Definitions ****************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCrowdFollowingComponent_Statics::NewProp_CrowdAgentMoveDirection = { "CrowdAgentMoveDirection", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCrowdFollowingComponent, CrowdAgentMoveDirection), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CrowdAgentMoveDirection_MetaData), NewProp_CrowdAgentMoveDirection_MetaData) };
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCrowdFollowingComponent_Statics::NewProp_AvoidanceGroup = { "AvoidanceGroup", nullptr, (EPropertyFlags)0x0020080820000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCrowdFollowingComponent, AvoidanceGroup_DEPRECATED), Z_Construct_UScriptStruct_FNavAvoidanceMask, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AvoidanceGroup_MetaData), NewProp_AvoidanceGroup_MetaData) }; // 562437122
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCrowdFollowingComponent_Statics::NewProp_GroupsToAvoid = { "GroupsToAvoid", nullptr, (EPropertyFlags)0x0020080820000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCrowdFollowingComponent, GroupsToAvoid_DEPRECATED), Z_Construct_UScriptStruct_FNavAvoidanceMask, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GroupsToAvoid_MetaData), NewProp_GroupsToAvoid_MetaData) }; // 562437122
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCrowdFollowingComponent_Statics::NewProp_GroupsToIgnore = { "GroupsToIgnore", nullptr, (EPropertyFlags)0x0020080820000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCrowdFollowingComponent, GroupsToIgnore_DEPRECATED), Z_Construct_UScriptStruct_FNavAvoidanceMask, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GroupsToIgnore_MetaData), NewProp_GroupsToIgnore_MetaData) }; // 562437122
#endif // WITH_EDITORONLY_DATA
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCrowdFollowingComponent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCrowdFollowingComponent_Statics::NewProp_CrowdAgentMoveDirection,
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCrowdFollowingComponent_Statics::NewProp_AvoidanceGroup,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCrowdFollowingComponent_Statics::NewProp_GroupsToAvoid,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCrowdFollowingComponent_Statics::NewProp_GroupsToIgnore,
#endif // WITH_EDITORONLY_DATA
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCrowdFollowingComponent_Statics::PropPointers) < 2048);
// ********** End Class UCrowdFollowingComponent Property Definitions ******************************
UObject* (*const Z_Construct_UClass_UCrowdFollowingComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UPathFollowingComponent,
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCrowdFollowingComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UCrowdFollowingComponent_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UCrowdAgentInterface_NoRegister, (int32)VTABLE_OFFSET(UCrowdFollowingComponent, ICrowdAgentInterface), false }, // 1717609105
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCrowdFollowingComponent_Statics::ClassParams = {
&UCrowdFollowingComponent::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UCrowdFollowingComponent_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UCrowdFollowingComponent_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x00A800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCrowdFollowingComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UCrowdFollowingComponent_Statics::Class_MetaDataParams)
};
void UCrowdFollowingComponent::StaticRegisterNativesUCrowdFollowingComponent()
{
UClass* Class = UCrowdFollowingComponent::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCrowdFollowingComponent_Statics::Funcs));
}
UClass* Z_Construct_UClass_UCrowdFollowingComponent()
{
if (!Z_Registration_Info_UClass_UCrowdFollowingComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCrowdFollowingComponent.OuterSingleton, Z_Construct_UClass_UCrowdFollowingComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UCrowdFollowingComponent.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCrowdFollowingComponent);
UCrowdFollowingComponent::~UCrowdFollowingComponent() {}
// ********** End Class UCrowdFollowingComponent ***************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Navigation_CrowdFollowingComponent_h__Script_AIModule_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UCrowdFollowingComponent, UCrowdFollowingComponent::StaticClass, TEXT("UCrowdFollowingComponent"), &Z_Registration_Info_UClass_UCrowdFollowingComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCrowdFollowingComponent), 1667720085U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Navigation_CrowdFollowingComponent_h__Script_AIModule_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Navigation_CrowdFollowingComponent_h__Script_AIModule_2330844190{
TEXT("/Script/AIModule"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Navigation_CrowdFollowingComponent_h__Script_AIModule_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_Navigation_CrowdFollowingComponent_h__Script_AIModule_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS