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

91 lines
5.8 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 "StateStream/ExponentialHeightFogStateStreamHandle.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeExponentialHeightFogStateStreamHandle() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExponentialHeightFogHandle();
STATESTREAM_API UScriptStruct* Z_Construct_UScriptStruct_FStateStreamHandle();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FExponentialHeightFogHandle ***************************************
struct Z_Construct_UScriptStruct_FExponentialHeightFogHandle_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FExponentialHeightFogHandle); }
static inline consteval int16 GetStructAlignment() { return alignof(FExponentialHeightFogHandle); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "////////////////////////////////////////////////////////////////////////////////////////////////////\n// Handle for mesh instance\n" },
{ "ModuleRelativePath", "Public/StateStream/ExponentialHeightFogStateStreamHandle.h" },
{ "StateStreamHandle", "true" },
{ "ToolTip", "/\n Handle for mesh instance" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FExponentialHeightFogHandle constinit property declarations *******
// ********** End ScriptStruct FExponentialHeightFogHandle constinit property declarations *********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FExponentialHeightFogHandle>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FExponentialHeightFogHandle_Statics
static_assert(std::is_polymorphic<FExponentialHeightFogHandle>() == std::is_polymorphic<FStateStreamHandle>(), "USTRUCT FExponentialHeightFogHandle cannot be polymorphic unless super FStateStreamHandle is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FExponentialHeightFogHandle;
class UScriptStruct* FExponentialHeightFogHandle::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FExponentialHeightFogHandle.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FExponentialHeightFogHandle.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FExponentialHeightFogHandle, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ExponentialHeightFogHandle"));
}
return Z_Registration_Info_UScriptStruct_FExponentialHeightFogHandle.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FExponentialHeightFogHandle_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
Z_Construct_UScriptStruct_FStateStreamHandle,
&NewStructOps,
"ExponentialHeightFogHandle",
nullptr,
0,
sizeof(FExponentialHeightFogHandle),
alignof(FExponentialHeightFogHandle),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FExponentialHeightFogHandle_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FExponentialHeightFogHandle_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FExponentialHeightFogHandle()
{
if (!Z_Registration_Info_UScriptStruct_FExponentialHeightFogHandle.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FExponentialHeightFogHandle.InnerSingleton, Z_Construct_UScriptStruct_FExponentialHeightFogHandle_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FExponentialHeightFogHandle.InnerSingleton);
}
// ********** End ScriptStruct FExponentialHeightFogHandle *****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_ExponentialHeightFogStateStreamHandle_h__Script_Engine_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FExponentialHeightFogHandle::StaticStruct, Z_Construct_UScriptStruct_FExponentialHeightFogHandle_Statics::NewStructOps, TEXT("ExponentialHeightFogHandle"),&Z_Registration_Info_UScriptStruct_FExponentialHeightFogHandle, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FExponentialHeightFogHandle), 1447122895U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_ExponentialHeightFogStateStreamHandle_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_ExponentialHeightFogStateStreamHandle_h__Script_Engine_337256088{
TEXT("/Script/Engine"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_ExponentialHeightFogStateStreamHandle_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_ExponentialHeightFogStateStreamHandle_h__Script_Engine_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS