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

209 lines
15 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 "NiagaraBakerOutputVolumeTexture.h"
#include "NiagaraBakerOutput.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeNiagaraBakerOutputVolumeTexture() {}
// ********** Begin Cross Module References ********************************************************
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraBakerOutput();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_NoRegister();
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraBakerTextureSource();
UPackage* Z_Construct_UPackage__Script_Niagara();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UNiagaraBakerOutputVolumeTexture *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UNiagaraBakerOutputVolumeTexture;
UClass* UNiagaraBakerOutputVolumeTexture::GetPrivateStaticClass()
{
using TClass = UNiagaraBakerOutputVolumeTexture;
if (!Z_Registration_Info_UClass_UNiagaraBakerOutputVolumeTexture.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("NiagaraBakerOutputVolumeTexture"),
Z_Registration_Info_UClass_UNiagaraBakerOutputVolumeTexture.InnerSingleton,
StaticRegisterNativesUNiagaraBakerOutputVolumeTexture,
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_UNiagaraBakerOutputVolumeTexture.InnerSingleton;
}
UClass* Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_NoRegister()
{
return UNiagaraBakerOutputVolumeTexture::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "DisplayName", "Volume Texture Output" },
{ "IncludePath", "NiagaraBakerOutputVolumeTexture.h" },
{ "ModuleRelativePath", "Classes/NiagaraBakerOutputVolumeTexture.h" },
{ "ObjectInitializerConstructorDeclared", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceBinding_MetaData[] = {
{ "Category", "Settings" },
{ "ModuleRelativePath", "Classes/NiagaraBakerOutputVolumeTexture.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bGenerateAtlas_MetaData[] = {
{ "Category", "Settings" },
{ "InlineEditConditionToggle", "" },
{ "ModuleRelativePath", "Classes/NiagaraBakerOutputVolumeTexture.h" },
{ "PinHiddenByDefault", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bGenerateFrames_MetaData[] = {
{ "Category", "Settings" },
{ "InlineEditConditionToggle", "" },
{ "ModuleRelativePath", "Classes/NiagaraBakerOutputVolumeTexture.h" },
{ "PinHiddenByDefault", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bExportFrames_MetaData[] = {
{ "Category", "Settings" },
{ "InlineEditConditionToggle", "" },
{ "ModuleRelativePath", "Classes/NiagaraBakerOutputVolumeTexture.h" },
{ "PinHiddenByDefault", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AtlasAssetPathFormat_MetaData[] = {
{ "Category", "Settings" },
{ "Comment", "/**\n\x09When enabled a volume atlas is created, the atlas is along X & Y not Z based on baker settings.\n\x09*/" },
{ "EditCondition", "bGenerateAtlas" },
{ "ModuleRelativePath", "Classes/NiagaraBakerOutputVolumeTexture.h" },
{ "ToolTip", "When enabled a volume atlas is created, the atlas is along X & Y not Z based on baker settings." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FramesAssetPathFormat_MetaData[] = {
{ "Category", "Settings" },
{ "Comment", "/**\n\x09When enabled each frame will create an asset.\n\x09*/" },
{ "EditCondition", "bGenerateFrames" },
{ "ModuleRelativePath", "Classes/NiagaraBakerOutputVolumeTexture.h" },
{ "ToolTip", "When enabled each frame will create an asset." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FramesExportPathFormat_MetaData[] = {
{ "Category", "Settings" },
{ "Comment", "/**\n\x09When enabled each frame will be exported to the output path using the format extension.\n\x09*/" },
{ "EditCondition", "bExportFrames" },
{ "ModuleRelativePath", "Classes/NiagaraBakerOutputVolumeTexture.h" },
{ "ToolTip", "When enabled each frame will be exported to the output path using the format extension." },
};
#endif // WITH_METADATA
// ********** Begin Class UNiagaraBakerOutputVolumeTexture constinit property declarations *********
static const UECodeGen_Private::FStructPropertyParams NewProp_SourceBinding;
static void NewProp_bGenerateAtlas_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bGenerateAtlas;
static void NewProp_bGenerateFrames_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bGenerateFrames;
static void NewProp_bExportFrames_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bExportFrames;
static const UECodeGen_Private::FStrPropertyParams NewProp_AtlasAssetPathFormat;
static const UECodeGen_Private::FStrPropertyParams NewProp_FramesAssetPathFormat;
static const UECodeGen_Private::FStrPropertyParams NewProp_FramesExportPathFormat;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UNiagaraBakerOutputVolumeTexture constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UNiagaraBakerOutputVolumeTexture>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics
// ********** Begin Class UNiagaraBakerOutputVolumeTexture Property Definitions ********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_SourceBinding = { "SourceBinding", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraBakerOutputVolumeTexture, SourceBinding), Z_Construct_UScriptStruct_FNiagaraBakerTextureSource, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceBinding_MetaData), NewProp_SourceBinding_MetaData) }; // 2199817625
void Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_bGenerateAtlas_SetBit(void* Obj)
{
((UNiagaraBakerOutputVolumeTexture*)Obj)->bGenerateAtlas = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_bGenerateAtlas = { "bGenerateAtlas", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraBakerOutputVolumeTexture), &Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_bGenerateAtlas_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bGenerateAtlas_MetaData), NewProp_bGenerateAtlas_MetaData) };
void Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_bGenerateFrames_SetBit(void* Obj)
{
((UNiagaraBakerOutputVolumeTexture*)Obj)->bGenerateFrames = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_bGenerateFrames = { "bGenerateFrames", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraBakerOutputVolumeTexture), &Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_bGenerateFrames_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bGenerateFrames_MetaData), NewProp_bGenerateFrames_MetaData) };
void Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_bExportFrames_SetBit(void* Obj)
{
((UNiagaraBakerOutputVolumeTexture*)Obj)->bExportFrames = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_bExportFrames = { "bExportFrames", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraBakerOutputVolumeTexture), &Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_bExportFrames_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bExportFrames_MetaData), NewProp_bExportFrames_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_AtlasAssetPathFormat = { "AtlasAssetPathFormat", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraBakerOutputVolumeTexture, AtlasAssetPathFormat), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AtlasAssetPathFormat_MetaData), NewProp_AtlasAssetPathFormat_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_FramesAssetPathFormat = { "FramesAssetPathFormat", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraBakerOutputVolumeTexture, FramesAssetPathFormat), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FramesAssetPathFormat_MetaData), NewProp_FramesAssetPathFormat_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_FramesExportPathFormat = { "FramesExportPathFormat", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraBakerOutputVolumeTexture, FramesExportPathFormat), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FramesExportPathFormat_MetaData), NewProp_FramesExportPathFormat_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_SourceBinding,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_bGenerateAtlas,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_bGenerateFrames,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_bExportFrames,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_AtlasAssetPathFormat,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_FramesAssetPathFormat,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::NewProp_FramesExportPathFormat,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::PropPointers) < 2048);
// ********** End Class UNiagaraBakerOutputVolumeTexture Property Definitions **********************
UObject* (*const Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UNiagaraBakerOutput,
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::ClassParams = {
&UNiagaraBakerOutputVolumeTexture::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::Class_MetaDataParams), Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::Class_MetaDataParams)
};
void UNiagaraBakerOutputVolumeTexture::StaticRegisterNativesUNiagaraBakerOutputVolumeTexture()
{
}
UClass* Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture()
{
if (!Z_Registration_Info_UClass_UNiagaraBakerOutputVolumeTexture.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNiagaraBakerOutputVolumeTexture.OuterSingleton, Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UNiagaraBakerOutputVolumeTexture.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNiagaraBakerOutputVolumeTexture);
UNiagaraBakerOutputVolumeTexture::~UNiagaraBakerOutputVolumeTexture() {}
// ********** End Class UNiagaraBakerOutputVolumeTexture *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputVolumeTexture_h__Script_Niagara_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture, UNiagaraBakerOutputVolumeTexture::StaticClass, TEXT("UNiagaraBakerOutputVolumeTexture"), &Z_Registration_Info_UClass_UNiagaraBakerOutputVolumeTexture, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNiagaraBakerOutputVolumeTexture), 3796788194U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputVolumeTexture_h__Script_Niagara_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputVolumeTexture_h__Script_Niagara_2070762068{
TEXT("/Script/Niagara"),
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputVolumeTexture_h__Script_Niagara_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputVolumeTexture_h__Script_Niagara_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS