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

237 lines
19 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 "Stateless/Modules/NiagaraStatelessModule_LightAttributes.h"
#include "Stateless/NiagaraStatelessDistribution.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeNiagaraStatelessModule_LightAttributes() {}
// ********** Begin Cross Module References ********************************************************
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraStatelessModule();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_NoRegister();
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraDistributionFloat();
UPackage* Z_Construct_UPackage__Script_Niagara();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UNiagaraStatelessModule_LightAttributes **********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UNiagaraStatelessModule_LightAttributes;
UClass* UNiagaraStatelessModule_LightAttributes::GetPrivateStaticClass()
{
using TClass = UNiagaraStatelessModule_LightAttributes;
if (!Z_Registration_Info_UClass_UNiagaraStatelessModule_LightAttributes.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("NiagaraStatelessModule_LightAttributes"),
Z_Registration_Info_UClass_UNiagaraStatelessModule_LightAttributes.InnerSingleton,
StaticRegisterNativesUNiagaraStatelessModule_LightAttributes,
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_UNiagaraStatelessModule_LightAttributes.InnerSingleton;
}
UClass* Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_NoRegister()
{
return UNiagaraStatelessModule_LightAttributes::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// Sets attributes that the light renderer can consume\n" },
{ "DisplayName", "Light Attributes" },
{ "IncludePath", "Stateless/Modules/NiagaraStatelessModule_LightAttributes.h" },
{ "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_LightAttributes.h" },
{ "ToolTip", "Sets attributes that the light renderer can consume" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bApplyRadius_MetaData[] = {
{ "Category", "Parameters" },
{ "InlineEditConditionToggle", "" },
{ "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_LightAttributes.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bApplyFalloffExponent_MetaData[] = {
{ "Category", "Parameters" },
{ "InlineEditConditionToggle", "" },
{ "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_LightAttributes.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bApplyDiffuseScale_MetaData[] = {
{ "Category", "Parameters" },
{ "InlineEditConditionToggle", "" },
{ "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_LightAttributes.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bApplySpecularScale_MetaData[] = {
{ "Category", "Parameters" },
{ "InlineEditConditionToggle", "" },
{ "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_LightAttributes.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bApplyVolumetricScattering_MetaData[] = {
{ "Category", "Parameters" },
{ "InlineEditConditionToggle", "" },
{ "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_LightAttributes.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius_MetaData[] = {
{ "Category", "Parameters" },
{ "EditCondition", "bApplyRadius" },
{ "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_LightAttributes.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FalloffExponent_MetaData[] = {
{ "Category", "Parameters" },
{ "EditCondition", "bApplyFalloffExponent" },
{ "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_LightAttributes.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DiffuseScale_MetaData[] = {
{ "Category", "Parameters" },
{ "EditCondition", "bApplyDiffuseScale" },
{ "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_LightAttributes.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpecularScale_MetaData[] = {
{ "Category", "Parameters" },
{ "EditCondition", "bApplySpecularScale" },
{ "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_LightAttributes.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VolumetricScattering_MetaData[] = {
{ "Category", "Parameters" },
{ "EditCondition", "bApplyVolumetricScattering" },
{ "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_LightAttributes.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UNiagaraStatelessModule_LightAttributes constinit property declarations **
static void NewProp_bApplyRadius_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bApplyRadius;
static void NewProp_bApplyFalloffExponent_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bApplyFalloffExponent;
static void NewProp_bApplyDiffuseScale_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bApplyDiffuseScale;
static void NewProp_bApplySpecularScale_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bApplySpecularScale;
static void NewProp_bApplyVolumetricScattering_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bApplyVolumetricScattering;
static const UECodeGen_Private::FStructPropertyParams NewProp_Radius;
static const UECodeGen_Private::FStructPropertyParams NewProp_FalloffExponent;
static const UECodeGen_Private::FStructPropertyParams NewProp_DiffuseScale;
static const UECodeGen_Private::FStructPropertyParams NewProp_SpecularScale;
static const UECodeGen_Private::FStructPropertyParams NewProp_VolumetricScattering;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UNiagaraStatelessModule_LightAttributes constinit property declarations ****
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UNiagaraStatelessModule_LightAttributes>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics
// ********** Begin Class UNiagaraStatelessModule_LightAttributes Property Definitions *************
void Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyRadius_SetBit(void* Obj)
{
((UNiagaraStatelessModule_LightAttributes*)Obj)->bApplyRadius = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyRadius = { "bApplyRadius", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraStatelessModule_LightAttributes), &Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyRadius_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bApplyRadius_MetaData), NewProp_bApplyRadius_MetaData) };
void Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyFalloffExponent_SetBit(void* Obj)
{
((UNiagaraStatelessModule_LightAttributes*)Obj)->bApplyFalloffExponent = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyFalloffExponent = { "bApplyFalloffExponent", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraStatelessModule_LightAttributes), &Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyFalloffExponent_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bApplyFalloffExponent_MetaData), NewProp_bApplyFalloffExponent_MetaData) };
void Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyDiffuseScale_SetBit(void* Obj)
{
((UNiagaraStatelessModule_LightAttributes*)Obj)->bApplyDiffuseScale = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyDiffuseScale = { "bApplyDiffuseScale", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraStatelessModule_LightAttributes), &Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyDiffuseScale_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bApplyDiffuseScale_MetaData), NewProp_bApplyDiffuseScale_MetaData) };
void Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplySpecularScale_SetBit(void* Obj)
{
((UNiagaraStatelessModule_LightAttributes*)Obj)->bApplySpecularScale = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplySpecularScale = { "bApplySpecularScale", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraStatelessModule_LightAttributes), &Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplySpecularScale_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bApplySpecularScale_MetaData), NewProp_bApplySpecularScale_MetaData) };
void Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyVolumetricScattering_SetBit(void* Obj)
{
((UNiagaraStatelessModule_LightAttributes*)Obj)->bApplyVolumetricScattering = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyVolumetricScattering = { "bApplyVolumetricScattering", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraStatelessModule_LightAttributes), &Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyVolumetricScattering_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bApplyVolumetricScattering_MetaData), NewProp_bApplyVolumetricScattering_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_Radius = { "Radius", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraStatelessModule_LightAttributes, Radius), Z_Construct_UScriptStruct_FNiagaraDistributionFloat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius_MetaData), NewProp_Radius_MetaData) }; // 828669642
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_FalloffExponent = { "FalloffExponent", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraStatelessModule_LightAttributes, FalloffExponent), Z_Construct_UScriptStruct_FNiagaraDistributionFloat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FalloffExponent_MetaData), NewProp_FalloffExponent_MetaData) }; // 828669642
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_DiffuseScale = { "DiffuseScale", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraStatelessModule_LightAttributes, DiffuseScale), Z_Construct_UScriptStruct_FNiagaraDistributionFloat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DiffuseScale_MetaData), NewProp_DiffuseScale_MetaData) }; // 828669642
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_SpecularScale = { "SpecularScale", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraStatelessModule_LightAttributes, SpecularScale), Z_Construct_UScriptStruct_FNiagaraDistributionFloat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpecularScale_MetaData), NewProp_SpecularScale_MetaData) }; // 828669642
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_VolumetricScattering = { "VolumetricScattering", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraStatelessModule_LightAttributes, VolumetricScattering), Z_Construct_UScriptStruct_FNiagaraDistributionFloat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VolumetricScattering_MetaData), NewProp_VolumetricScattering_MetaData) }; // 828669642
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyRadius,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyFalloffExponent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyDiffuseScale,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplySpecularScale,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_bApplyVolumetricScattering,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_Radius,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_FalloffExponent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_DiffuseScale,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_SpecularScale,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::NewProp_VolumetricScattering,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::PropPointers) < 2048);
// ********** End Class UNiagaraStatelessModule_LightAttributes Property Definitions ***************
UObject* (*const Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UNiagaraStatelessModule,
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::ClassParams = {
&UNiagaraStatelessModule_LightAttributes::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::PropPointers),
0,
0x000810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::Class_MetaDataParams), Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::Class_MetaDataParams)
};
void UNiagaraStatelessModule_LightAttributes::StaticRegisterNativesUNiagaraStatelessModule_LightAttributes()
{
}
UClass* Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes()
{
if (!Z_Registration_Info_UClass_UNiagaraStatelessModule_LightAttributes.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNiagaraStatelessModule_LightAttributes.OuterSingleton, Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UNiagaraStatelessModule_LightAttributes.OuterSingleton;
}
UNiagaraStatelessModule_LightAttributes::UNiagaraStatelessModule_LightAttributes() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNiagaraStatelessModule_LightAttributes);
UNiagaraStatelessModule_LightAttributes::~UNiagaraStatelessModule_LightAttributes() {}
// ********** End Class UNiagaraStatelessModule_LightAttributes ************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_LightAttributes_h__Script_Niagara_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UNiagaraStatelessModule_LightAttributes, UNiagaraStatelessModule_LightAttributes::StaticClass, TEXT("UNiagaraStatelessModule_LightAttributes"), &Z_Registration_Info_UClass_UNiagaraStatelessModule_LightAttributes, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNiagaraStatelessModule_LightAttributes), 3221949029U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_LightAttributes_h__Script_Niagara_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_LightAttributes_h__Script_Niagara_2217524251{
TEXT("/Script/Niagara"),
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_LightAttributes_h__Script_Niagara_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_LightAttributes_h__Script_Niagara_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS