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

189 lines
16 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 "NiagaraRendererReadback.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeNiagaraRendererReadback() {}
// ********** Begin Cross Module References ********************************************************
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters();
UPackage* Z_Construct_UPackage__Script_Niagara();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FNiagaraRendererReadbackParameters ********************************
struct Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FNiagaraRendererReadbackParameters); }
static inline consteval int16 GetStructAlignment() { return alignof(FNiagaraRendererReadbackParameters); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Internal/NiagaraRendererReadback.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bExportPosition_MetaData[] = {
{ "Category", "Parameters" },
{ "Comment", "// When enabled vertex positions will be exported\n" },
{ "ModuleRelativePath", "Internal/NiagaraRendererReadback.h" },
{ "ToolTip", "When enabled vertex positions will be exported" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bExportTangentBasis_MetaData[] = {
{ "Category", "Parameters" },
{ "Comment", "// When enabled the vertex tangent basis will be exported\n" },
{ "ModuleRelativePath", "Internal/NiagaraRendererReadback.h" },
{ "ToolTip", "When enabled the vertex tangent basis will be exported" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bExportColor_MetaData[] = {
{ "Category", "Parameters" },
{ "Comment", "// When enabled vertex colors will be exported\n" },
{ "ModuleRelativePath", "Internal/NiagaraRendererReadback.h" },
{ "ToolTip", "When enabled vertex colors will be exported" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExportNumTexCoords_MetaData[] = {
{ "Category", "Parameters" },
{ "ClampMax", "8" },
{ "ClampMin", "0" },
{ "Comment", "// How many vertex texture coordinates to export\n" },
{ "ModuleRelativePath", "Internal/NiagaraRendererReadback.h" },
{ "ToolTip", "How many vertex texture coordinates to export" },
{ "UIMax", "8" },
{ "UIMin", "0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bExportMaterials_MetaData[] = {
{ "Category", "Parameters" },
{ "Comment", "// When enabled we will attempt to export the materials used with each section\n// When disabled no materials will be assigned, so the default material will be used\n" },
{ "ModuleRelativePath", "Internal/NiagaraRendererReadback.h" },
{ "ToolTip", "When enabled we will attempt to export the materials used with each section\nWhen disabled no materials will be assigned, so the default material will be used" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bApplyWPO_MetaData[] = {
{ "Category", "Parameters" },
{ "Comment", "// When enabled material WPO will be included in the exported data\n" },
{ "ModuleRelativePath", "Internal/NiagaraRendererReadback.h" },
{ "ToolTip", "When enabled material WPO will be included in the exported data" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ViewIndexToCapture_MetaData[] = {
{ "Category", "Parameters" },
{ "Comment", "// When set we capture the batches from the view index provided\n// When unset we capture batches from all views\n" },
{ "ModuleRelativePath", "Internal/NiagaraRendererReadback.h" },
{ "ToolTip", "When set we capture the batches from the view index provided\nWhen unset we capture batches from all views" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FNiagaraRendererReadbackParameters constinit property declarations
static void NewProp_bExportPosition_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bExportPosition;
static void NewProp_bExportTangentBasis_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bExportTangentBasis;
static void NewProp_bExportColor_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bExportColor;
static const UECodeGen_Private::FIntPropertyParams NewProp_ExportNumTexCoords;
static void NewProp_bExportMaterials_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bExportMaterials;
static void NewProp_bApplyWPO_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bApplyWPO;
static const UECodeGen_Private::FIntPropertyParams NewProp_ViewIndexToCapture_Inner;
static const UECodeGen_Private::FGenericPropertyParams NewProp_ViewIndexToCapture;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FNiagaraRendererReadbackParameters constinit property declarations **
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNiagaraRendererReadbackParameters>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNiagaraRendererReadbackParameters;
class UScriptStruct* FNiagaraRendererReadbackParameters::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FNiagaraRendererReadbackParameters.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FNiagaraRendererReadbackParameters.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("NiagaraRendererReadbackParameters"));
}
return Z_Registration_Info_UScriptStruct_FNiagaraRendererReadbackParameters.OuterSingleton;
}
// ********** Begin ScriptStruct FNiagaraRendererReadbackParameters Property Definitions ***********
void Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportPosition_SetBit(void* Obj)
{
((FNiagaraRendererReadbackParameters*)Obj)->bExportPosition = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportPosition = { "bExportPosition", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNiagaraRendererReadbackParameters), &Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportPosition_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bExportPosition_MetaData), NewProp_bExportPosition_MetaData) };
void Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportTangentBasis_SetBit(void* Obj)
{
((FNiagaraRendererReadbackParameters*)Obj)->bExportTangentBasis = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportTangentBasis = { "bExportTangentBasis", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNiagaraRendererReadbackParameters), &Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportTangentBasis_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bExportTangentBasis_MetaData), NewProp_bExportTangentBasis_MetaData) };
void Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportColor_SetBit(void* Obj)
{
((FNiagaraRendererReadbackParameters*)Obj)->bExportColor = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportColor = { "bExportColor", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNiagaraRendererReadbackParameters), &Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportColor_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bExportColor_MetaData), NewProp_bExportColor_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_ExportNumTexCoords = { "ExportNumTexCoords", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraRendererReadbackParameters, ExportNumTexCoords), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExportNumTexCoords_MetaData), NewProp_ExportNumTexCoords_MetaData) };
void Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportMaterials_SetBit(void* Obj)
{
((FNiagaraRendererReadbackParameters*)Obj)->bExportMaterials = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportMaterials = { "bExportMaterials", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNiagaraRendererReadbackParameters), &Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportMaterials_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bExportMaterials_MetaData), NewProp_bExportMaterials_MetaData) };
void Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bApplyWPO_SetBit(void* Obj)
{
((FNiagaraRendererReadbackParameters*)Obj)->bApplyWPO = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bApplyWPO = { "bApplyWPO", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNiagaraRendererReadbackParameters), &Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bApplyWPO_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bApplyWPO_MetaData), NewProp_bApplyWPO_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_ViewIndexToCapture_Inner = { "ViewIndexToCapture", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FGenericPropertyParams Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_ViewIndexToCapture = { "ViewIndexToCapture", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Optional, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraRendererReadbackParameters, ViewIndexToCapture), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ViewIndexToCapture_MetaData), NewProp_ViewIndexToCapture_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportPosition,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportTangentBasis,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_ExportNumTexCoords,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bExportMaterials,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_bApplyWPO,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_ViewIndexToCapture_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewProp_ViewIndexToCapture,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FNiagaraRendererReadbackParameters Property Definitions *************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
nullptr,
&NewStructOps,
"NiagaraRendererReadbackParameters",
Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::PropPointers),
sizeof(FNiagaraRendererReadbackParameters),
alignof(FNiagaraRendererReadbackParameters),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters()
{
if (!Z_Registration_Info_UScriptStruct_FNiagaraRendererReadbackParameters.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNiagaraRendererReadbackParameters.InnerSingleton, Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNiagaraRendererReadbackParameters.InnerSingleton);
}
// ********** End ScriptStruct FNiagaraRendererReadbackParameters **********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_NiagaraRendererReadback_h__Script_Niagara_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FNiagaraRendererReadbackParameters::StaticStruct, Z_Construct_UScriptStruct_FNiagaraRendererReadbackParameters_Statics::NewStructOps, TEXT("NiagaraRendererReadbackParameters"),&Z_Registration_Info_UScriptStruct_FNiagaraRendererReadbackParameters, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNiagaraRendererReadbackParameters), 3789549971U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_NiagaraRendererReadback_h__Script_Niagara_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_NiagaraRendererReadback_h__Script_Niagara_1592134626{
TEXT("/Script/Niagara"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_NiagaraRendererReadback_h__Script_Niagara_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_NiagaraRendererReadback_h__Script_Niagara_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS