525 lines
44 KiB
C++
525 lines
44 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 "NiagaraDataInterfaceGrid2DCollection.h"
|
|
#include "NiagaraCommon.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeNiagaraDataInterfaceGrid2DCollection() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UClass* Z_Construct_UClass_UTextureRenderTarget2D_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UTextureRenderTarget2DArray_NoRegister();
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraComponent_NoRegister();
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterfaceGrid2D();
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection();
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_NoRegister();
|
|
NIAGARA_API UEnum* Z_Construct_UEnum_Niagara_ENiagaraGpuBufferFormat();
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraUserParameterBinding();
|
|
UPackage* Z_Construct_UPackage__Script_Niagara();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UNiagaraDataInterfaceGrid2DCollection Function FillRawTexture2D **********
|
|
struct Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics
|
|
{
|
|
struct NiagaraDataInterfaceGrid2DCollection_eventFillRawTexture2D_Parms
|
|
{
|
|
const UNiagaraComponent* Component;
|
|
UTextureRenderTarget2D* Dest;
|
|
int32 TilesX;
|
|
int32 TilesY;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Niagara" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "This function has been replaced by object user variables on the emitter to specify render targets to fill with data." },
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceGrid2DCollection.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Component_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FillRawTexture2D constinit property declarations **********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Component;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Dest;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_TilesX;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_TilesY;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FillRawTexture2D constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FillRawTexture2D Property Definitions *********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NewProp_Component = { "Component", nullptr, (EPropertyFlags)0x0010000000080082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraDataInterfaceGrid2DCollection_eventFillRawTexture2D_Parms, Component), Z_Construct_UClass_UNiagaraComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Component_MetaData), NewProp_Component_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NewProp_Dest = { "Dest", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraDataInterfaceGrid2DCollection_eventFillRawTexture2D_Parms, Dest), Z_Construct_UClass_UTextureRenderTarget2D_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NewProp_TilesX = { "TilesX", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraDataInterfaceGrid2DCollection_eventFillRawTexture2D_Parms, TilesX), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NewProp_TilesY = { "TilesY", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraDataInterfaceGrid2DCollection_eventFillRawTexture2D_Parms, TilesY), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((NiagaraDataInterfaceGrid2DCollection_eventFillRawTexture2D_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraDataInterfaceGrid2DCollection_eventFillRawTexture2D_Parms), &Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NewProp_Component,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NewProp_Dest,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NewProp_TilesX,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NewProp_TilesY,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function FillRawTexture2D Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection, nullptr, "FillRawTexture2D", Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NiagaraDataInterfaceGrid2DCollection_eventFillRawTexture2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::NiagaraDataInterfaceGrid2DCollection_eventFillRawTexture2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UNiagaraDataInterfaceGrid2DCollection::execFillRawTexture2D)
|
|
{
|
|
P_GET_OBJECT(UNiagaraComponent,Z_Param_Component);
|
|
P_GET_OBJECT(UTextureRenderTarget2D,Z_Param_Dest);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_TilesX);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_TilesY);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->FillRawTexture2D(Z_Param_Component,Z_Param_Dest,Z_Param_Out_TilesX,Z_Param_Out_TilesY);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UNiagaraDataInterfaceGrid2DCollection Function FillRawTexture2D ************
|
|
|
|
// ********** Begin Class UNiagaraDataInterfaceGrid2DCollection Function FillTexture2D *************
|
|
struct Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics
|
|
{
|
|
struct NiagaraDataInterfaceGrid2DCollection_eventFillTexture2D_Parms
|
|
{
|
|
const UNiagaraComponent* Component;
|
|
UTextureRenderTarget2D* dest;
|
|
int32 AttributeIndex;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Niagara" },
|
|
{ "Comment", "// Fills a texture render target 2d with the current data from the simulation\n// #todo(dmp): this will eventually go away when we formalize how data makes it out of Niagara\n" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "This function has been replaced by object user variables on the emitter to specify render targets to fill with data." },
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceGrid2DCollection.h" },
|
|
{ "ToolTip", "Fills a texture render target 2d with the current data from the simulation\n#todo(dmp): this will eventually go away when we formalize how data makes it out of Niagara" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Component_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FillTexture2D constinit property declarations *************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Component;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_dest;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_AttributeIndex;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FillTexture2D constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FillTexture2D Property Definitions ************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::NewProp_Component = { "Component", nullptr, (EPropertyFlags)0x0010000000080082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraDataInterfaceGrid2DCollection_eventFillTexture2D_Parms, Component), Z_Construct_UClass_UNiagaraComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Component_MetaData), NewProp_Component_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::NewProp_dest = { "dest", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraDataInterfaceGrid2DCollection_eventFillTexture2D_Parms, dest), Z_Construct_UClass_UTextureRenderTarget2D_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::NewProp_AttributeIndex = { "AttributeIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraDataInterfaceGrid2DCollection_eventFillTexture2D_Parms, AttributeIndex), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((NiagaraDataInterfaceGrid2DCollection_eventFillTexture2D_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraDataInterfaceGrid2DCollection_eventFillTexture2D_Parms), &Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::NewProp_Component,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::NewProp_dest,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::NewProp_AttributeIndex,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function FillTexture2D Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection, nullptr, "FillTexture2D", Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::NiagaraDataInterfaceGrid2DCollection_eventFillTexture2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::NiagaraDataInterfaceGrid2DCollection_eventFillTexture2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UNiagaraDataInterfaceGrid2DCollection::execFillTexture2D)
|
|
{
|
|
P_GET_OBJECT(UNiagaraComponent,Z_Param_Component);
|
|
P_GET_OBJECT(UTextureRenderTarget2D,Z_Param_dest);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_AttributeIndex);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->FillTexture2D(Z_Param_Component,Z_Param_dest,Z_Param_AttributeIndex);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UNiagaraDataInterfaceGrid2DCollection Function FillTexture2D ***************
|
|
|
|
// ********** Begin Class UNiagaraDataInterfaceGrid2DCollection Function GetRawTextureSize *********
|
|
struct Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics
|
|
{
|
|
struct NiagaraDataInterfaceGrid2DCollection_eventGetRawTextureSize_Parms
|
|
{
|
|
const UNiagaraComponent* Component;
|
|
int32 SizeX;
|
|
int32 SizeY;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Niagara" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "This function has been replaced by object user variables on the emitter to specify render targets to fill with data." },
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceGrid2DCollection.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Component_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetRawTextureSize constinit property declarations *********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Component;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SizeX;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SizeY;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetRawTextureSize constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetRawTextureSize Property Definitions ********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::NewProp_Component = { "Component", nullptr, (EPropertyFlags)0x0010000000080082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraDataInterfaceGrid2DCollection_eventGetRawTextureSize_Parms, Component), Z_Construct_UClass_UNiagaraComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Component_MetaData), NewProp_Component_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::NewProp_SizeX = { "SizeX", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraDataInterfaceGrid2DCollection_eventGetRawTextureSize_Parms, SizeX), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::NewProp_SizeY = { "SizeY", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraDataInterfaceGrid2DCollection_eventGetRawTextureSize_Parms, SizeY), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::NewProp_Component,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::NewProp_SizeX,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::NewProp_SizeY,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetRawTextureSize Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection, nullptr, "GetRawTextureSize", Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::NiagaraDataInterfaceGrid2DCollection_eventGetRawTextureSize_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::NiagaraDataInterfaceGrid2DCollection_eventGetRawTextureSize_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UNiagaraDataInterfaceGrid2DCollection::execGetRawTextureSize)
|
|
{
|
|
P_GET_OBJECT(UNiagaraComponent,Z_Param_Component);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_SizeX);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_SizeY);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->GetRawTextureSize(Z_Param_Component,Z_Param_Out_SizeX,Z_Param_Out_SizeY);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UNiagaraDataInterfaceGrid2DCollection Function GetRawTextureSize ***********
|
|
|
|
// ********** Begin Class UNiagaraDataInterfaceGrid2DCollection Function GetTextureSize ************
|
|
struct Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics
|
|
{
|
|
struct NiagaraDataInterfaceGrid2DCollection_eventGetTextureSize_Parms
|
|
{
|
|
const UNiagaraComponent* Component;
|
|
int32 SizeX;
|
|
int32 SizeY;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Niagara" },
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceGrid2DCollection.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Component_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetTextureSize constinit property declarations ************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Component;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SizeX;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SizeY;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetTextureSize constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetTextureSize Property Definitions ***********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::NewProp_Component = { "Component", nullptr, (EPropertyFlags)0x0010000000080082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraDataInterfaceGrid2DCollection_eventGetTextureSize_Parms, Component), Z_Construct_UClass_UNiagaraComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Component_MetaData), NewProp_Component_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::NewProp_SizeX = { "SizeX", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraDataInterfaceGrid2DCollection_eventGetTextureSize_Parms, SizeX), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::NewProp_SizeY = { "SizeY", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraDataInterfaceGrid2DCollection_eventGetTextureSize_Parms, SizeY), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::NewProp_Component,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::NewProp_SizeX,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::NewProp_SizeY,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetTextureSize Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection, nullptr, "GetTextureSize", Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::NiagaraDataInterfaceGrid2DCollection_eventGetTextureSize_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::NiagaraDataInterfaceGrid2DCollection_eventGetTextureSize_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UNiagaraDataInterfaceGrid2DCollection::execGetTextureSize)
|
|
{
|
|
P_GET_OBJECT(UNiagaraComponent,Z_Param_Component);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_SizeX);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_SizeY);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->GetTextureSize(Z_Param_Component,Z_Param_Out_SizeX,Z_Param_Out_SizeY);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UNiagaraDataInterfaceGrid2DCollection Function GetTextureSize **************
|
|
|
|
// ********** Begin Class UNiagaraDataInterfaceGrid2DCollection ************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNiagaraDataInterfaceGrid2DCollection;
|
|
UClass* UNiagaraDataInterfaceGrid2DCollection::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNiagaraDataInterfaceGrid2DCollection;
|
|
if (!Z_Registration_Info_UClass_UNiagaraDataInterfaceGrid2DCollection.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NiagaraDataInterfaceGrid2DCollection"),
|
|
Z_Registration_Info_UClass_UNiagaraDataInterfaceGrid2DCollection.InnerSingleton,
|
|
StaticRegisterNativesUNiagaraDataInterfaceGrid2DCollection,
|
|
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_UNiagaraDataInterfaceGrid2DCollection.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_NoRegister()
|
|
{
|
|
return UNiagaraDataInterfaceGrid2DCollection::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Category", "Grid" },
|
|
{ "DisplayName", "Grid2D Collection" },
|
|
{ "IncludePath", "NiagaraDataInterfaceGrid2DCollection.h" },
|
|
{ "IsBlueprintBase", "true" },
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceGrid2DCollection.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RenderTargetUserParameter_MetaData[] = {
|
|
{ "Category", "Grid" },
|
|
{ "Comment", "/** Reference to a user parameter if we're reading one. */" },
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceGrid2DCollection.h" },
|
|
{ "ToolTip", "Reference to a user parameter if we're reading one." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OverrideBufferFormat_MetaData[] = {
|
|
{ "Category", "Grid" },
|
|
{ "Comment", "/** When enabled overrides the format used to store data inside the grid, otherwise uses the project default setting. Lower bit depth formats will save memory and performance at the cost of precision. */" },
|
|
{ "EditCondition", "bOverrideFormat" },
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceGrid2DCollection.h" },
|
|
{ "ToolTip", "When enabled overrides the format used to store data inside the grid, otherwise uses the project default setting. Lower bit depth formats will save memory and performance at the cost of precision." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideFormat_MetaData[] = {
|
|
{ "Category", "Grid" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceGrid2DCollection.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPreviewGrid_MetaData[] = {
|
|
{ "Category", "Grid" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceGrid2DCollection.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviewAttribute_MetaData[] = {
|
|
{ "Category", "Grid" },
|
|
{ "EditCondition", "bPreviewGrid" },
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceGrid2DCollection.h" },
|
|
{ "ToolTip", "When enabled allows you to preview the grid in a debug display" },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ManagedRenderTargets_MetaData[] = {
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceGrid2DCollection.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UNiagaraDataInterfaceGrid2DCollection constinit property declarations ****
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RenderTargetUserParameter;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_OverrideBufferFormat_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_OverrideBufferFormat;
|
|
static void NewProp_bOverrideFormat_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideFormat;
|
|
#if WITH_EDITORONLY_DATA
|
|
static void NewProp_bPreviewGrid_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPreviewGrid;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_PreviewAttribute;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ManagedRenderTargets_ValueProp;
|
|
static const UECodeGen_Private::FUInt64PropertyParams NewProp_ManagedRenderTargets_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_ManagedRenderTargets;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UNiagaraDataInterfaceGrid2DCollection constinit property declarations ******
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("FillRawTexture2D"), .Pointer = &UNiagaraDataInterfaceGrid2DCollection::execFillRawTexture2D },
|
|
{ .NameUTF8 = UTF8TEXT("FillTexture2D"), .Pointer = &UNiagaraDataInterfaceGrid2DCollection::execFillTexture2D },
|
|
{ .NameUTF8 = UTF8TEXT("GetRawTextureSize"), .Pointer = &UNiagaraDataInterfaceGrid2DCollection::execGetRawTextureSize },
|
|
{ .NameUTF8 = UTF8TEXT("GetTextureSize"), .Pointer = &UNiagaraDataInterfaceGrid2DCollection::execGetTextureSize },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, "FillRawTexture2D" }, // 684281200
|
|
{ &Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_FillTexture2D, "FillTexture2D" }, // 2097315299
|
|
{ &Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetRawTextureSize, "GetRawTextureSize" }, // 754749329
|
|
{ &Z_Construct_UFunction_UNiagaraDataInterfaceGrid2DCollection_GetTextureSize, "GetTextureSize" }, // 384600241
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UNiagaraDataInterfaceGrid2DCollection>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics
|
|
|
|
// ********** Begin Class UNiagaraDataInterfaceGrid2DCollection Property Definitions ***************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_RenderTargetUserParameter = { "RenderTargetUserParameter", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraDataInterfaceGrid2DCollection, RenderTargetUserParameter), Z_Construct_UScriptStruct_FNiagaraUserParameterBinding, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RenderTargetUserParameter_MetaData), NewProp_RenderTargetUserParameter_MetaData) }; // 184253120
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_OverrideBufferFormat_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_OverrideBufferFormat = { "OverrideBufferFormat", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraDataInterfaceGrid2DCollection, OverrideBufferFormat), Z_Construct_UEnum_Niagara_ENiagaraGpuBufferFormat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OverrideBufferFormat_MetaData), NewProp_OverrideBufferFormat_MetaData) }; // 507138522
|
|
void Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_bOverrideFormat_SetBit(void* Obj)
|
|
{
|
|
((UNiagaraDataInterfaceGrid2DCollection*)Obj)->bOverrideFormat = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_bOverrideFormat = { "bOverrideFormat", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraDataInterfaceGrid2DCollection), &Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_bOverrideFormat_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideFormat_MetaData), NewProp_bOverrideFormat_MetaData) };
|
|
#if WITH_EDITORONLY_DATA
|
|
void Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_bPreviewGrid_SetBit(void* Obj)
|
|
{
|
|
((UNiagaraDataInterfaceGrid2DCollection*)Obj)->bPreviewGrid = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_bPreviewGrid = { "bPreviewGrid", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraDataInterfaceGrid2DCollection), &Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_bPreviewGrid_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPreviewGrid_MetaData), NewProp_bPreviewGrid_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_PreviewAttribute = { "PreviewAttribute", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraDataInterfaceGrid2DCollection, PreviewAttribute), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviewAttribute_MetaData), NewProp_PreviewAttribute_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_ManagedRenderTargets_ValueProp = { "ManagedRenderTargets", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UClass_UTextureRenderTarget2DArray_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FUInt64PropertyParams Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_ManagedRenderTargets_Key_KeyProp = { "ManagedRenderTargets_Key", nullptr, (EPropertyFlags)0x0100000000000000, UECodeGen_Private::EPropertyGenFlags::UInt64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_ManagedRenderTargets = { "ManagedRenderTargets", nullptr, (EPropertyFlags)0x0124080000002000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraDataInterfaceGrid2DCollection, ManagedRenderTargets), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ManagedRenderTargets_MetaData), NewProp_ManagedRenderTargets_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_RenderTargetUserParameter,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_OverrideBufferFormat_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_OverrideBufferFormat,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_bOverrideFormat,
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_bPreviewGrid,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_PreviewAttribute,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_ManagedRenderTargets_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_ManagedRenderTargets_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::NewProp_ManagedRenderTargets,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::PropPointers) < 2048);
|
|
// ********** End Class UNiagaraDataInterfaceGrid2DCollection Property Definitions *****************
|
|
UObject* (*const Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UNiagaraDataInterfaceGrid2D,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::ClassParams = {
|
|
&UNiagaraDataInterfaceGrid2DCollection::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::PropPointers),
|
|
0,
|
|
0x000830A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::Class_MetaDataParams), Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNiagaraDataInterfaceGrid2DCollection::StaticRegisterNativesUNiagaraDataInterfaceGrid2DCollection()
|
|
{
|
|
UClass* Class = UNiagaraDataInterfaceGrid2DCollection::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNiagaraDataInterfaceGrid2DCollection.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNiagaraDataInterfaceGrid2DCollection.OuterSingleton, Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNiagaraDataInterfaceGrid2DCollection.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNiagaraDataInterfaceGrid2DCollection);
|
|
UNiagaraDataInterfaceGrid2DCollection::~UNiagaraDataInterfaceGrid2DCollection() {}
|
|
// ********** End Class UNiagaraDataInterfaceGrid2DCollection **************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceGrid2DCollection_h__Script_Niagara_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UNiagaraDataInterfaceGrid2DCollection, UNiagaraDataInterfaceGrid2DCollection::StaticClass, TEXT("UNiagaraDataInterfaceGrid2DCollection"), &Z_Registration_Info_UClass_UNiagaraDataInterfaceGrid2DCollection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNiagaraDataInterfaceGrid2DCollection), 1652254893U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceGrid2DCollection_h__Script_Niagara_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceGrid2DCollection_h__Script_Niagara_296175945{
|
|
TEXT("/Script/Niagara"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceGrid2DCollection_h__Script_Niagara_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceGrid2DCollection_h__Script_Niagara_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|