Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/GeometryCache/UHT/GeometryCacheTrackTransformGroupAnimation.gen.cpp

190 lines
13 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "GeometryCacheTrackTransformGroupAnimation.h"
#include "GeometryCacheMeshData.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGeometryCacheTrackTransformGroupAnimation() {}
// ********** Begin Cross Module References ********************************************************
GEOMETRYCACHE_API UClass* Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation();
GEOMETRYCACHE_API UClass* Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_NoRegister();
GEOMETRYCACHE_API UClass* Z_Construct_UClass_UGeometryCacheTrack();
GEOMETRYCACHE_API UScriptStruct* Z_Construct_UScriptStruct_FGeometryCacheMeshData();
UPackage* Z_Construct_UPackage__Script_GeometryCache();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation Function SetMesh **
struct Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh_Statics
{
struct GeometryCacheTrack_TransformGroupAnimation_eventSetMesh_Parms
{
FGeometryCacheMeshData NewMeshData;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Comment", "/**\n\x09* Sets/updates the MeshData for this track\n\x09*\n\x09* @param NewMeshData - GeometryCacheMeshData instance later used as the rendered mesh\x09\n\x09*/" },
{ "ModuleRelativePath", "Classes/GeometryCacheTrackTransformGroupAnimation.h" },
{ "ToolTip", "Sets/updates the MeshData for this track\n\n@param NewMeshData - GeometryCacheMeshData instance later used as the rendered mesh" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NewMeshData_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetMesh constinit property declarations *******************************
static const UECodeGen_Private::FStructPropertyParams NewProp_NewMeshData;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetMesh constinit property declarations *********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetMesh Property Definitions ******************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh_Statics::NewProp_NewMeshData = { "NewMeshData", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GeometryCacheTrack_TransformGroupAnimation_eventSetMesh_Parms, NewMeshData), Z_Construct_UScriptStruct_FGeometryCacheMeshData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NewMeshData_MetaData), NewProp_NewMeshData_MetaData) }; // 4011384445
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh_Statics::NewProp_NewMeshData,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh_Statics::PropPointers) < 2048);
// ********** End Function SetMesh Property Definitions ********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation, nullptr, "SetMesh", Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh_Statics::GeometryCacheTrack_TransformGroupAnimation_eventSetMesh_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh_Statics::GeometryCacheTrack_TransformGroupAnimation_eventSetMesh_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation::execSetMesh)
{
P_GET_STRUCT_REF(FGeometryCacheMeshData,Z_Param_Out_NewMeshData);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetMesh(Z_Param_Out_NewMeshData);
P_NATIVE_END;
}
// ********** End Class UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation Function SetMesh ****
// ********** Begin Class UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation *******************
FClassRegistrationInfo Z_Registration_Info_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation;
UClass* UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation::GetPrivateStaticClass()
{
using TClass = UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation;
if (!Z_Registration_Info_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeometryCacheTrack_TransformGroupAnimation"),
Z_Registration_Info_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation.InnerSingleton,
StaticRegisterNativesUDEPRECATED_GeometryCacheTrack_TransformGroupAnimation,
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_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation.InnerSingleton;
}
UClass* Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_NoRegister()
{
return UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/** Derived GeometryCacheTrack class, used for Transform animation. */" },
{ "HideCategories", "Object Object" },
{ "IncludePath", "GeometryCacheTrackTransformGroupAnimation.h" },
{ "ModuleRelativePath", "Classes/GeometryCacheTrackTransformGroupAnimation.h" },
{ "ToolTip", "Derived GeometryCacheTrack class, used for Transform animation." },
};
#endif // WITH_METADATA
// ********** Begin Class UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation constinit property declarations
// ********** End Class UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation constinit property declarations
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("SetMesh"), .Pointer = &UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation::execSetMesh },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_SetMesh, "SetMesh" }, // 659043171
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_Statics
UObject* (*const Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UGeometryCacheTrack,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCache,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_Statics::ClassParams = {
&UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x020822A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_Statics::Class_MetaDataParams), Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_Statics::Class_MetaDataParams)
};
void UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation::StaticRegisterNativesUDEPRECATED_GeometryCacheTrack_TransformGroupAnimation()
{
UClass* Class = UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_Statics::Funcs));
}
UClass* Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation()
{
if (!Z_Registration_Info_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation.OuterSingleton, Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation);
UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation::~UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation() {}
// ********** End Class UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation *********************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheTrackTransformGroupAnimation_h__Script_GeometryCache_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation, UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation::StaticClass, TEXT("UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation"), &Z_Registration_Info_UClass_UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDEPRECATED_GeometryCacheTrack_TransformGroupAnimation), 152052871U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheTrackTransformGroupAnimation_h__Script_GeometryCache_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheTrackTransformGroupAnimation_h__Script_GeometryCache_262195309{
TEXT("/Script/GeometryCache"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheTrackTransformGroupAnimation_h__Script_GeometryCache_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheTrackTransformGroupAnimation_h__Script_GeometryCache_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS