Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,204 @@
// 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 "GeometryCacheActor.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGeometryCacheActor() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_AActor();
GEOMETRYCACHE_API UClass* Z_Construct_UClass_AGeometryCacheActor();
GEOMETRYCACHE_API UClass* Z_Construct_UClass_AGeometryCacheActor_NoRegister();
GEOMETRYCACHE_API UClass* Z_Construct_UClass_UGeometryCacheComponent_NoRegister();
UPackage* Z_Construct_UPackage__Script_GeometryCache();
// ********** End Cross Module References **********************************************************
// ********** Begin Class AGeometryCacheActor Function GetGeometryCacheComponent *******************
struct Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent_Statics
{
struct GeometryCacheActor_eventGetGeometryCacheComponent_Parms
{
UGeometryCacheComponent* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Components|GeometryCache" },
{ "Comment", "/** Returns GeometryCacheComponent subobject **/" },
{ "ModuleRelativePath", "Classes/GeometryCacheActor.h" },
{ "ToolTip", "Returns GeometryCacheComponent subobject *" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function GetGeometryCacheComponent constinit property declarations *************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetGeometryCacheComponent constinit property declarations ***************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetGeometryCacheComponent Property Definitions ************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GeometryCacheActor_eventGetGeometryCacheComponent_Parms, ReturnValue), Z_Construct_UClass_UGeometryCacheComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent_Statics::PropPointers) < 2048);
// ********** End Function GetGeometryCacheComponent Property Definitions **************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_AGeometryCacheActor, nullptr, "GetGeometryCacheComponent", Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent_Statics::PropPointers),
sizeof(Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent_Statics::GeometryCacheActor_eventGetGeometryCacheComponent_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent_Statics::Function_MetaDataParams), Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent_Statics::GeometryCacheActor_eventGetGeometryCacheComponent_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(AGeometryCacheActor::execGetGeometryCacheComponent)
{
P_FINISH;
P_NATIVE_BEGIN;
*(UGeometryCacheComponent**)Z_Param__Result=P_THIS->GetGeometryCacheComponent();
P_NATIVE_END;
}
// ********** End Class AGeometryCacheActor Function GetGeometryCacheComponent *********************
// ********** Begin Class AGeometryCacheActor ******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_AGeometryCacheActor;
UClass* AGeometryCacheActor::GetPrivateStaticClass()
{
using TClass = AGeometryCacheActor;
if (!Z_Registration_Info_UClass_AGeometryCacheActor.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeometryCacheActor"),
Z_Registration_Info_UClass_AGeometryCacheActor.InnerSingleton,
StaticRegisterNativesAGeometryCacheActor,
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_AGeometryCacheActor.InnerSingleton;
}
UClass* Z_Construct_UClass_AGeometryCacheActor_NoRegister()
{
return AGeometryCacheActor::GetPrivateStaticClass();
}
struct Z_Construct_UClass_AGeometryCacheActor_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** GeometryCache actor, serves as a place-able actor for GeometryCache objects*/" },
{ "IgnoreCategoryKeywordsInSubclasses", "true" },
{ "IncludePath", "GeometryCacheActor.h" },
{ "ModuleRelativePath", "Classes/GeometryCacheActor.h" },
{ "ToolTip", "GeometryCache actor, serves as a place-able actor for GeometryCache objects" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GeometryCacheComponent_MetaData[] = {
{ "AllowPrivateAccess", "true" },
{ "Category", "GeometryCacheActor" },
{ "EditInline", "true" },
{ "ExposeFunctionCategories", "Mesh,Rendering,Physics,Components|GeometryCache" },
{ "ModuleRelativePath", "Classes/GeometryCacheActor.h" },
};
#endif // WITH_METADATA
// ********** Begin Class AGeometryCacheActor constinit property declarations **********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_GeometryCacheComponent;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class AGeometryCacheActor constinit property declarations ************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetGeometryCacheComponent"), .Pointer = &AGeometryCacheActor::execGetGeometryCacheComponent },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_AGeometryCacheActor_GetGeometryCacheComponent, "GetGeometryCacheComponent" }, // 3018553850
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<AGeometryCacheActor>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_AGeometryCacheActor_Statics
// ********** Begin Class AGeometryCacheActor Property Definitions *********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AGeometryCacheActor_Statics::NewProp_GeometryCacheComponent = { "GeometryCacheComponent", nullptr, (EPropertyFlags)0x01440000000a001d, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AGeometryCacheActor, GeometryCacheComponent), Z_Construct_UClass_UGeometryCacheComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GeometryCacheComponent_MetaData), NewProp_GeometryCacheComponent_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AGeometryCacheActor_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AGeometryCacheActor_Statics::NewProp_GeometryCacheComponent,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AGeometryCacheActor_Statics::PropPointers) < 2048);
// ********** End Class AGeometryCacheActor Property Definitions ***********************************
UObject* (*const Z_Construct_UClass_AGeometryCacheActor_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_AActor,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCache,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AGeometryCacheActor_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_AGeometryCacheActor_Statics::ClassParams = {
&AGeometryCacheActor::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_AGeometryCacheActor_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_AGeometryCacheActor_Statics::PropPointers),
0,
0x008800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AGeometryCacheActor_Statics::Class_MetaDataParams), Z_Construct_UClass_AGeometryCacheActor_Statics::Class_MetaDataParams)
};
void AGeometryCacheActor::StaticRegisterNativesAGeometryCacheActor()
{
UClass* Class = AGeometryCacheActor::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_AGeometryCacheActor_Statics::Funcs));
}
UClass* Z_Construct_UClass_AGeometryCacheActor()
{
if (!Z_Registration_Info_UClass_AGeometryCacheActor.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AGeometryCacheActor.OuterSingleton, Z_Construct_UClass_AGeometryCacheActor_Statics::ClassParams);
}
return Z_Registration_Info_UClass_AGeometryCacheActor.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, AGeometryCacheActor);
AGeometryCacheActor::~AGeometryCacheActor() {}
// ********** End Class AGeometryCacheActor ********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheActor_h__Script_GeometryCache_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_AGeometryCacheActor, AGeometryCacheActor::StaticClass, TEXT("AGeometryCacheActor"), &Z_Registration_Info_UClass_AGeometryCacheActor, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AGeometryCacheActor), 3072296782U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheActor_h__Script_GeometryCache_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheActor_h__Script_GeometryCache_1568983703{
TEXT("/Script/GeometryCache"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheActor_h__Script_GeometryCache_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheActor_h__Script_GeometryCache_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS