238 lines
20 KiB
C++
238 lines
20 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 "NiagaraVolumeRendererProperties.h"
|
||
|
|
#include "NiagaraCommon.h"
|
||
|
|
#include "NiagaraParameterBinding.h"
|
||
|
|
#include "NiagaraRendererProperties.h"
|
||
|
|
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeNiagaraVolumeRendererProperties() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialInstanceConstant_NoRegister();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialInterface_NoRegister();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraRendererProperties();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraVolumeRendererProperties();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraVolumeRendererProperties_NoRegister();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraParameterBinding();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraRendererMaterialParameters();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraVariableAttributeBinding();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Niagara();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraVolumeRendererProperties *****************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNiagaraVolumeRendererProperties;
|
||
|
|
UClass* UNiagaraVolumeRendererProperties::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UNiagaraVolumeRendererProperties;
|
||
|
|
if (!Z_Registration_Info_UClass_UNiagaraVolumeRendererProperties.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("NiagaraVolumeRendererProperties"),
|
||
|
|
Z_Registration_Info_UClass_UNiagaraVolumeRendererProperties.InnerSingleton,
|
||
|
|
StaticRegisterNativesUNiagaraVolumeRendererProperties,
|
||
|
|
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_UNiagaraVolumeRendererProperties.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UNiagaraVolumeRendererProperties_NoRegister()
|
||
|
|
{
|
||
|
|
return UNiagaraVolumeRendererProperties::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "DisplayName", "Volume Renderer" },
|
||
|
|
{ "IncludePath", "NiagaraVolumeRendererProperties.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraVolumeRendererProperties.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Material_MetaData[] = {
|
||
|
|
{ "Category", "Volume Rendering" },
|
||
|
|
{ "Comment", "/** What material to use for the volume. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraVolumeRendererProperties.h" },
|
||
|
|
{ "ToolTip", "What material to use for the volume." },
|
||
|
|
};
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MICMaterial_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraVolumeRendererProperties.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaterialParameterBinding_MetaData[] = {
|
||
|
|
{ "Category", "Volume Rendering" },
|
||
|
|
{ "Comment", "/** Binding to material. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraVolumeRendererProperties.h" },
|
||
|
|
{ "ToolTip", "Binding to material." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RendererVisibility_MetaData[] = {
|
||
|
|
{ "Category", "Volume Rendering" },
|
||
|
|
{ "Comment", "/** If a render visibility tag is present, particles whose tag matches this value will be visible in this renderer. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraVolumeRendererProperties.h" },
|
||
|
|
{ "ToolTip", "If a render visibility tag is present, particles whose tag matches this value will be visible in this renderer." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StepFactor_MetaData[] = {
|
||
|
|
{ "Category", "Volume Rendering" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraVolumeRendererProperties.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LightingDownsampleFactor_MetaData[] = {
|
||
|
|
{ "Category", "Volume Rendering" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraVolumeRendererProperties.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ShadowStepFactor_MetaData[] = {
|
||
|
|
{ "Category", "Volume Rendering" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraVolumeRendererProperties.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ShadowBiasFactor_MetaData[] = {
|
||
|
|
{ "Category", "Volume Rendering" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraVolumeRendererProperties.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RendererVisibilityTagBinding_MetaData[] = {
|
||
|
|
{ "Category", "Bindings" },
|
||
|
|
{ "Comment", "/** Visibility tag binding, when valid the returned values is compared with RendererVisibility. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraVolumeRendererProperties.h" },
|
||
|
|
{ "ToolTip", "Visibility tag binding, when valid the returned values is compared with RendererVisibility." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VolumeResolutionMaxAxisBinding_MetaData[] = {
|
||
|
|
{ "Category", "Bindings" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraVolumeRendererProperties.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VolumeWorldSpaceSizeBinding_MetaData[] = {
|
||
|
|
{ "Category", "Bindings" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraVolumeRendererProperties.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaterialParameters_MetaData[] = {
|
||
|
|
{ "Category", "Bindings" },
|
||
|
|
{ "Comment", "/** If this array has entries, we will create a MaterialInstanceDynamic per Emitter instance from Material and set the Material parameters using the Niagara simulation variables listed.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraVolumeRendererProperties.h" },
|
||
|
|
{ "ToolTip", "If this array has entries, we will create a MaterialInstanceDynamic per Emitter instance from Material and set the Material parameters using the Niagara simulation variables listed." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraVolumeRendererProperties constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Material;
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_MICMaterial;
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_MaterialParameterBinding;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_RendererVisibility;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_StepFactor;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_LightingDownsampleFactor;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ShadowStepFactor;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ShadowBiasFactor;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RendererVisibilityTagBinding;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_VolumeResolutionMaxAxisBinding;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_VolumeWorldSpaceSizeBinding;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_MaterialParameters;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UNiagaraVolumeRendererProperties constinit property declarations ***********
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UNiagaraVolumeRendererProperties>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraVolumeRendererProperties Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_Material = { "Material", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraVolumeRendererProperties, Material), Z_Construct_UClass_UMaterialInterface_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Material_MetaData), NewProp_Material_MetaData) };
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_MICMaterial = { "MICMaterial", nullptr, (EPropertyFlags)0x0114000800002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraVolumeRendererProperties, MICMaterial), Z_Construct_UClass_UMaterialInstanceConstant_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MICMaterial_MetaData), NewProp_MICMaterial_MetaData) };
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_MaterialParameterBinding = { "MaterialParameterBinding", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraVolumeRendererProperties, MaterialParameterBinding), Z_Construct_UScriptStruct_FNiagaraParameterBinding, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaterialParameterBinding_MetaData), NewProp_MaterialParameterBinding_MetaData) }; // 948312038
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_RendererVisibility = { "RendererVisibility", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraVolumeRendererProperties, RendererVisibility), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RendererVisibility_MetaData), NewProp_RendererVisibility_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_StepFactor = { "StepFactor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraVolumeRendererProperties, StepFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StepFactor_MetaData), NewProp_StepFactor_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_LightingDownsampleFactor = { "LightingDownsampleFactor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraVolumeRendererProperties, LightingDownsampleFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LightingDownsampleFactor_MetaData), NewProp_LightingDownsampleFactor_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_ShadowStepFactor = { "ShadowStepFactor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraVolumeRendererProperties, ShadowStepFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ShadowStepFactor_MetaData), NewProp_ShadowStepFactor_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_ShadowBiasFactor = { "ShadowBiasFactor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraVolumeRendererProperties, ShadowBiasFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ShadowBiasFactor_MetaData), NewProp_ShadowBiasFactor_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_RendererVisibilityTagBinding = { "RendererVisibilityTagBinding", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraVolumeRendererProperties, RendererVisibilityTagBinding), Z_Construct_UScriptStruct_FNiagaraVariableAttributeBinding, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RendererVisibilityTagBinding_MetaData), NewProp_RendererVisibilityTagBinding_MetaData) }; // 1205045796
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_VolumeResolutionMaxAxisBinding = { "VolumeResolutionMaxAxisBinding", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraVolumeRendererProperties, VolumeResolutionMaxAxisBinding), Z_Construct_UScriptStruct_FNiagaraVariableAttributeBinding, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VolumeResolutionMaxAxisBinding_MetaData), NewProp_VolumeResolutionMaxAxisBinding_MetaData) }; // 1205045796
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_VolumeWorldSpaceSizeBinding = { "VolumeWorldSpaceSizeBinding", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraVolumeRendererProperties, VolumeWorldSpaceSizeBinding), Z_Construct_UScriptStruct_FNiagaraVariableAttributeBinding, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VolumeWorldSpaceSizeBinding_MetaData), NewProp_VolumeWorldSpaceSizeBinding_MetaData) }; // 1205045796
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_MaterialParameters = { "MaterialParameters", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraVolumeRendererProperties, MaterialParameters), Z_Construct_UScriptStruct_FNiagaraRendererMaterialParameters, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaterialParameters_MetaData), NewProp_MaterialParameters_MetaData) }; // 2699064899
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_Material,
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_MICMaterial,
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_MaterialParameterBinding,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_RendererVisibility,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_StepFactor,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_LightingDownsampleFactor,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_ShadowStepFactor,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_ShadowBiasFactor,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_RendererVisibilityTagBinding,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_VolumeResolutionMaxAxisBinding,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_VolumeWorldSpaceSizeBinding,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::NewProp_MaterialParameters,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UNiagaraVolumeRendererProperties Property Definitions **********************
|
||
|
|
UObject* (*const Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UNiagaraRendererProperties,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::ClassParams = {
|
||
|
|
&UNiagaraVolumeRendererProperties::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000810A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UNiagaraVolumeRendererProperties::StaticRegisterNativesUNiagaraVolumeRendererProperties()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UNiagaraVolumeRendererProperties()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UNiagaraVolumeRendererProperties.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNiagaraVolumeRendererProperties.OuterSingleton, Z_Construct_UClass_UNiagaraVolumeRendererProperties_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UNiagaraVolumeRendererProperties.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNiagaraVolumeRendererProperties);
|
||
|
|
UNiagaraVolumeRendererProperties::~UNiagaraVolumeRendererProperties() {}
|
||
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UNiagaraVolumeRendererProperties)
|
||
|
|
// ********** End Class UNiagaraVolumeRendererProperties *******************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraVolumeRendererProperties_h__Script_Niagara_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UNiagaraVolumeRendererProperties, UNiagaraVolumeRendererProperties::StaticClass, TEXT("UNiagaraVolumeRendererProperties"), &Z_Registration_Info_UClass_UNiagaraVolumeRendererProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNiagaraVolumeRendererProperties), 2248849011U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraVolumeRendererProperties_h__Script_Niagara_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraVolumeRendererProperties_h__Script_Niagara_102365435{
|
||
|
|
TEXT("/Script/Niagara"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraVolumeRendererProperties_h__Script_Niagara_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraVolumeRendererProperties_h__Script_Niagara_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|