2634 lines
235 KiB
C++
2634 lines
235 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 "NiagaraSimCache.h"
|
||
|
|
#include "NiagaraScript.h"
|
||
|
|
#include "NiagaraTypes.h"
|
||
|
|
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
|
||
|
|
#include "UObject/Class.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeNiagaraSimCache() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FBox();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FQuat();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTransform();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector3f();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector4();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraSimCache();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraSimCache_NoRegister();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraSimCacheDebugData_NoRegister();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraSystem_NoRegister();
|
||
|
|
NIAGARA_API UEnum* Z_Construct_UEnum_Niagara_ENiagaraSimCacheAttributeCaptureMode();
|
||
|
|
NIAGARA_API UEnum* Z_Construct_UEnum_Niagara_ENiagaraSimTarget();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraID();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheFrame();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheLayout();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheVariable();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraVariableBase();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraVMExecutableDataId();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Niagara();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum ENiagaraSimCacheAttributeCaptureMode **************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ENiagaraSimCacheAttributeCaptureMode;
|
||
|
|
static UEnum* ENiagaraSimCacheAttributeCaptureMode_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_ENiagaraSimCacheAttributeCaptureMode.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_ENiagaraSimCacheAttributeCaptureMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Niagara_ENiagaraSimCacheAttributeCaptureMode, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("ENiagaraSimCacheAttributeCaptureMode"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_ENiagaraSimCacheAttributeCaptureMode.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> NIAGARA_NON_ATTRIBUTED_API UEnum* StaticEnum<ENiagaraSimCacheAttributeCaptureMode>()
|
||
|
|
{
|
||
|
|
return ENiagaraSimCacheAttributeCaptureMode_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_Niagara_ENiagaraSimCacheAttributeCaptureMode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "All.Comment", "/**\n\x09""Captures all attributes available.\n\x09This kind of cache will be useful for restarting a simulation from or debugging.\n\x09*/" },
|
||
|
|
{ "All.DisplayName", "Capture All Attributes" },
|
||
|
|
{ "All.Name", "ENiagaraSimCacheAttributeCaptureMode::All" },
|
||
|
|
{ "All.ToolTip", "Captures all attributes available.\nThis kind of cache will be useful for restarting a simulation from or debugging." },
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "ExplicitAttributes.Comment", "/**\n\x09""Captures only attributes that match the 'ExplicitCaptureAttributes' list provided by the user.\n\x09This kind of cache is useful to keep the size down if you need to debug a very\n\x09specific attribute, or you want to do some additional process on the attributes\n\x09i.e. capture MyEmitter.Particles.Position and place static meshes in those locations.\n\x09*/" },
|
||
|
|
{ "ExplicitAttributes.DisplayName", "Capture Explicit Attributes Only" },
|
||
|
|
{ "ExplicitAttributes.Name", "ENiagaraSimCacheAttributeCaptureMode::ExplicitAttributes" },
|
||
|
|
{ "ExplicitAttributes.ToolTip", "Captures only attributes that match the 'ExplicitCaptureAttributes' list provided by the user.\nThis kind of cache is useful to keep the size down if you need to debug a very\nspecific attribute, or you want to do some additional process on the attributes\ni.e. capture MyEmitter.Particles.Position and place static meshes in those locations." },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "RenderingOnly.Comment", "/**\n\x09""Captures attributes that are required to render the system only.\n\x09This kind of cache is useful for rendering only and should have a much smaller\n\x09size than capturing all attributes.\n\x09*/" },
|
||
|
|
{ "RenderingOnly.DisplayName", "Capture Attributes Needed For Rendering" },
|
||
|
|
{ "RenderingOnly.Name", "ENiagaraSimCacheAttributeCaptureMode::RenderingOnly" },
|
||
|
|
{ "RenderingOnly.ToolTip", "Captures attributes that are required to render the system only.\nThis kind of cache is useful for rendering only and should have a much smaller\nsize than capturing all attributes." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "ENiagaraSimCacheAttributeCaptureMode::All", (int64)ENiagaraSimCacheAttributeCaptureMode::All },
|
||
|
|
{ "ENiagaraSimCacheAttributeCaptureMode::RenderingOnly", (int64)ENiagaraSimCacheAttributeCaptureMode::RenderingOnly },
|
||
|
|
{ "ENiagaraSimCacheAttributeCaptureMode::ExplicitAttributes", (int64)ENiagaraSimCacheAttributeCaptureMode::ExplicitAttributes },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_Niagara_ENiagaraSimCacheAttributeCaptureMode_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Niagara_ENiagaraSimCacheAttributeCaptureMode_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
nullptr,
|
||
|
|
"ENiagaraSimCacheAttributeCaptureMode",
|
||
|
|
"ENiagaraSimCacheAttributeCaptureMode",
|
||
|
|
Z_Construct_UEnum_Niagara_ENiagaraSimCacheAttributeCaptureMode_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_Niagara_ENiagaraSimCacheAttributeCaptureMode_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Niagara_ENiagaraSimCacheAttributeCaptureMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Niagara_ENiagaraSimCacheAttributeCaptureMode_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_Niagara_ENiagaraSimCacheAttributeCaptureMode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_ENiagaraSimCacheAttributeCaptureMode.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ENiagaraSimCacheAttributeCaptureMode.InnerSingleton, Z_Construct_UEnum_Niagara_ENiagaraSimCacheAttributeCaptureMode_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_ENiagaraSimCacheAttributeCaptureMode.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum ENiagaraSimCacheAttributeCaptureMode ****************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheCreateParameters **********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNiagaraSimCacheCreateParameters); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNiagaraSimCacheCreateParameters); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeCaptureMode_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "Comment", "/**\n\x09How do we want to capture attributes for the simulation cache.\n\x09The mode selected depends on what situations the cache can be used in.\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "How do we want to capture attributes for the simulation cache.\nThe mode selected depends on what situations the cache can be used in." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowRebasing_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "Comment", "/**\n\x09When enabled allows the SimCache to be re-based.\n\x09i.e. World space emitters can be moved to the new component's location\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "When enabled allows the SimCache to be re-based.\ni.e. World space emitters can be moved to the new component's location" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowDataInterfaceCaching_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "Comment", "/**\n\x09When enabled Data Interface data will be stored in the SimCache.\n\x09This can result in a large increase to the cache size, depending on what Data Interfaces are used\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "When enabled Data Interface data will be stored in the SimCache.\nThis can result in a large increase to the cache size, depending on what Data Interfaces are used" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowInterpolation_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "Comment", "/**\n\x09When enabled we allow the cache to be generated for interpolation.\n\x09This will increase the memory usage for the cache slightly but can allow you to reduce the capture rate.\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "When enabled we allow the cache to be generated for interpolation.\nThis will increase the memory usage for the cache slightly but can allow you to reduce the capture rate." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bInterpolateAllTypes_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "Comment", "/**\n\x09When enabled all support types for interpolation will be included, this set may increase in future releases.\n\x09When disabled we only interpolate Position / Quat attributes.\n\x09*/" },
|
||
|
|
{ "EditCondition", "bAllowInterpolation" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "When enabled all support types for interpolation will be included, this set may increase in future releases.\nWhen disabled we only interpolate Position / Quat attributes." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowVelocityExtrapolation_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "Comment", "/**\n\x09When enabled we allow the cache to be generated for extrapolation.\n\x09This will force the velocity attribute to be maintained.\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "When enabled we allow the cache to be generated for extrapolation.\nThis will force the velocity attribute to be maintained." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowSerializeLargeCache_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "Comment", "/**\n\x09When enabled the cache will support serializing large amounts of cache data.\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "When enabled the cache will support serializing large amounts of cache data." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIncludeDebugData_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "Comment", "/**\n\x09When enabled additional information is stored that can be useful for debugging a simulation\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "When enabled additional information is stored that can be useful for debugging a simulation" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RebaseIncludeAttributes_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "Comment", "/**\n\x09List of Attributes to force include in the SimCache rebase, they should be the full path to the attribute\n\x09""For example, MyEmitter.Particles.MyQuat would force the particle attribute MyQuat to be included for MyEmitter\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "List of Attributes to force include in the SimCache rebase, they should be the full path to the attribute\nFor example, MyEmitter.Particles.MyQuat would force the particle attribute MyQuat to be included for MyEmitter" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RebaseExcludeAttributes_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "Comment", "/**\n\x09List of Attributes to force exclude from the SimCache rebase, they should be the full path to the attribute\n\x09""For example, MyEmitter.Particles.MyQuat would force the particle attribute MyQuat to be included for MyEmitter\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "List of Attributes to force exclude from the SimCache rebase, they should be the full path to the attribute\nFor example, MyEmitter.Particles.MyQuat would force the particle attribute MyQuat to be included for MyEmitter" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InterpolationIncludeAttributes_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "Comment", "/**\n\x09List of specific Attributes to include when using interpolation. They must be types that are supported for interpolation.\n\x09""For example, MyEmitter.Particles.MyPosition would force MyPosition to be interpolated.\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "List of specific Attributes to include when using interpolation. They must be types that are supported for interpolation.\nFor example, MyEmitter.Particles.MyPosition would force MyPosition to be interpolated." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InterpolationExcludeAttributes_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "Comment", "/**\n\x09List of specific Attributes to exclude interpolation for. They must be types that are supported for interpolation.\n\x09""For example, MyEmitter.Particles.MyPosition would force MyPosition to be interpolated.\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "List of specific Attributes to exclude interpolation for. They must be types that are supported for interpolation.\nFor example, MyEmitter.Particles.MyPosition would force MyPosition to be interpolated." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExplicitCaptureAttributes_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "Comment", "/**\n\x09List of attributes to capture when the capture attribute capture mode is set to explicit.\n\x09""For example, adding MyEmitter.Particles.Position will only gather that attribute inside the cache.\n\x09*/" },
|
||
|
|
{ "EditCondition", "AttributeCaptureMode == ENiagaraSimCacheAttributeCaptureMode::ExplicitAttributes" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "List of attributes to capture when the capture attribute capture mode is set to explicit.\nFor example, adding MyEmitter.Particles.Position will only gather that attribute inside the cache." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheCreateParameters constinit property declarations **
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_AttributeCaptureMode_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_AttributeCaptureMode;
|
||
|
|
static void NewProp_bAllowRebasing_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowRebasing;
|
||
|
|
static void NewProp_bAllowDataInterfaceCaching_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowDataInterfaceCaching;
|
||
|
|
static void NewProp_bAllowInterpolation_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowInterpolation;
|
||
|
|
static void NewProp_bInterpolateAllTypes_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInterpolateAllTypes;
|
||
|
|
static void NewProp_bAllowVelocityExtrapolation_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowVelocityExtrapolation;
|
||
|
|
static void NewProp_bAllowSerializeLargeCache_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowSerializeLargeCache;
|
||
|
|
static void NewProp_bIncludeDebugData_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIncludeDebugData;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_RebaseIncludeAttributes_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_RebaseIncludeAttributes;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_RebaseExcludeAttributes_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_RebaseExcludeAttributes;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InterpolationIncludeAttributes_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_InterpolationIncludeAttributes;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InterpolationExcludeAttributes_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_InterpolationExcludeAttributes;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ExplicitCaptureAttributes_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ExplicitCaptureAttributes;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheCreateParameters constinit property declarations ****
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNiagaraSimCacheCreateParameters>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNiagaraSimCacheCreateParameters;
|
||
|
|
class UScriptStruct* FNiagaraSimCacheCreateParameters::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheCreateParameters.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FNiagaraSimCacheCreateParameters.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("NiagaraSimCacheCreateParameters"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FNiagaraSimCacheCreateParameters.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheCreateParameters Property Definitions *************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_AttributeCaptureMode_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_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_AttributeCaptureMode = { "AttributeCaptureMode", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheCreateParameters, AttributeCaptureMode), Z_Construct_UEnum_Niagara_ENiagaraSimCacheAttributeCaptureMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeCaptureMode_MetaData), NewProp_AttributeCaptureMode_MetaData) }; // 2330886073
|
||
|
|
void Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowRebasing_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FNiagaraSimCacheCreateParameters*)Obj)->bAllowRebasing = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowRebasing = { "bAllowRebasing", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNiagaraSimCacheCreateParameters), &Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowRebasing_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowRebasing_MetaData), NewProp_bAllowRebasing_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowDataInterfaceCaching_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FNiagaraSimCacheCreateParameters*)Obj)->bAllowDataInterfaceCaching = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowDataInterfaceCaching = { "bAllowDataInterfaceCaching", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNiagaraSimCacheCreateParameters), &Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowDataInterfaceCaching_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowDataInterfaceCaching_MetaData), NewProp_bAllowDataInterfaceCaching_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowInterpolation_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FNiagaraSimCacheCreateParameters*)Obj)->bAllowInterpolation = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowInterpolation = { "bAllowInterpolation", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNiagaraSimCacheCreateParameters), &Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowInterpolation_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowInterpolation_MetaData), NewProp_bAllowInterpolation_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bInterpolateAllTypes_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FNiagaraSimCacheCreateParameters*)Obj)->bInterpolateAllTypes = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bInterpolateAllTypes = { "bInterpolateAllTypes", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNiagaraSimCacheCreateParameters), &Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bInterpolateAllTypes_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bInterpolateAllTypes_MetaData), NewProp_bInterpolateAllTypes_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowVelocityExtrapolation_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FNiagaraSimCacheCreateParameters*)Obj)->bAllowVelocityExtrapolation = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowVelocityExtrapolation = { "bAllowVelocityExtrapolation", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNiagaraSimCacheCreateParameters), &Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowVelocityExtrapolation_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowVelocityExtrapolation_MetaData), NewProp_bAllowVelocityExtrapolation_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowSerializeLargeCache_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FNiagaraSimCacheCreateParameters*)Obj)->bAllowSerializeLargeCache = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowSerializeLargeCache = { "bAllowSerializeLargeCache", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNiagaraSimCacheCreateParameters), &Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowSerializeLargeCache_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowSerializeLargeCache_MetaData), NewProp_bAllowSerializeLargeCache_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bIncludeDebugData_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FNiagaraSimCacheCreateParameters*)Obj)->bIncludeDebugData = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bIncludeDebugData = { "bIncludeDebugData", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNiagaraSimCacheCreateParameters), &Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bIncludeDebugData_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIncludeDebugData_MetaData), NewProp_bIncludeDebugData_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_RebaseIncludeAttributes_Inner = { "RebaseIncludeAttributes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_RebaseIncludeAttributes = { "RebaseIncludeAttributes", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheCreateParameters, RebaseIncludeAttributes), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RebaseIncludeAttributes_MetaData), NewProp_RebaseIncludeAttributes_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_RebaseExcludeAttributes_Inner = { "RebaseExcludeAttributes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_RebaseExcludeAttributes = { "RebaseExcludeAttributes", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheCreateParameters, RebaseExcludeAttributes), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RebaseExcludeAttributes_MetaData), NewProp_RebaseExcludeAttributes_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_InterpolationIncludeAttributes_Inner = { "InterpolationIncludeAttributes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_InterpolationIncludeAttributes = { "InterpolationIncludeAttributes", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheCreateParameters, InterpolationIncludeAttributes), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InterpolationIncludeAttributes_MetaData), NewProp_InterpolationIncludeAttributes_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_InterpolationExcludeAttributes_Inner = { "InterpolationExcludeAttributes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_InterpolationExcludeAttributes = { "InterpolationExcludeAttributes", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheCreateParameters, InterpolationExcludeAttributes), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InterpolationExcludeAttributes_MetaData), NewProp_InterpolationExcludeAttributes_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_ExplicitCaptureAttributes_Inner = { "ExplicitCaptureAttributes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_ExplicitCaptureAttributes = { "ExplicitCaptureAttributes", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheCreateParameters, ExplicitCaptureAttributes), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExplicitCaptureAttributes_MetaData), NewProp_ExplicitCaptureAttributes_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_AttributeCaptureMode_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_AttributeCaptureMode,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowRebasing,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowDataInterfaceCaching,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowInterpolation,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bInterpolateAllTypes,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowVelocityExtrapolation,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bAllowSerializeLargeCache,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_bIncludeDebugData,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_RebaseIncludeAttributes_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_RebaseIncludeAttributes,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_RebaseExcludeAttributes_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_RebaseExcludeAttributes,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_InterpolationIncludeAttributes_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_InterpolationIncludeAttributes,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_InterpolationExcludeAttributes_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_InterpolationExcludeAttributes,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_ExplicitCaptureAttributes_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewProp_ExplicitCaptureAttributes,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheCreateParameters Property Definitions ***************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"NiagaraSimCacheCreateParameters",
|
||
|
|
Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::PropPointers),
|
||
|
|
sizeof(FNiagaraSimCacheCreateParameters),
|
||
|
|
alignof(FNiagaraSimCacheCreateParameters),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheCreateParameters.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheCreateParameters.InnerSingleton, Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheCreateParameters.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheCreateParameters ************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheDataBuffers ***************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNiagaraSimCacheDataBuffers); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNiagaraSimCacheDataBuffers); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NumInstances_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IDAcquireTag_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IDToIndexTableElements_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheDataBuffers constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FUInt32PropertyParams NewProp_NumInstances;
|
||
|
|
static const UECodeGen_Private::FUInt32PropertyParams NewProp_IDAcquireTag;
|
||
|
|
static const UECodeGen_Private::FUInt32PropertyParams NewProp_IDToIndexTableElements;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheDataBuffers constinit property declarations *********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNiagaraSimCacheDataBuffers>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffers;
|
||
|
|
class UScriptStruct* FNiagaraSimCacheDataBuffers::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffers.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffers.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("NiagaraSimCacheDataBuffers"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffers.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheDataBuffers Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::NewProp_NumInstances = { "NumInstances", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheDataBuffers, NumInstances), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NumInstances_MetaData), NewProp_NumInstances_MetaData) };
|
||
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::NewProp_IDAcquireTag = { "IDAcquireTag", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheDataBuffers, IDAcquireTag), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IDAcquireTag_MetaData), NewProp_IDAcquireTag_MetaData) };
|
||
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::NewProp_IDToIndexTableElements = { "IDToIndexTableElements", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheDataBuffers, IDToIndexTableElements), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IDToIndexTableElements_MetaData), NewProp_IDToIndexTableElements_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::NewProp_NumInstances,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::NewProp_IDAcquireTag,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::NewProp_IDToIndexTableElements,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheDataBuffers Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"NiagaraSimCacheDataBuffers",
|
||
|
|
Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::PropPointers),
|
||
|
|
sizeof(FNiagaraSimCacheDataBuffers),
|
||
|
|
alignof(FNiagaraSimCacheDataBuffers),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffers.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffers.InnerSingleton, Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffers.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheDataBuffers *****************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheEmitterFrame **************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNiagaraSimCacheEmitterFrame); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNiagaraSimCacheEmitterFrame); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LocalBounds_MetaData[] = {
|
||
|
|
{ "Comment", "//-TODO: We may not require these\n" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "-TODO: We may not require these" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TotalSpawnedParticles_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParticleDataBuffers_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheEmitterFrame constinit property declarations ******
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LocalBounds;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_TotalSpawnedParticles;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ParticleDataBuffers;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheEmitterFrame constinit property declarations ********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNiagaraSimCacheEmitterFrame>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNiagaraSimCacheEmitterFrame;
|
||
|
|
class UScriptStruct* FNiagaraSimCacheEmitterFrame::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheEmitterFrame.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FNiagaraSimCacheEmitterFrame.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("NiagaraSimCacheEmitterFrame"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FNiagaraSimCacheEmitterFrame.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheEmitterFrame Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::NewProp_LocalBounds = { "LocalBounds", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheEmitterFrame, LocalBounds), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LocalBounds_MetaData), NewProp_LocalBounds_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::NewProp_TotalSpawnedParticles = { "TotalSpawnedParticles", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheEmitterFrame, TotalSpawnedParticles), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TotalSpawnedParticles_MetaData), NewProp_TotalSpawnedParticles_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::NewProp_ParticleDataBuffers = { "ParticleDataBuffers", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheEmitterFrame, ParticleDataBuffers), Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParticleDataBuffers_MetaData), NewProp_ParticleDataBuffers_MetaData) }; // 2809500834
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::NewProp_LocalBounds,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::NewProp_TotalSpawnedParticles,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::NewProp_ParticleDataBuffers,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheEmitterFrame Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"NiagaraSimCacheEmitterFrame",
|
||
|
|
Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::PropPointers),
|
||
|
|
sizeof(FNiagaraSimCacheEmitterFrame),
|
||
|
|
alignof(FNiagaraSimCacheEmitterFrame),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheEmitterFrame.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheEmitterFrame.InnerSingleton, Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheEmitterFrame.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheEmitterFrame ****************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheSystemFrame ***************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNiagaraSimCacheSystemFrame); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNiagaraSimCacheSystemFrame); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LocalBounds_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SystemDataBuffers_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheSystemFrame constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LocalBounds;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SystemDataBuffers;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheSystemFrame constinit property declarations *********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNiagaraSimCacheSystemFrame>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNiagaraSimCacheSystemFrame;
|
||
|
|
class UScriptStruct* FNiagaraSimCacheSystemFrame::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheSystemFrame.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FNiagaraSimCacheSystemFrame.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("NiagaraSimCacheSystemFrame"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FNiagaraSimCacheSystemFrame.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheSystemFrame Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics::NewProp_LocalBounds = { "LocalBounds", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheSystemFrame, LocalBounds), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LocalBounds_MetaData), NewProp_LocalBounds_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics::NewProp_SystemDataBuffers = { "SystemDataBuffers", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheSystemFrame, SystemDataBuffers), Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SystemDataBuffers_MetaData), NewProp_SystemDataBuffers_MetaData) }; // 2809500834
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics::NewProp_LocalBounds,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics::NewProp_SystemDataBuffers,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheSystemFrame Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"NiagaraSimCacheSystemFrame",
|
||
|
|
Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics::PropPointers),
|
||
|
|
sizeof(FNiagaraSimCacheSystemFrame),
|
||
|
|
alignof(FNiagaraSimCacheSystemFrame),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheSystemFrame.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheSystemFrame.InnerSingleton, Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheSystemFrame.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheSystemFrame *****************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheFrame *********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNiagaraSimCacheFrame); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNiagaraSimCacheFrame); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LocalToWorld_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LWCTile_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SimulationAge_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SimulationTickCount_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SystemData_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EmitterData_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheFrame constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LocalToWorld;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LWCTile;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_SimulationAge;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SimulationTickCount;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SystemData;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_EmitterData_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_EmitterData;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheFrame constinit property declarations ***************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNiagaraSimCacheFrame>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNiagaraSimCacheFrame;
|
||
|
|
class UScriptStruct* FNiagaraSimCacheFrame::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheFrame.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FNiagaraSimCacheFrame.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNiagaraSimCacheFrame, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("NiagaraSimCacheFrame"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FNiagaraSimCacheFrame.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheFrame Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_LocalToWorld = { "LocalToWorld", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheFrame, LocalToWorld), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LocalToWorld_MetaData), NewProp_LocalToWorld_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_LWCTile = { "LWCTile", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheFrame, LWCTile), Z_Construct_UScriptStruct_FVector3f, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LWCTile_MetaData), NewProp_LWCTile_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_SimulationAge = { "SimulationAge", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheFrame, SimulationAge), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SimulationAge_MetaData), NewProp_SimulationAge_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_SimulationTickCount = { "SimulationTickCount", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheFrame, SimulationTickCount), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SimulationTickCount_MetaData), NewProp_SimulationTickCount_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_SystemData = { "SystemData", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheFrame, SystemData), Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SystemData_MetaData), NewProp_SystemData_MetaData) }; // 657243255
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_EmitterData_Inner = { "EmitterData", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame, METADATA_PARAMS(0, nullptr) }; // 766003273
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_EmitterData = { "EmitterData", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheFrame, EmitterData), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EmitterData_MetaData), NewProp_EmitterData_MetaData) }; // 766003273
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_LocalToWorld,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_LWCTile,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_SimulationAge,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_SimulationTickCount,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_SystemData,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_EmitterData_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewProp_EmitterData,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheFrame Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"NiagaraSimCacheFrame",
|
||
|
|
Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::PropPointers),
|
||
|
|
sizeof(FNiagaraSimCacheFrame),
|
||
|
|
alignof(FNiagaraSimCacheFrame),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheFrame()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheFrame.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheFrame.InnerSingleton, Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheFrame.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheFrame ***********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheVariable ******************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNiagaraSimCacheVariable); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNiagaraSimCacheVariable); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Variable_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FloatOffset_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FloatCount_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HalfOffset_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HalfCount_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Int32Offset_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Int32Count_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheVariable constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Variable;
|
||
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_FloatOffset;
|
||
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_FloatCount;
|
||
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_HalfOffset;
|
||
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_HalfCount;
|
||
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_Int32Offset;
|
||
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_Int32Count;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheVariable constinit property declarations ************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNiagaraSimCacheVariable>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNiagaraSimCacheVariable;
|
||
|
|
class UScriptStruct* FNiagaraSimCacheVariable::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheVariable.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FNiagaraSimCacheVariable.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNiagaraSimCacheVariable, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("NiagaraSimCacheVariable"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FNiagaraSimCacheVariable.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheVariable Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_Variable = { "Variable", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheVariable, Variable), Z_Construct_UScriptStruct_FNiagaraVariableBase, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Variable_MetaData), NewProp_Variable_MetaData) }; // 1942131782
|
||
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_FloatOffset = { "FloatOffset", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheVariable, FloatOffset), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FloatOffset_MetaData), NewProp_FloatOffset_MetaData) };
|
||
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_FloatCount = { "FloatCount", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheVariable, FloatCount), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FloatCount_MetaData), NewProp_FloatCount_MetaData) };
|
||
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_HalfOffset = { "HalfOffset", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheVariable, HalfOffset), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HalfOffset_MetaData), NewProp_HalfOffset_MetaData) };
|
||
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_HalfCount = { "HalfCount", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheVariable, HalfCount), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HalfCount_MetaData), NewProp_HalfCount_MetaData) };
|
||
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_Int32Offset = { "Int32Offset", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheVariable, Int32Offset), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Int32Offset_MetaData), NewProp_Int32Offset_MetaData) };
|
||
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_Int32Count = { "Int32Count", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheVariable, Int32Count), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Int32Count_MetaData), NewProp_Int32Count_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_Variable,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_FloatOffset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_FloatCount,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_HalfOffset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_HalfCount,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_Int32Offset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewProp_Int32Count,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheVariable Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"NiagaraSimCacheVariable",
|
||
|
|
Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::PropPointers),
|
||
|
|
sizeof(FNiagaraSimCacheVariable),
|
||
|
|
alignof(FNiagaraSimCacheVariable),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheVariable()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheVariable.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheVariable.InnerSingleton, Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheVariable.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheVariable ********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheDataBuffersLayout *********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNiagaraSimCacheDataBuffersLayout); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNiagaraSimCacheDataBuffersLayout); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LayoutName_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SimTarget_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Variables_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FloatCount_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HalfCount_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Int32Count_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLocalSpace_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowInterpolation_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowVelocityExtrapolation_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RebaseVariableNames_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InterpVariableNames_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ComponentVelocity_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheDataBuffersLayout constinit property declarations *
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_LayoutName;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_SimTarget_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_SimTarget;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Variables_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Variables;
|
||
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_FloatCount;
|
||
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_HalfCount;
|
||
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_Int32Count;
|
||
|
|
static void NewProp_bLocalSpace_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLocalSpace;
|
||
|
|
static void NewProp_bAllowInterpolation_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowInterpolation;
|
||
|
|
static void NewProp_bAllowVelocityExtrapolation_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowVelocityExtrapolation;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_RebaseVariableNames_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_RebaseVariableNames;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InterpVariableNames_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_InterpVariableNames;
|
||
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_ComponentVelocity;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheDataBuffersLayout constinit property declarations ***
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNiagaraSimCacheDataBuffersLayout>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffersLayout;
|
||
|
|
class UScriptStruct* FNiagaraSimCacheDataBuffersLayout::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffersLayout.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffersLayout.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("NiagaraSimCacheDataBuffersLayout"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffersLayout.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheDataBuffersLayout Property Definitions ************
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_LayoutName = { "LayoutName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheDataBuffersLayout, LayoutName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LayoutName_MetaData), NewProp_LayoutName_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_SimTarget_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_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_SimTarget = { "SimTarget", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheDataBuffersLayout, SimTarget), Z_Construct_UEnum_Niagara_ENiagaraSimTarget, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SimTarget_MetaData), NewProp_SimTarget_MetaData) }; // 3877384297
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_Variables_Inner = { "Variables", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FNiagaraSimCacheVariable, METADATA_PARAMS(0, nullptr) }; // 3106886404
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_Variables = { "Variables", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheDataBuffersLayout, Variables), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Variables_MetaData), NewProp_Variables_MetaData) }; // 3106886404
|
||
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_FloatCount = { "FloatCount", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheDataBuffersLayout, FloatCount), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FloatCount_MetaData), NewProp_FloatCount_MetaData) };
|
||
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_HalfCount = { "HalfCount", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheDataBuffersLayout, HalfCount), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HalfCount_MetaData), NewProp_HalfCount_MetaData) };
|
||
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_Int32Count = { "Int32Count", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheDataBuffersLayout, Int32Count), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Int32Count_MetaData), NewProp_Int32Count_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_bLocalSpace_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FNiagaraSimCacheDataBuffersLayout*)Obj)->bLocalSpace = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_bLocalSpace = { "bLocalSpace", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNiagaraSimCacheDataBuffersLayout), &Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_bLocalSpace_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLocalSpace_MetaData), NewProp_bLocalSpace_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_bAllowInterpolation_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FNiagaraSimCacheDataBuffersLayout*)Obj)->bAllowInterpolation = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_bAllowInterpolation = { "bAllowInterpolation", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNiagaraSimCacheDataBuffersLayout), &Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_bAllowInterpolation_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowInterpolation_MetaData), NewProp_bAllowInterpolation_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_bAllowVelocityExtrapolation_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FNiagaraSimCacheDataBuffersLayout*)Obj)->bAllowVelocityExtrapolation = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_bAllowVelocityExtrapolation = { "bAllowVelocityExtrapolation", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNiagaraSimCacheDataBuffersLayout), &Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_bAllowVelocityExtrapolation_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowVelocityExtrapolation_MetaData), NewProp_bAllowVelocityExtrapolation_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_RebaseVariableNames_Inner = { "RebaseVariableNames", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_RebaseVariableNames = { "RebaseVariableNames", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheDataBuffersLayout, RebaseVariableNames), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RebaseVariableNames_MetaData), NewProp_RebaseVariableNames_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_InterpVariableNames_Inner = { "InterpVariableNames", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_InterpVariableNames = { "InterpVariableNames", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheDataBuffersLayout, InterpVariableNames), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InterpVariableNames_MetaData), NewProp_InterpVariableNames_MetaData) };
|
||
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_ComponentVelocity = { "ComponentVelocity", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheDataBuffersLayout, ComponentVelocity), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ComponentVelocity_MetaData), NewProp_ComponentVelocity_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_LayoutName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_SimTarget_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_SimTarget,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_Variables_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_Variables,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_FloatCount,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_HalfCount,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_Int32Count,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_bLocalSpace,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_bAllowInterpolation,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_bAllowVelocityExtrapolation,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_RebaseVariableNames_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_RebaseVariableNames,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_InterpVariableNames_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_InterpVariableNames,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewProp_ComponentVelocity,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheDataBuffersLayout Property Definitions **************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"NiagaraSimCacheDataBuffersLayout",
|
||
|
|
Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::PropPointers),
|
||
|
|
sizeof(FNiagaraSimCacheDataBuffersLayout),
|
||
|
|
alignof(FNiagaraSimCacheDataBuffersLayout),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffersLayout.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffersLayout.InnerSingleton, Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffersLayout.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheDataBuffersLayout ***********************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheLayout ********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNiagaraSimCacheLayout); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNiagaraSimCacheLayout); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SystemLayout_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EmitterLayouts_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheLayout constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SystemLayout;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_EmitterLayouts_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_EmitterLayouts;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheLayout constinit property declarations **************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNiagaraSimCacheLayout>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNiagaraSimCacheLayout;
|
||
|
|
class UScriptStruct* FNiagaraSimCacheLayout::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheLayout.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FNiagaraSimCacheLayout.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNiagaraSimCacheLayout, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("NiagaraSimCacheLayout"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FNiagaraSimCacheLayout.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNiagaraSimCacheLayout Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::NewProp_SystemLayout = { "SystemLayout", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheLayout, SystemLayout), Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SystemLayout_MetaData), NewProp_SystemLayout_MetaData) }; // 2185074845
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::NewProp_EmitterLayouts_Inner = { "EmitterLayouts", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout, METADATA_PARAMS(0, nullptr) }; // 2185074845
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::NewProp_EmitterLayouts = { "EmitterLayouts", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSimCacheLayout, EmitterLayouts), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EmitterLayouts_MetaData), NewProp_EmitterLayouts_MetaData) }; // 2185074845
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::NewProp_SystemLayout,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::NewProp_EmitterLayouts_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::NewProp_EmitterLayouts,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheLayout Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"NiagaraSimCacheLayout",
|
||
|
|
Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::PropPointers),
|
||
|
|
sizeof(FNiagaraSimCacheLayout),
|
||
|
|
alignof(FNiagaraSimCacheLayout),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheLayout()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNiagaraSimCacheLayout.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheLayout.InnerSingleton, Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNiagaraSimCacheLayout.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FNiagaraSimCacheLayout **********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function GetAttributeCaptureMode ************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventGetAttributeCaptureMode_Parms
|
||
|
|
{
|
||
|
|
ENiagaraSimCacheAttributeCaptureMode ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/**\x09How were the attributes captured for this sim cache. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "How were the attributes captured for this sim cache." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetAttributeCaptureMode constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetAttributeCaptureMode constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetAttributeCaptureMode Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::NewProp_ReturnValue_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_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventGetAttributeCaptureMode_Parms, ReturnValue), Z_Construct_UEnum_Niagara_ENiagaraSimCacheAttributeCaptureMode, METADATA_PARAMS(0, nullptr) }; // 2330886073
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::NewProp_ReturnValue_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetAttributeCaptureMode Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "GetAttributeCaptureMode", Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::NiagaraSimCache_eventGetAttributeCaptureMode_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::NiagaraSimCache_eventGetAttributeCaptureMode_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execGetAttributeCaptureMode)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(ENiagaraSimCacheAttributeCaptureMode*)Z_Param__Result=P_THIS->GetAttributeCaptureMode();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function GetAttributeCaptureMode **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function GetEmitterName *********************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventGetEmitterName_Parms
|
||
|
|
{
|
||
|
|
int32 EmitterIndex;
|
||
|
|
FName ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/** Get the emitter name at the provided index. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Get the emitter name at the provided index." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetEmitterName constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_EmitterIndex;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetEmitterName constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetEmitterName Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::NewProp_EmitterIndex = { "EmitterIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventGetEmitterName_Parms, EmitterIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventGetEmitterName_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::NewProp_EmitterIndex,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetEmitterName Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "GetEmitterName", Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::NiagaraSimCache_eventGetEmitterName_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::NiagaraSimCache_eventGetEmitterName_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execGetEmitterName)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_EmitterIndex);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FName*)Z_Param__Result=P_THIS->GetEmitterName(Z_Param_EmitterIndex);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function GetEmitterName ***********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function GetEmitterNames ********************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventGetEmitterNames_Parms
|
||
|
|
{
|
||
|
|
TArray<FName> ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/** Returns a list of emitters we have captured in the SimCache. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Returns a list of emitters we have captured in the SimCache." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetEmitterNames constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetEmitterNames constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetEmitterNames Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventGetEmitterNames_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::NewProp_ReturnValue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetEmitterNames Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "GetEmitterNames", Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::NiagaraSimCache_eventGetEmitterNames_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::NiagaraSimCache_eventGetEmitterNames_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execGetEmitterNames)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(TArray<FName>*)Z_Param__Result=P_THIS->GetEmitterNames();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function GetEmitterNames **********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function GetNumEmitters *********************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventGetNumEmitters_Parms
|
||
|
|
{
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/** Get number of emitters stored inside the cache. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Get number of emitters stored inside the cache." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetNumEmitters constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetNumEmitters constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetNumEmitters Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventGetNumEmitters_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetNumEmitters Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "GetNumEmitters", Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters_Statics::NiagaraSimCache_eventGetNumEmitters_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters_Statics::NiagaraSimCache_eventGetNumEmitters_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execGetNumEmitters)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=P_THIS->GetNumEmitters();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function GetNumEmitters ***********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function GetNumFrames ***********************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventGetNumFrames_Parms
|
||
|
|
{
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/** Get number of frames stored in the cache. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Get number of frames stored in the cache." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetNumFrames constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetNumFrames constinit property declarations ****************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetNumFrames Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventGetNumFrames_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetNumFrames Property Definitions ***************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "GetNumFrames", Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames_Statics::NiagaraSimCache_eventGetNumFrames_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames_Statics::NiagaraSimCache_eventGetNumFrames_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execGetNumFrames)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=P_THIS->GetNumFrames();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function GetNumFrames *************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function GetStartSeconds ********************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventGetStartSeconds_Parms
|
||
|
|
{
|
||
|
|
float ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/** Get the time the simulation was at when recorded. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Get the time the simulation was at when recorded." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetStartSeconds constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetStartSeconds constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetStartSeconds Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventGetStartSeconds_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetStartSeconds Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "GetStartSeconds", Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds_Statics::NiagaraSimCache_eventGetStartSeconds_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds_Statics::NiagaraSimCache_eventGetStartSeconds_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execGetStartSeconds)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(float*)Z_Param__Result=P_THIS->GetStartSeconds();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function GetStartSeconds **********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function IsCacheValid ***********************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventIsCacheValid_Parms
|
||
|
|
{
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/** A valid cache is one that contains at least 1 frames worth of data. */" },
|
||
|
|
{ "DisplayName", "IsValid" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "A valid cache is one that contains at least 1 frames worth of data." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function IsCacheValid constinit property declarations **************************
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function IsCacheValid constinit property declarations ****************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function IsCacheValid Property Definitions *************************************
|
||
|
|
void Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((NiagaraSimCache_eventIsCacheValid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_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(NiagaraSimCache_eventIsCacheValid_Parms), &Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function IsCacheValid Property Definitions ***************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "IsCacheValid", Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics::NiagaraSimCache_eventIsCacheValid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics::NiagaraSimCache_eventIsCacheValid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execIsCacheValid)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->IsCacheValid();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function IsCacheValid *************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function IsEmpty ****************************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventIsEmpty_Parms
|
||
|
|
{
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/** An empty cache contains no frame data and can not be used */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "An empty cache contains no frame data and can not be used" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function IsEmpty constinit property declarations *******************************
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function IsEmpty constinit property declarations *********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function IsEmpty Property Definitions ******************************************
|
||
|
|
void Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((NiagaraSimCache_eventIsEmpty_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_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(NiagaraSimCache_eventIsEmpty_Parms), &Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function IsEmpty Property Definitions ********************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "IsEmpty", Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics::NiagaraSimCache_eventIsEmpty_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics::NiagaraSimCache_eventIsEmpty_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_IsEmpty()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_IsEmpty_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execIsEmpty)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->IsEmpty();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function IsEmpty ******************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function ReadColorAttribute *****************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventReadColorAttribute_Parms
|
||
|
|
{
|
||
|
|
TArray<FLinearColor> OutValues;
|
||
|
|
FName AttributeName;
|
||
|
|
FName EmitterName;
|
||
|
|
int32 FrameIndex;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/**\n\x09Reads Niagara Color attributes by name from the cache frame and appends them into the OutValues array.\n\x09""EmitterName - If left blank will return the system simulation attributes.\n\x09*/" },
|
||
|
|
{ "CPP_Default_AttributeName", "Color" },
|
||
|
|
{ "CPP_Default_EmitterName", "None" },
|
||
|
|
{ "CPP_Default_FrameIndex", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Reads Niagara Color attributes by name from the cache frame and appends them into the OutValues array.\nEmitterName - If left blank will return the system simulation attributes." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ReadColorAttribute constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutValues_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutValues;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AttributeName;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameIndex;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ReadColorAttribute constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ReadColorAttribute Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::NewProp_OutValues_Inner = { "OutValues", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::NewProp_OutValues = { "OutValues", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadColorAttribute_Parms, OutValues), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::NewProp_AttributeName = { "AttributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadColorAttribute_Parms, AttributeName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadColorAttribute_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::NewProp_FrameIndex = { "FrameIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadColorAttribute_Parms, FrameIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::NewProp_OutValues_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::NewProp_OutValues,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::NewProp_AttributeName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::NewProp_EmitterName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::NewProp_FrameIndex,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ReadColorAttribute Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "ReadColorAttribute", Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::NiagaraSimCache_eventReadColorAttribute_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::NiagaraSimCache_eventReadColorAttribute_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execReadColorAttribute)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FLinearColor,Z_Param_Out_OutValues);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_AttributeName);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_FrameIndex);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->ReadColorAttribute(Z_Param_Out_OutValues,Z_Param_AttributeName,Z_Param_EmitterName,Z_Param_FrameIndex);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function ReadColorAttribute *******************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function ReadDataInterfaceAs ****************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventReadDataInterfaceAs_Parms
|
||
|
|
{
|
||
|
|
UClass* RequestedType;
|
||
|
|
FName AttributeName;
|
||
|
|
int32 FrameIndex;
|
||
|
|
UObject* ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/**\n\x09Reads data interface data from the cache as the requested type.\n\x09This method will return nullptr if the attribute does not exists or the requests type is not supported by the storage type.\n\x09*/" },
|
||
|
|
{ "CPP_Default_FrameIndex", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Reads data interface data from the cache as the requested type.\nThis method will return nullptr if the attribute does not exists or the requests type is not supported by the storage type." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ReadDataInterfaceAs constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_RequestedType;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AttributeName;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameIndex;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ReadDataInterfaceAs constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ReadDataInterfaceAs Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::NewProp_RequestedType = { "RequestedType", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadDataInterfaceAs_Parms, RequestedType), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::NewProp_AttributeName = { "AttributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadDataInterfaceAs_Parms, AttributeName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::NewProp_FrameIndex = { "FrameIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadDataInterfaceAs_Parms, FrameIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadDataInterfaceAs_Parms, ReturnValue), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::NewProp_RequestedType,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::NewProp_AttributeName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::NewProp_FrameIndex,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ReadDataInterfaceAs Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "ReadDataInterfaceAs", Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::NiagaraSimCache_eventReadDataInterfaceAs_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::NiagaraSimCache_eventReadDataInterfaceAs_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execReadDataInterfaceAs)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UClass,Z_Param_RequestedType);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_AttributeName);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_FrameIndex);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(UObject**)Z_Param__Result=P_THIS->ReadDataInterfaceAs(Z_Param_RequestedType,Z_Param_AttributeName,Z_Param_FrameIndex);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function ReadDataInterfaceAs ******************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function ReadFloatAttribute *****************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventReadFloatAttribute_Parms
|
||
|
|
{
|
||
|
|
TArray<float> OutValues;
|
||
|
|
FName AttributeName;
|
||
|
|
FName EmitterName;
|
||
|
|
int32 FrameIndex;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/**\n\x09Reads Niagara float attributes by name from the cache frame and appends them into the OutValues array.\n\x09""EmitterName - If left blank will return the system simulation attributes.\n\x09*/" },
|
||
|
|
{ "CPP_Default_FrameIndex", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Reads Niagara float attributes by name from the cache frame and appends them into the OutValues array.\nEmitterName - If left blank will return the system simulation attributes." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ReadFloatAttribute constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_OutValues_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutValues;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AttributeName;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameIndex;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ReadFloatAttribute constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ReadFloatAttribute Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::NewProp_OutValues_Inner = { "OutValues", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::NewProp_OutValues = { "OutValues", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadFloatAttribute_Parms, OutValues), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::NewProp_AttributeName = { "AttributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadFloatAttribute_Parms, AttributeName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadFloatAttribute_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::NewProp_FrameIndex = { "FrameIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadFloatAttribute_Parms, FrameIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::NewProp_OutValues_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::NewProp_OutValues,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::NewProp_AttributeName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::NewProp_EmitterName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::NewProp_FrameIndex,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ReadFloatAttribute Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "ReadFloatAttribute", Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::NiagaraSimCache_eventReadFloatAttribute_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::NiagaraSimCache_eventReadFloatAttribute_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execReadFloatAttribute)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(float,Z_Param_Out_OutValues);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_AttributeName);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_FrameIndex);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->ReadFloatAttribute(Z_Param_Out_OutValues,Z_Param_AttributeName,Z_Param_EmitterName,Z_Param_FrameIndex);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function ReadFloatAttribute *******************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function ReadIDAttribute ********************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventReadIDAttribute_Parms
|
||
|
|
{
|
||
|
|
TArray<FNiagaraID> OutValues;
|
||
|
|
FName AttributeName;
|
||
|
|
FName EmitterName;
|
||
|
|
int32 FrameIndex;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/**\n\x09Reads Niagara ID attributes by name from the cache frame and appends them into the OutValues array.\n\x09""EmitterName - If left blank will return the system simulation attributes.\n\x09*/" },
|
||
|
|
{ "CPP_Default_FrameIndex", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Reads Niagara ID attributes by name from the cache frame and appends them into the OutValues array.\nEmitterName - If left blank will return the system simulation attributes." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ReadIDAttribute constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutValues_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutValues;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AttributeName;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameIndex;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ReadIDAttribute constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ReadIDAttribute Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::NewProp_OutValues_Inner = { "OutValues", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FNiagaraID, METADATA_PARAMS(0, nullptr) }; // 840931007
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::NewProp_OutValues = { "OutValues", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadIDAttribute_Parms, OutValues), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 840931007
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::NewProp_AttributeName = { "AttributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadIDAttribute_Parms, AttributeName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadIDAttribute_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::NewProp_FrameIndex = { "FrameIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadIDAttribute_Parms, FrameIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::NewProp_OutValues_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::NewProp_OutValues,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::NewProp_AttributeName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::NewProp_EmitterName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::NewProp_FrameIndex,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ReadIDAttribute Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "ReadIDAttribute", Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::NiagaraSimCache_eventReadIDAttribute_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::NiagaraSimCache_eventReadIDAttribute_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execReadIDAttribute)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FNiagaraID,Z_Param_Out_OutValues);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_AttributeName);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_FrameIndex);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->ReadIDAttribute(Z_Param_Out_OutValues,Z_Param_AttributeName,Z_Param_EmitterName,Z_Param_FrameIndex);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function ReadIDAttribute **********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function ReadIntAttribute *******************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventReadIntAttribute_Parms
|
||
|
|
{
|
||
|
|
TArray<int32> OutValues;
|
||
|
|
FName AttributeName;
|
||
|
|
FName EmitterName;
|
||
|
|
int32 FrameIndex;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/**\n\x09Reads Niagara int attributes by name from the cache frame and appends them into the OutValues array.\n\x09""EmitterName - If left blank will return the system simulation attributes.\n\x09*/" },
|
||
|
|
{ "CPP_Default_FrameIndex", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Reads Niagara int attributes by name from the cache frame and appends them into the OutValues array.\nEmitterName - If left blank will return the system simulation attributes." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ReadIntAttribute constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_OutValues_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutValues;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AttributeName;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameIndex;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ReadIntAttribute constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ReadIntAttribute Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::NewProp_OutValues_Inner = { "OutValues", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::NewProp_OutValues = { "OutValues", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadIntAttribute_Parms, OutValues), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::NewProp_AttributeName = { "AttributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadIntAttribute_Parms, AttributeName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadIntAttribute_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::NewProp_FrameIndex = { "FrameIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadIntAttribute_Parms, FrameIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::NewProp_OutValues_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::NewProp_OutValues,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::NewProp_AttributeName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::NewProp_EmitterName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::NewProp_FrameIndex,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ReadIntAttribute Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "ReadIntAttribute", Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::NiagaraSimCache_eventReadIntAttribute_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::NiagaraSimCache_eventReadIntAttribute_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execReadIntAttribute)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(int32,Z_Param_Out_OutValues);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_AttributeName);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_FrameIndex);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->ReadIntAttribute(Z_Param_Out_OutValues,Z_Param_AttributeName,Z_Param_EmitterName,Z_Param_FrameIndex);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function ReadIntAttribute *********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function ReadPositionAttribute **************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventReadPositionAttribute_Parms
|
||
|
|
{
|
||
|
|
TArray<FVector> OutValues;
|
||
|
|
FName AttributeName;
|
||
|
|
FName EmitterName;
|
||
|
|
bool bLocalSpaceToWorld;
|
||
|
|
int32 FrameIndex;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "AdvancedDisplay", "bLocalSpaceToWorld" },
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/**\n\x09Reads Niagara Position attributes by name from the cache frame and appends them into the OutValues array.\n\x09Local space emitters provide data at local locations unless bLocalSpaceToWorld is true.\n\x09""EmitterName - If left blank will return the system simulation attributes.\n\x09LocalSpaceToWorld - Caches are always stored in the emitters space, i.e. local or world space. You can set this to false if you want the local position rather than the world position.\n\x09*/" },
|
||
|
|
{ "CPP_Default_AttributeName", "Position" },
|
||
|
|
{ "CPP_Default_bLocalSpaceToWorld", "true" },
|
||
|
|
{ "CPP_Default_EmitterName", "None" },
|
||
|
|
{ "CPP_Default_FrameIndex", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Reads Niagara Position attributes by name from the cache frame and appends them into the OutValues array.\nLocal space emitters provide data at local locations unless bLocalSpaceToWorld is true.\nEmitterName - If left blank will return the system simulation attributes.\nLocalSpaceToWorld - Caches are always stored in the emitters space, i.e. local or world space. You can set this to false if you want the local position rather than the world position." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ReadPositionAttribute constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutValues_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutValues;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AttributeName;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
|
||
|
|
static void NewProp_bLocalSpaceToWorld_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLocalSpaceToWorld;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameIndex;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ReadPositionAttribute constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ReadPositionAttribute Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_OutValues_Inner = { "OutValues", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_OutValues = { "OutValues", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadPositionAttribute_Parms, OutValues), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_AttributeName = { "AttributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadPositionAttribute_Parms, AttributeName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadPositionAttribute_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_bLocalSpaceToWorld_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((NiagaraSimCache_eventReadPositionAttribute_Parms*)Obj)->bLocalSpaceToWorld = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_bLocalSpaceToWorld = { "bLocalSpaceToWorld", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraSimCache_eventReadPositionAttribute_Parms), &Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_bLocalSpaceToWorld_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_FrameIndex = { "FrameIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadPositionAttribute_Parms, FrameIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_OutValues_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_OutValues,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_AttributeName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_EmitterName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_bLocalSpaceToWorld,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NewProp_FrameIndex,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ReadPositionAttribute Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "ReadPositionAttribute", Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NiagaraSimCache_eventReadPositionAttribute_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::NiagaraSimCache_eventReadPositionAttribute_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execReadPositionAttribute)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_OutValues);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_AttributeName);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
|
||
|
|
P_GET_UBOOL(Z_Param_bLocalSpaceToWorld);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_FrameIndex);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->ReadPositionAttribute(Z_Param_Out_OutValues,Z_Param_AttributeName,Z_Param_EmitterName,Z_Param_bLocalSpaceToWorld,Z_Param_FrameIndex);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function ReadPositionAttribute ****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function ReadPositionAttributeWithRebase ****************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventReadPositionAttributeWithRebase_Parms
|
||
|
|
{
|
||
|
|
TArray<FVector> OutValues;
|
||
|
|
FTransform Transform;
|
||
|
|
FName AttributeName;
|
||
|
|
FName EmitterName;
|
||
|
|
int32 FrameIndex;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/**\n\x09Reads Niagara Position attributes by name from the cache frame and appends them into the OutValues array.\n\x09""All attributes read with this method will be re-based from the captured space into the provided transform space,\n\x09this will occur even if the cache was not captured with re-basing enabled.\n\x09""EmitterName - If left blank will return the system simulation attributes.\n\x09*/" },
|
||
|
|
{ "CPP_Default_AttributeName", "Position" },
|
||
|
|
{ "CPP_Default_EmitterName", "None" },
|
||
|
|
{ "CPP_Default_FrameIndex", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Reads Niagara Position attributes by name from the cache frame and appends them into the OutValues array.\nAll attributes read with this method will be re-based from the captured space into the provided transform space,\nthis will occur even if the cache was not captured with re-basing enabled.\nEmitterName - If left blank will return the system simulation attributes." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ReadPositionAttributeWithRebase constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutValues_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutValues;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Transform;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AttributeName;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameIndex;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ReadPositionAttributeWithRebase constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ReadPositionAttributeWithRebase Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NewProp_OutValues_Inner = { "OutValues", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NewProp_OutValues = { "OutValues", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadPositionAttributeWithRebase_Parms, OutValues), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NewProp_Transform = { "Transform", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadPositionAttributeWithRebase_Parms, Transform), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NewProp_AttributeName = { "AttributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadPositionAttributeWithRebase_Parms, AttributeName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadPositionAttributeWithRebase_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NewProp_FrameIndex = { "FrameIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadPositionAttributeWithRebase_Parms, FrameIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NewProp_OutValues_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NewProp_OutValues,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NewProp_Transform,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NewProp_AttributeName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NewProp_EmitterName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NewProp_FrameIndex,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ReadPositionAttributeWithRebase Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "ReadPositionAttributeWithRebase", Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NiagaraSimCache_eventReadPositionAttributeWithRebase_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::NiagaraSimCache_eventReadPositionAttributeWithRebase_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execReadPositionAttributeWithRebase)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_OutValues);
|
||
|
|
P_GET_STRUCT(FTransform,Z_Param_Transform);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_AttributeName);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_FrameIndex);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->ReadPositionAttributeWithRebase(Z_Param_Out_OutValues,Z_Param_Transform,Z_Param_AttributeName,Z_Param_EmitterName,Z_Param_FrameIndex);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function ReadPositionAttributeWithRebase ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function ReadQuatAttribute ******************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventReadQuatAttribute_Parms
|
||
|
|
{
|
||
|
|
TArray<FQuat> OutValues;
|
||
|
|
FName AttributeName;
|
||
|
|
FName EmitterName;
|
||
|
|
bool bLocalSpaceToWorld;
|
||
|
|
int32 FrameIndex;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "AdvancedDisplay", "bLocalSpaceToWorld" },
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/**\n\x09Reads Niagara Quaternion attributes by name from the cache frame and appends them into the OutValues array.\n\x09Local space emitters provide data at local rotation unless bLocalSpaceToWorld is true.\n\x09""EmitterName - If left blank will return the system simulation attributes.\n\x09LocalSpaceToWorld - Caches are always stored in the emitters space, i.e. local or world space. You can set this to false if you want the local Quat rather than the world Quat.\n\x09*/" },
|
||
|
|
{ "CPP_Default_AttributeName", "MeshOrientation" },
|
||
|
|
{ "CPP_Default_bLocalSpaceToWorld", "true" },
|
||
|
|
{ "CPP_Default_EmitterName", "None" },
|
||
|
|
{ "CPP_Default_FrameIndex", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Reads Niagara Quaternion attributes by name from the cache frame and appends them into the OutValues array.\nLocal space emitters provide data at local rotation unless bLocalSpaceToWorld is true.\nEmitterName - If left blank will return the system simulation attributes.\nLocalSpaceToWorld - Caches are always stored in the emitters space, i.e. local or world space. You can set this to false if you want the local Quat rather than the world Quat." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ReadQuatAttribute constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutValues_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutValues;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AttributeName;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
|
||
|
|
static void NewProp_bLocalSpaceToWorld_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLocalSpaceToWorld;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameIndex;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ReadQuatAttribute constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ReadQuatAttribute Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_OutValues_Inner = { "OutValues", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_OutValues = { "OutValues", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadQuatAttribute_Parms, OutValues), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_AttributeName = { "AttributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadQuatAttribute_Parms, AttributeName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadQuatAttribute_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_bLocalSpaceToWorld_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((NiagaraSimCache_eventReadQuatAttribute_Parms*)Obj)->bLocalSpaceToWorld = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_bLocalSpaceToWorld = { "bLocalSpaceToWorld", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraSimCache_eventReadQuatAttribute_Parms), &Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_bLocalSpaceToWorld_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_FrameIndex = { "FrameIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadQuatAttribute_Parms, FrameIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_OutValues_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_OutValues,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_AttributeName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_EmitterName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_bLocalSpaceToWorld,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NewProp_FrameIndex,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ReadQuatAttribute Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "ReadQuatAttribute", Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NiagaraSimCache_eventReadQuatAttribute_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::NiagaraSimCache_eventReadQuatAttribute_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execReadQuatAttribute)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FQuat,Z_Param_Out_OutValues);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_AttributeName);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
|
||
|
|
P_GET_UBOOL(Z_Param_bLocalSpaceToWorld);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_FrameIndex);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->ReadQuatAttribute(Z_Param_Out_OutValues,Z_Param_AttributeName,Z_Param_EmitterName,Z_Param_bLocalSpaceToWorld,Z_Param_FrameIndex);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function ReadQuatAttribute ********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function ReadQuatAttributeWithRebase ********************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventReadQuatAttributeWithRebase_Parms
|
||
|
|
{
|
||
|
|
TArray<FQuat> OutValues;
|
||
|
|
FQuat Quat;
|
||
|
|
FName AttributeName;
|
||
|
|
FName EmitterName;
|
||
|
|
int32 FrameIndex;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/**\n\x09Reads Niagara Quaternion attributes by name from the cache frame and appends them into the OutValues array.\n\x09Only attributes that in the rebase list will be transform into the provided Quat space. Therefore the cache\n\x09must be captured with rebasing enabled to have any impact.\n\x09""EmitterName - If left blank will return the system simulation attributes.\n\x09*/" },
|
||
|
|
{ "CPP_Default_AttributeName", "MeshOrientation" },
|
||
|
|
{ "CPP_Default_EmitterName", "None" },
|
||
|
|
{ "CPP_Default_FrameIndex", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Reads Niagara Quaternion attributes by name from the cache frame and appends them into the OutValues array.\nOnly attributes that in the rebase list will be transform into the provided Quat space. Therefore the cache\nmust be captured with rebasing enabled to have any impact.\nEmitterName - If left blank will return the system simulation attributes." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ReadQuatAttributeWithRebase constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutValues_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutValues;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Quat;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AttributeName;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameIndex;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ReadQuatAttributeWithRebase constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ReadQuatAttributeWithRebase Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NewProp_OutValues_Inner = { "OutValues", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NewProp_OutValues = { "OutValues", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadQuatAttributeWithRebase_Parms, OutValues), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NewProp_Quat = { "Quat", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadQuatAttributeWithRebase_Parms, Quat), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NewProp_AttributeName = { "AttributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadQuatAttributeWithRebase_Parms, AttributeName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadQuatAttributeWithRebase_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NewProp_FrameIndex = { "FrameIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadQuatAttributeWithRebase_Parms, FrameIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NewProp_OutValues_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NewProp_OutValues,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NewProp_Quat,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NewProp_AttributeName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NewProp_EmitterName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NewProp_FrameIndex,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ReadQuatAttributeWithRebase Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "ReadQuatAttributeWithRebase", Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NiagaraSimCache_eventReadQuatAttributeWithRebase_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::NiagaraSimCache_eventReadQuatAttributeWithRebase_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execReadQuatAttributeWithRebase)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FQuat,Z_Param_Out_OutValues);
|
||
|
|
P_GET_STRUCT(FQuat,Z_Param_Quat);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_AttributeName);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_FrameIndex);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->ReadQuatAttributeWithRebase(Z_Param_Out_OutValues,Z_Param_Quat,Z_Param_AttributeName,Z_Param_EmitterName,Z_Param_FrameIndex);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function ReadQuatAttributeWithRebase **********************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function ReadVector2Attribute ***************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventReadVector2Attribute_Parms
|
||
|
|
{
|
||
|
|
TArray<FVector2D> OutValues;
|
||
|
|
FName AttributeName;
|
||
|
|
FName EmitterName;
|
||
|
|
int32 FrameIndex;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/**\n\x09Reads Niagara Vec2 attributes by name from the cache frame and appends them into the OutValues array.\n\x09""EmitterName - If left blank will return the system simulation attributes.\n\x09*/" },
|
||
|
|
{ "CPP_Default_FrameIndex", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Reads Niagara Vec2 attributes by name from the cache frame and appends them into the OutValues array.\nEmitterName - If left blank will return the system simulation attributes." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ReadVector2Attribute constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutValues_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutValues;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AttributeName;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameIndex;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ReadVector2Attribute constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ReadVector2Attribute Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::NewProp_OutValues_Inner = { "OutValues", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::NewProp_OutValues = { "OutValues", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadVector2Attribute_Parms, OutValues), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::NewProp_AttributeName = { "AttributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadVector2Attribute_Parms, AttributeName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadVector2Attribute_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::NewProp_FrameIndex = { "FrameIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadVector2Attribute_Parms, FrameIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::NewProp_OutValues_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::NewProp_OutValues,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::NewProp_AttributeName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::NewProp_EmitterName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::NewProp_FrameIndex,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ReadVector2Attribute Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "ReadVector2Attribute", Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::NiagaraSimCache_eventReadVector2Attribute_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::NiagaraSimCache_eventReadVector2Attribute_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execReadVector2Attribute)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FVector2D,Z_Param_Out_OutValues);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_AttributeName);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_FrameIndex);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->ReadVector2Attribute(Z_Param_Out_OutValues,Z_Param_AttributeName,Z_Param_EmitterName,Z_Param_FrameIndex);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function ReadVector2Attribute *****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function ReadVector4Attribute ***************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventReadVector4Attribute_Parms
|
||
|
|
{
|
||
|
|
TArray<FVector4> OutValues;
|
||
|
|
FName AttributeName;
|
||
|
|
FName EmitterName;
|
||
|
|
int32 FrameIndex;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/**\n\x09Reads Niagara Vec4 attributes by name from the cache frame and appends them into the OutValues array.\n\x09""EmitterName - If left blank will return the system simulation attributes.\n\x09*/" },
|
||
|
|
{ "CPP_Default_FrameIndex", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Reads Niagara Vec4 attributes by name from the cache frame and appends them into the OutValues array.\nEmitterName - If left blank will return the system simulation attributes." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ReadVector4Attribute constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutValues_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutValues;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AttributeName;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameIndex;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ReadVector4Attribute constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ReadVector4Attribute Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::NewProp_OutValues_Inner = { "OutValues", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::NewProp_OutValues = { "OutValues", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadVector4Attribute_Parms, OutValues), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::NewProp_AttributeName = { "AttributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadVector4Attribute_Parms, AttributeName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadVector4Attribute_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::NewProp_FrameIndex = { "FrameIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadVector4Attribute_Parms, FrameIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::NewProp_OutValues_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::NewProp_OutValues,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::NewProp_AttributeName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::NewProp_EmitterName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::NewProp_FrameIndex,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ReadVector4Attribute Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "ReadVector4Attribute", Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::NiagaraSimCache_eventReadVector4Attribute_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::NiagaraSimCache_eventReadVector4Attribute_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execReadVector4Attribute)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FVector4,Z_Param_Out_OutValues);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_AttributeName);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_FrameIndex);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->ReadVector4Attribute(Z_Param_Out_OutValues,Z_Param_AttributeName,Z_Param_EmitterName,Z_Param_FrameIndex);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function ReadVector4Attribute *****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Function ReadVectorAttribute ****************************
|
||
|
|
struct Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics
|
||
|
|
{
|
||
|
|
struct NiagaraSimCache_eventReadVectorAttribute_Parms
|
||
|
|
{
|
||
|
|
TArray<FVector> OutValues;
|
||
|
|
FName AttributeName;
|
||
|
|
FName EmitterName;
|
||
|
|
int32 FrameIndex;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "NiagaraSimCache" },
|
||
|
|
{ "Comment", "/**\n\x09Reads Niagara Vec3 attributes by name from the cache frame and appends them into the OutValues array.\n\x09""EmitterName - If left blank will return the system simulation attributes.\n\x09*/" },
|
||
|
|
{ "CPP_Default_FrameIndex", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Reads Niagara Vec3 attributes by name from the cache frame and appends them into the OutValues array.\nEmitterName - If left blank will return the system simulation attributes." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ReadVectorAttribute constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutValues_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutValues;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AttributeName;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameIndex;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ReadVectorAttribute constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ReadVectorAttribute Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::NewProp_OutValues_Inner = { "OutValues", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::NewProp_OutValues = { "OutValues", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadVectorAttribute_Parms, OutValues), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::NewProp_AttributeName = { "AttributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadVectorAttribute_Parms, AttributeName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadVectorAttribute_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::NewProp_FrameIndex = { "FrameIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSimCache_eventReadVectorAttribute_Parms, FrameIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::NewProp_OutValues_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::NewProp_OutValues,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::NewProp_AttributeName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::NewProp_EmitterName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::NewProp_FrameIndex,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ReadVectorAttribute Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSimCache, nullptr, "ReadVectorAttribute", Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::NiagaraSimCache_eventReadVectorAttribute_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::NiagaraSimCache_eventReadVectorAttribute_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UNiagaraSimCache::execReadVectorAttribute)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_OutValues);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_AttributeName);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_FrameIndex);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->ReadVectorAttribute(Z_Param_Out_OutValues,Z_Param_AttributeName,Z_Param_EmitterName,Z_Param_FrameIndex);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UNiagaraSimCache Function ReadVectorAttribute ******************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache *********************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNiagaraSimCache;
|
||
|
|
UClass* UNiagaraSimCache::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UNiagaraSimCache;
|
||
|
|
if (!Z_Registration_Info_UClass_UNiagaraSimCache.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("NiagaraSimCache"),
|
||
|
|
Z_Registration_Info_UClass_UNiagaraSimCache.InnerSingleton,
|
||
|
|
StaticRegisterNativesUNiagaraSimCache,
|
||
|
|
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_UNiagaraSimCache.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UNiagaraSimCache_NoRegister()
|
||
|
|
{
|
||
|
|
return UNiagaraSimCache::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UNiagaraSimCache_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "/**\n * Recording of multiple frames of simulation data from a running Niagara system.\n * Can be used to play back the captured recording or to inspect the captured data for debug purposes.\n * Depending on the capture settings, not all attributes from the simulation are present in the cache.\n *\n * To capture a cache, either\n * (1) use the baker tool in the system editor,\n * (2) use the Niagara component cache track in sequencer or\n * (3) manually capture a running system with the \"CaptureNiagaraSimCache\" Blueprint functions\n */" },
|
||
|
|
{ "IncludePath", "NiagaraSimCache.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
{ "ToolTip", "Recording of multiple frames of simulation data from a running Niagara system.\nCan be used to play back the captured recording or to inspect the captured data for debug purposes.\nDepending on the capture settings, not all attributes from the simulation are present in the cache.\n\nTo capture a cache, either\n(1) use the baker tool in the system editor,\n(2) use the Niagara component cache track in sequencer or\n(3) manually capture a running system with the \"CaptureNiagaraSimCache\" Blueprint functions" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CacheGuid_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SoftNiagaraSystem_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "DisplayName", "Niagara System" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StartSeconds_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DurationSeconds_MetaData[] = {
|
||
|
|
{ "Category", "SimCache" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CreateParameters_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bNeedsReadComponentMappingRecache_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCanRunAsync_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CachedScriptVMIds_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CacheLayout_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CacheFrames_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataInterfaceStorage_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DebugData_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraSimCache.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CacheGuid;
|
||
|
|
static const UECodeGen_Private::FSoftObjectPropertyParams NewProp_SoftNiagaraSystem;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_StartSeconds;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DurationSeconds;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CreateParameters;
|
||
|
|
static void NewProp_bNeedsReadComponentMappingRecache_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bNeedsReadComponentMappingRecache;
|
||
|
|
static void NewProp_bCanRunAsync_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCanRunAsync;
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CachedScriptVMIds_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_CachedScriptVMIds;
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CacheLayout;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CacheFrames_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_CacheFrames;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_DataInterfaceStorage_ValueProp;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DataInterfaceStorage_Key_KeyProp;
|
||
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_DataInterfaceStorage;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_DebugData;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UNiagaraSimCache constinit property declarations ***************************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetAttributeCaptureMode"), .Pointer = &UNiagaraSimCache::execGetAttributeCaptureMode },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetEmitterName"), .Pointer = &UNiagaraSimCache::execGetEmitterName },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetEmitterNames"), .Pointer = &UNiagaraSimCache::execGetEmitterNames },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetNumEmitters"), .Pointer = &UNiagaraSimCache::execGetNumEmitters },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetNumFrames"), .Pointer = &UNiagaraSimCache::execGetNumFrames },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetStartSeconds"), .Pointer = &UNiagaraSimCache::execGetStartSeconds },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("IsCacheValid"), .Pointer = &UNiagaraSimCache::execIsCacheValid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("IsEmpty"), .Pointer = &UNiagaraSimCache::execIsEmpty },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ReadColorAttribute"), .Pointer = &UNiagaraSimCache::execReadColorAttribute },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ReadDataInterfaceAs"), .Pointer = &UNiagaraSimCache::execReadDataInterfaceAs },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ReadFloatAttribute"), .Pointer = &UNiagaraSimCache::execReadFloatAttribute },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ReadIDAttribute"), .Pointer = &UNiagaraSimCache::execReadIDAttribute },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ReadIntAttribute"), .Pointer = &UNiagaraSimCache::execReadIntAttribute },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ReadPositionAttribute"), .Pointer = &UNiagaraSimCache::execReadPositionAttribute },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ReadPositionAttributeWithRebase"), .Pointer = &UNiagaraSimCache::execReadPositionAttributeWithRebase },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ReadQuatAttribute"), .Pointer = &UNiagaraSimCache::execReadQuatAttribute },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ReadQuatAttributeWithRebase"), .Pointer = &UNiagaraSimCache::execReadQuatAttributeWithRebase },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ReadVector2Attribute"), .Pointer = &UNiagaraSimCache::execReadVector2Attribute },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ReadVector4Attribute"), .Pointer = &UNiagaraSimCache::execReadVector4Attribute },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ReadVectorAttribute"), .Pointer = &UNiagaraSimCache::execReadVectorAttribute },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_GetAttributeCaptureMode, "GetAttributeCaptureMode" }, // 1785188899
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_GetEmitterName, "GetEmitterName" }, // 3297012661
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_GetEmitterNames, "GetEmitterNames" }, // 964443624
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_GetNumEmitters, "GetNumEmitters" }, // 1038000717
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_GetNumFrames, "GetNumFrames" }, // 785979910
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_GetStartSeconds, "GetStartSeconds" }, // 2153649082
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_IsCacheValid, "IsCacheValid" }, // 4054101851
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_IsEmpty, "IsEmpty" }, // 3935041458
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_ReadColorAttribute, "ReadColorAttribute" }, // 401463298
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_ReadDataInterfaceAs, "ReadDataInterfaceAs" }, // 2140633327
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_ReadFloatAttribute, "ReadFloatAttribute" }, // 2372663970
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_ReadIDAttribute, "ReadIDAttribute" }, // 1173334445
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_ReadIntAttribute, "ReadIntAttribute" }, // 3318741054
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttribute, "ReadPositionAttribute" }, // 769198773
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_ReadPositionAttributeWithRebase, "ReadPositionAttributeWithRebase" }, // 2836438406
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttribute, "ReadQuatAttribute" }, // 1441140634
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_ReadQuatAttributeWithRebase, "ReadQuatAttributeWithRebase" }, // 1890900466
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_ReadVector2Attribute, "ReadVector2Attribute" }, // 1994621716
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_ReadVector4Attribute, "ReadVector4Attribute" }, // 2980606237
|
||
|
|
{ &Z_Construct_UFunction_UNiagaraSimCache_ReadVectorAttribute, "ReadVectorAttribute" }, // 1413434848
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UNiagaraSimCache>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UNiagaraSimCache_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraSimCache Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CacheGuid = { "CacheGuid", nullptr, (EPropertyFlags)0x0040000000020001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraSimCache, CacheGuid), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CacheGuid_MetaData), NewProp_CacheGuid_MetaData) };
|
||
|
|
const UECodeGen_Private::FSoftObjectPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_SoftNiagaraSystem = { "SoftNiagaraSystem", nullptr, (EPropertyFlags)0x0044000000020001, UECodeGen_Private::EPropertyGenFlags::SoftObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraSimCache, SoftNiagaraSystem), Z_Construct_UClass_UNiagaraSystem_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SoftNiagaraSystem_MetaData), NewProp_SoftNiagaraSystem_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_StartSeconds = { "StartSeconds", nullptr, (EPropertyFlags)0x0040000000020001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraSimCache, StartSeconds), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StartSeconds_MetaData), NewProp_StartSeconds_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_DurationSeconds = { "DurationSeconds", nullptr, (EPropertyFlags)0x0040000000020001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraSimCache, DurationSeconds), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DurationSeconds_MetaData), NewProp_DurationSeconds_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CreateParameters = { "CreateParameters", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraSimCache, CreateParameters), Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CreateParameters_MetaData), NewProp_CreateParameters_MetaData) }; // 3823409575
|
||
|
|
void Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_bNeedsReadComponentMappingRecache_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UNiagaraSimCache*)Obj)->bNeedsReadComponentMappingRecache = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_bNeedsReadComponentMappingRecache = { "bNeedsReadComponentMappingRecache", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UNiagaraSimCache), &Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_bNeedsReadComponentMappingRecache_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bNeedsReadComponentMappingRecache_MetaData), NewProp_bNeedsReadComponentMappingRecache_MetaData) };
|
||
|
|
void Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_bCanRunAsync_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UNiagaraSimCache*)Obj)->bCanRunAsync = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_bCanRunAsync = { "bCanRunAsync", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UNiagaraSimCache), &Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_bCanRunAsync_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCanRunAsync_MetaData), NewProp_bCanRunAsync_MetaData) };
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CachedScriptVMIds_Inner = { "CachedScriptVMIds", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FNiagaraVMExecutableDataId, METADATA_PARAMS(0, nullptr) }; // 3901570445
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CachedScriptVMIds = { "CachedScriptVMIds", nullptr, (EPropertyFlags)0x0040000800002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraSimCache, CachedScriptVMIds), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CachedScriptVMIds_MetaData), NewProp_CachedScriptVMIds_MetaData) }; // 3901570445
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CacheLayout = { "CacheLayout", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraSimCache, CacheLayout), Z_Construct_UScriptStruct_FNiagaraSimCacheLayout, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CacheLayout_MetaData), NewProp_CacheLayout_MetaData) }; // 3065891711
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CacheFrames_Inner = { "CacheFrames", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FNiagaraSimCacheFrame, METADATA_PARAMS(0, nullptr) }; // 1589500810
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CacheFrames = { "CacheFrames", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraSimCache, CacheFrames), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CacheFrames_MetaData), NewProp_CacheFrames_MetaData) }; // 1589500810
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_DataInterfaceStorage_ValueProp = { "DataInterfaceStorage", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_DataInterfaceStorage_Key_KeyProp = { "DataInterfaceStorage_Key", nullptr, (EPropertyFlags)0x0100000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FNiagaraVariableBase, METADATA_PARAMS(0, nullptr) }; // 1942131782
|
||
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_DataInterfaceStorage = { "DataInterfaceStorage", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraSimCache, DataInterfaceStorage), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataInterfaceStorage_MetaData), NewProp_DataInterfaceStorage_MetaData) }; // 1942131782
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_DebugData = { "DebugData", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraSimCache, DebugData), Z_Construct_UClass_UNiagaraSimCacheDebugData_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DebugData_MetaData), NewProp_DebugData_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNiagaraSimCache_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CacheGuid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_SoftNiagaraSystem,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_StartSeconds,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_DurationSeconds,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CreateParameters,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_bNeedsReadComponentMappingRecache,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_bCanRunAsync,
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CachedScriptVMIds_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CachedScriptVMIds,
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CacheLayout,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CacheFrames_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_CacheFrames,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_DataInterfaceStorage_ValueProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_DataInterfaceStorage_Key_KeyProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_DataInterfaceStorage,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSimCache_Statics::NewProp_DebugData,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraSimCache_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UNiagaraSimCache Property Definitions **************************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UNiagaraSimCache_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraSimCache_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNiagaraSimCache_Statics::ClassParams = {
|
||
|
|
&UNiagaraSimCache::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
Z_Construct_UClass_UNiagaraSimCache_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraSimCache_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraSimCache_Statics::Class_MetaDataParams), Z_Construct_UClass_UNiagaraSimCache_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UNiagaraSimCache::StaticRegisterNativesUNiagaraSimCache()
|
||
|
|
{
|
||
|
|
UClass* Class = UNiagaraSimCache::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UNiagaraSimCache_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UNiagaraSimCache()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UNiagaraSimCache.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNiagaraSimCache.OuterSingleton, Z_Construct_UClass_UNiagaraSimCache_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UNiagaraSimCache.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNiagaraSimCache);
|
||
|
|
UNiagaraSimCache::~UNiagaraSimCache() {}
|
||
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UNiagaraSimCache)
|
||
|
|
// ********** End Class UNiagaraSimCache ***********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraSimCache_h__Script_Niagara_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ ENiagaraSimCacheAttributeCaptureMode_StaticEnum, TEXT("ENiagaraSimCacheAttributeCaptureMode"), &Z_Registration_Info_UEnum_ENiagaraSimCacheAttributeCaptureMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2330886073U) },
|
||
|
|
};
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FNiagaraSimCacheCreateParameters::StaticStruct, Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters_Statics::NewStructOps, TEXT("NiagaraSimCacheCreateParameters"),&Z_Registration_Info_UScriptStruct_FNiagaraSimCacheCreateParameters, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNiagaraSimCacheCreateParameters), 3823409575U) },
|
||
|
|
{ FNiagaraSimCacheDataBuffers::StaticStruct, Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffers_Statics::NewStructOps, TEXT("NiagaraSimCacheDataBuffers"),&Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffers, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNiagaraSimCacheDataBuffers), 2809500834U) },
|
||
|
|
{ FNiagaraSimCacheEmitterFrame::StaticStruct, Z_Construct_UScriptStruct_FNiagaraSimCacheEmitterFrame_Statics::NewStructOps, TEXT("NiagaraSimCacheEmitterFrame"),&Z_Registration_Info_UScriptStruct_FNiagaraSimCacheEmitterFrame, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNiagaraSimCacheEmitterFrame), 766003273U) },
|
||
|
|
{ FNiagaraSimCacheSystemFrame::StaticStruct, Z_Construct_UScriptStruct_FNiagaraSimCacheSystemFrame_Statics::NewStructOps, TEXT("NiagaraSimCacheSystemFrame"),&Z_Registration_Info_UScriptStruct_FNiagaraSimCacheSystemFrame, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNiagaraSimCacheSystemFrame), 657243255U) },
|
||
|
|
{ FNiagaraSimCacheFrame::StaticStruct, Z_Construct_UScriptStruct_FNiagaraSimCacheFrame_Statics::NewStructOps, TEXT("NiagaraSimCacheFrame"),&Z_Registration_Info_UScriptStruct_FNiagaraSimCacheFrame, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNiagaraSimCacheFrame), 1589500810U) },
|
||
|
|
{ FNiagaraSimCacheVariable::StaticStruct, Z_Construct_UScriptStruct_FNiagaraSimCacheVariable_Statics::NewStructOps, TEXT("NiagaraSimCacheVariable"),&Z_Registration_Info_UScriptStruct_FNiagaraSimCacheVariable, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNiagaraSimCacheVariable), 3106886404U) },
|
||
|
|
{ FNiagaraSimCacheDataBuffersLayout::StaticStruct, Z_Construct_UScriptStruct_FNiagaraSimCacheDataBuffersLayout_Statics::NewStructOps, TEXT("NiagaraSimCacheDataBuffersLayout"),&Z_Registration_Info_UScriptStruct_FNiagaraSimCacheDataBuffersLayout, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNiagaraSimCacheDataBuffersLayout), 2185074845U) },
|
||
|
|
{ FNiagaraSimCacheLayout::StaticStruct, Z_Construct_UScriptStruct_FNiagaraSimCacheLayout_Statics::NewStructOps, TEXT("NiagaraSimCacheLayout"),&Z_Registration_Info_UScriptStruct_FNiagaraSimCacheLayout, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNiagaraSimCacheLayout), 3065891711U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UNiagaraSimCache, UNiagaraSimCache::StaticClass, TEXT("UNiagaraSimCache"), &Z_Registration_Info_UClass_UNiagaraSimCache, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNiagaraSimCache), 357878088U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraSimCache_h__Script_Niagara_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraSimCache_h__Script_Niagara_1111852824{
|
||
|
|
TEXT("/Script/Niagara"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraSimCache_h__Script_Niagara_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraSimCache_h__Script_Niagara_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraSimCache_h__Script_Niagara_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraSimCache_h__Script_Niagara_Statics::ScriptStructInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraSimCache_h__Script_Niagara_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraSimCache_h__Script_Niagara_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|