Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/Engine/UHT/ExponentialHeightFog.gen.cpp

211 lines
12 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 "Engine/ExponentialHeightFog.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeExponentialHeightFog() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_AExponentialHeightFog();
ENGINE_API UClass* Z_Construct_UClass_AExponentialHeightFog_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_AInfo();
ENGINE_API UClass* Z_Construct_UClass_UExponentialHeightFogComponent_NoRegister();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class AExponentialHeightFog Function OnRep_bEnabled ****************************
struct Z_Construct_UFunction_AExponentialHeightFog_OnRep_bEnabled_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Comment", "/** Replication Notification Callbacks */" },
{ "ModuleRelativePath", "Classes/Engine/ExponentialHeightFog.h" },
{ "ToolTip", "Replication Notification Callbacks" },
};
#endif // WITH_METADATA
// ********** Begin Function OnRep_bEnabled constinit property declarations ************************
// ********** End Function OnRep_bEnabled constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AExponentialHeightFog_OnRep_bEnabled_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_AExponentialHeightFog, nullptr, "OnRep_bEnabled", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AExponentialHeightFog_OnRep_bEnabled_Statics::Function_MetaDataParams), Z_Construct_UFunction_AExponentialHeightFog_OnRep_bEnabled_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_AExponentialHeightFog_OnRep_bEnabled()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AExponentialHeightFog_OnRep_bEnabled_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(AExponentialHeightFog::execOnRep_bEnabled)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->OnRep_bEnabled();
P_NATIVE_END;
}
// ********** End Class AExponentialHeightFog Function OnRep_bEnabled ******************************
// ********** Begin Class AExponentialHeightFog ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_AExponentialHeightFog;
UClass* AExponentialHeightFog::GetPrivateStaticClass()
{
using TClass = AExponentialHeightFog;
if (!Z_Registration_Info_UClass_AExponentialHeightFog.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ExponentialHeightFog"),
Z_Registration_Info_UClass_AExponentialHeightFog.InnerSingleton,
StaticRegisterNativesAExponentialHeightFog,
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_AExponentialHeightFog.InnerSingleton;
}
UClass* Z_Construct_UClass_AExponentialHeightFog_NoRegister()
{
return AExponentialHeightFog::GetPrivateStaticClass();
}
struct Z_Construct_UClass_AExponentialHeightFog_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "ClassGroupNames", "Fog" },
{ "Comment", "/**\n * Implements an Actor for exponential height fog.\n */" },
{ "HideCategories", "Input WorldPartition Collision HLOD" },
{ "IncludePath", "Engine/ExponentialHeightFog.h" },
{ "ModuleRelativePath", "Classes/Engine/ExponentialHeightFog.h" },
{ "ShowCategories", "Input|MouseInput Input|TouchInput" },
{ "ToolTip", "Implements an Actor for exponential height fog." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Component_MetaData[] = {
{ "AllowPrivateAccess", "true" },
{ "Category", "ExponentialHeightFog" },
{ "Comment", "/** @todo document */" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Classes/Engine/ExponentialHeightFog.h" },
{ "ToolTip", "@todo document" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnabled_MetaData[] = {
{ "Comment", "/** replicated copy of ExponentialHeightFogComponent's bEnabled property */" },
{ "ModuleRelativePath", "Classes/Engine/ExponentialHeightFog.h" },
{ "ToolTip", "replicated copy of ExponentialHeightFogComponent's bEnabled property" },
};
#endif // WITH_METADATA
// ********** Begin Class AExponentialHeightFog constinit property declarations ********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Component;
static void NewProp_bEnabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnabled;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class AExponentialHeightFog constinit property declarations **********************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("OnRep_bEnabled"), .Pointer = &AExponentialHeightFog::execOnRep_bEnabled },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_AExponentialHeightFog_OnRep_bEnabled, "OnRep_bEnabled" }, // 138283953
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<AExponentialHeightFog>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_AExponentialHeightFog_Statics
// ********** Begin Class AExponentialHeightFog Property Definitions *******************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AExponentialHeightFog_Statics::NewProp_Component = { "Component", nullptr, (EPropertyFlags)0x01440000000a001d, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AExponentialHeightFog, Component), Z_Construct_UClass_UExponentialHeightFogComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Component_MetaData), NewProp_Component_MetaData) };
void Z_Construct_UClass_AExponentialHeightFog_Statics::NewProp_bEnabled_SetBit(void* Obj)
{
((AExponentialHeightFog*)Obj)->bEnabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_AExponentialHeightFog_Statics::NewProp_bEnabled = { "bEnabled", "OnRep_bEnabled", (EPropertyFlags)0x0010000100000020, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(AExponentialHeightFog), &Z_Construct_UClass_AExponentialHeightFog_Statics::NewProp_bEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnabled_MetaData), NewProp_bEnabled_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AExponentialHeightFog_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AExponentialHeightFog_Statics::NewProp_Component,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AExponentialHeightFog_Statics::NewProp_bEnabled,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AExponentialHeightFog_Statics::PropPointers) < 2048);
// ********** End Class AExponentialHeightFog Property Definitions *********************************
UObject* (*const Z_Construct_UClass_AExponentialHeightFog_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_AInfo,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AExponentialHeightFog_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_AExponentialHeightFog_Statics::ClassParams = {
&AExponentialHeightFog::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_AExponentialHeightFog_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_AExponentialHeightFog_Statics::PropPointers),
0,
0x008800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AExponentialHeightFog_Statics::Class_MetaDataParams), Z_Construct_UClass_AExponentialHeightFog_Statics::Class_MetaDataParams)
};
void AExponentialHeightFog::StaticRegisterNativesAExponentialHeightFog()
{
UClass* Class = AExponentialHeightFog::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_AExponentialHeightFog_Statics::Funcs));
}
UClass* Z_Construct_UClass_AExponentialHeightFog()
{
if (!Z_Registration_Info_UClass_AExponentialHeightFog.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AExponentialHeightFog.OuterSingleton, Z_Construct_UClass_AExponentialHeightFog_Statics::ClassParams);
}
return Z_Registration_Info_UClass_AExponentialHeightFog.OuterSingleton;
}
#if VALIDATE_CLASS_REPS
void AExponentialHeightFog::ValidateGeneratedRepEnums(const TArray<struct FRepRecord>& ClassReps) const
{
static FName Name_bEnabled(TEXT("bEnabled"));
const bool bIsValid = true
&& Name_bEnabled == ClassReps[(int32)ENetFields_Private::bEnabled].Property->GetFName();
checkf(bIsValid, TEXT("UHT Generated Rep Indices do not match runtime populated Rep Indices for properties in AExponentialHeightFog"));
}
#endif
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, AExponentialHeightFog);
AExponentialHeightFog::~AExponentialHeightFog() {}
// ********** End Class AExponentialHeightFog ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_ExponentialHeightFog_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_AExponentialHeightFog, AExponentialHeightFog::StaticClass, TEXT("AExponentialHeightFog"), &Z_Registration_Info_UClass_AExponentialHeightFog, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AExponentialHeightFog), 314673662U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_ExponentialHeightFog_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_ExponentialHeightFog_h__Script_Engine_741438557{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_ExponentialHeightFog_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_ExponentialHeightFog_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS