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

127 lines
9.4 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 "Rendering/ExponentialHeightFogData.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeExponentialHeightFogData() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExponentialHeightFogData();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FExponentialHeightFogData *****************************************
struct Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FExponentialHeightFogData); }
static inline consteval int16 GetStructAlignment() { return alignof(FExponentialHeightFogData); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n*\x09""Data for an individual fog line integral.\n*\x09This is the data which is not shared between fogs when multiple fogs are set up on a single UExponentialHeightFogComponent\n*/" },
{ "ModuleRelativePath", "Public/Rendering/ExponentialHeightFogData.h" },
{ "ToolTip", "Data for an individual fog line integral.\nThis is the data which is not shared between fogs when multiple fogs are set up on a single UExponentialHeightFogComponent" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FogDensity_MetaData[] = {
{ "Category", "ExponentialHeightFogComponent" },
{ "Comment", "/** Global density factor for this fog. */" },
{ "ModuleRelativePath", "Public/Rendering/ExponentialHeightFogData.h" },
{ "ToolTip", "Global density factor for this fog." },
{ "UIMax", ".05" },
{ "UIMin", "0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FogHeightFalloff_MetaData[] = {
{ "Category", "ExponentialHeightFogComponent" },
{ "Comment", "/**\n\x09* Height density factor, controls how the density increases as height decreases.\n\x09* Smaller values make the visible transition larger.\n\x09*/" },
{ "ModuleRelativePath", "Public/Rendering/ExponentialHeightFogData.h" },
{ "ToolTip", "Height density factor, controls how the density increases as height decreases.\nSmaller values make the visible transition larger." },
{ "UIMax", "2" },
{ "UIMin", "0.001" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FogHeightOffset_MetaData[] = {
{ "Category", "ExponentialHeightFogComponent" },
{ "Comment", "/** Height offset, relative to the actor position Z. */" },
{ "ModuleRelativePath", "Public/Rendering/ExponentialHeightFogData.h" },
{ "ToolTip", "Height offset, relative to the actor position Z." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FExponentialHeightFogData constinit property declarations *********
static const UECodeGen_Private::FFloatPropertyParams NewProp_FogDensity;
static const UECodeGen_Private::FFloatPropertyParams NewProp_FogHeightFalloff;
static const UECodeGen_Private::FFloatPropertyParams NewProp_FogHeightOffset;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FExponentialHeightFogData constinit property declarations ***********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FExponentialHeightFogData>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FExponentialHeightFogData;
class UScriptStruct* FExponentialHeightFogData::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FExponentialHeightFogData.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FExponentialHeightFogData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FExponentialHeightFogData, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ExponentialHeightFogData"));
}
return Z_Registration_Info_UScriptStruct_FExponentialHeightFogData.OuterSingleton;
}
// ********** Begin ScriptStruct FExponentialHeightFogData Property Definitions ********************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::NewProp_FogDensity = { "FogDensity", nullptr, (EPropertyFlags)0x0010000200000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FExponentialHeightFogData, FogDensity), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FogDensity_MetaData), NewProp_FogDensity_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::NewProp_FogHeightFalloff = { "FogHeightFalloff", nullptr, (EPropertyFlags)0x0010000200000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FExponentialHeightFogData, FogHeightFalloff), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FogHeightFalloff_MetaData), NewProp_FogHeightFalloff_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::NewProp_FogHeightOffset = { "FogHeightOffset", nullptr, (EPropertyFlags)0x0010000200000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FExponentialHeightFogData, FogHeightOffset), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FogHeightOffset_MetaData), NewProp_FogHeightOffset_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::NewProp_FogDensity,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::NewProp_FogHeightFalloff,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::NewProp_FogHeightOffset,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FExponentialHeightFogData Property Definitions **********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
nullptr,
&NewStructOps,
"ExponentialHeightFogData",
Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::PropPointers),
sizeof(FExponentialHeightFogData),
alignof(FExponentialHeightFogData),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FExponentialHeightFogData()
{
if (!Z_Registration_Info_UScriptStruct_FExponentialHeightFogData.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FExponentialHeightFogData.InnerSingleton, Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FExponentialHeightFogData.InnerSingleton);
}
// ********** End ScriptStruct FExponentialHeightFogData *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Rendering_ExponentialHeightFogData_h__Script_Engine_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FExponentialHeightFogData::StaticStruct, Z_Construct_UScriptStruct_FExponentialHeightFogData_Statics::NewStructOps, TEXT("ExponentialHeightFogData"),&Z_Registration_Info_UScriptStruct_FExponentialHeightFogData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FExponentialHeightFogData), 1283868199U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Rendering_ExponentialHeightFogData_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Rendering_ExponentialHeightFogData_h__Script_Engine_2449942709{
TEXT("/Script/Engine"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Rendering_ExponentialHeightFogData_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Rendering_ExponentialHeightFogData_h__Script_Engine_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS