Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/GeometryCacheStreamer/UHT/GeometryCacheStreamerSettings.gen.cpp

153 lines
9.5 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 "GeometryCacheStreamerSettings.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGeometryCacheStreamerSettings() {}
// ********** Begin Cross Module References ********************************************************
DEVELOPERSETTINGS_API UClass* Z_Construct_UClass_UDeveloperSettings();
GEOMETRYCACHESTREAMER_API UClass* Z_Construct_UClass_UGeometryCacheStreamerSettings();
GEOMETRYCACHESTREAMER_API UClass* Z_Construct_UClass_UGeometryCacheStreamerSettings_NoRegister();
UPackage* Z_Construct_UPackage__Script_GeometryCacheStreamer();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGeometryCacheStreamerSettings *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometryCacheStreamerSettings;
UClass* UGeometryCacheStreamerSettings::GetPrivateStaticClass()
{
using TClass = UGeometryCacheStreamerSettings;
if (!Z_Registration_Info_UClass_UGeometryCacheStreamerSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeometryCacheStreamerSettings"),
Z_Registration_Info_UClass_UGeometryCacheStreamerSettings.InnerSingleton,
StaticRegisterNativesUGeometryCacheStreamerSettings,
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_UGeometryCacheStreamerSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UGeometryCacheStreamerSettings_NoRegister()
{
return UGeometryCacheStreamerSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Settings for the GeometryCache streamer */" },
{ "DisplayName", "Geometry Cache" },
{ "IncludePath", "GeometryCacheStreamerSettings.h" },
{ "ModuleRelativePath", "Public/GeometryCacheStreamerSettings.h" },
{ "ToolTip", "Settings for the GeometryCache streamer" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LookAheadBuffer_MetaData[] = {
{ "Category", "Geometry Cache Streamer" },
{ "ClampMax", "3600.0" },
{ "ClampMin", "0.01" },
{ "Comment", "/** The amount of animation (in seconds) to stream ahead of time (per stream) */" },
{ "DisplayName", "Look-Ahead Buffer (in seconds)" },
{ "ModuleRelativePath", "Public/GeometryCacheStreamerSettings.h" },
{ "ToolTip", "The amount of animation (in seconds) to stream ahead of time (per stream)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaxMemoryAllowed_MetaData[] = {
{ "Category", "Geometry Cache Streamer" },
{ "ClampMax", "262144.0" },
{ "ClampMin", "1.0" },
{ "Comment", "/** The maximum total amount of streamed data allowed in memory (for all streams) */" },
{ "DisplayName", "Maximum Memory Allowed (in MB)" },
{ "ModuleRelativePath", "Public/GeometryCacheStreamerSettings.h" },
{ "ToolTip", "The maximum total amount of streamed data allowed in memory (for all streams)" },
};
#endif // WITH_METADATA
// ********** Begin Class UGeometryCacheStreamerSettings constinit property declarations ***********
static const UECodeGen_Private::FFloatPropertyParams NewProp_LookAheadBuffer;
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxMemoryAllowed;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UGeometryCacheStreamerSettings constinit property declarations *************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGeometryCacheStreamerSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics
// ********** Begin Class UGeometryCacheStreamerSettings Property Definitions **********************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::NewProp_LookAheadBuffer = { "LookAheadBuffer", nullptr, (EPropertyFlags)0x0010000000004005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGeometryCacheStreamerSettings, LookAheadBuffer), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LookAheadBuffer_MetaData), NewProp_LookAheadBuffer_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::NewProp_MaxMemoryAllowed = { "MaxMemoryAllowed", nullptr, (EPropertyFlags)0x0010000000004005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGeometryCacheStreamerSettings, MaxMemoryAllowed), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaxMemoryAllowed_MetaData), NewProp_MaxMemoryAllowed_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::NewProp_LookAheadBuffer,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::NewProp_MaxMemoryAllowed,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::PropPointers) < 2048);
// ********** End Class UGeometryCacheStreamerSettings Property Definitions ************************
UObject* (*const Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCacheStreamer,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::ClassParams = {
&UGeometryCacheStreamerSettings::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::PropPointers),
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::Class_MetaDataParams)
};
void UGeometryCacheStreamerSettings::StaticRegisterNativesUGeometryCacheStreamerSettings()
{
}
UClass* Z_Construct_UClass_UGeometryCacheStreamerSettings()
{
if (!Z_Registration_Info_UClass_UGeometryCacheStreamerSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometryCacheStreamerSettings.OuterSingleton, Z_Construct_UClass_UGeometryCacheStreamerSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGeometryCacheStreamerSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometryCacheStreamerSettings);
UGeometryCacheStreamerSettings::~UGeometryCacheStreamerSettings() {}
// ********** End Class UGeometryCacheStreamerSettings *********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCacheStreamer_Public_GeometryCacheStreamerSettings_h__Script_GeometryCacheStreamer_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGeometryCacheStreamerSettings, UGeometryCacheStreamerSettings::StaticClass, TEXT("UGeometryCacheStreamerSettings"), &Z_Registration_Info_UClass_UGeometryCacheStreamerSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometryCacheStreamerSettings), 2645750459U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCacheStreamer_Public_GeometryCacheStreamerSettings_h__Script_GeometryCacheStreamer_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCacheStreamer_Public_GeometryCacheStreamerSettings_h__Script_GeometryCacheStreamer_3866622783{
TEXT("/Script/GeometryCacheStreamer"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCacheStreamer_Public_GeometryCacheStreamerSettings_h__Script_GeometryCacheStreamer_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCacheStreamer_Public_GeometryCacheStreamerSettings_h__Script_GeometryCacheStreamer_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS