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

6118 lines
460 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 "NiagaraComponent.h"
#include "NiagaraTypes.h"
#include "NiagaraUserRedirectionParameterStore.h"
#include "NiagaraVariant.h"
#include "Serialization/StructuredArchive.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeNiagaraComponent() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FBox();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FMatrix();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FQuat();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector4();
ENGINE_API UClass* Z_Construct_UClass_AActor_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UFXSystemComponent();
ENGINE_API UClass* Z_Construct_UClass_UMaterialInterface_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_USceneComponent_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UStaticMesh_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UTexture_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UTextureRenderTarget_NoRegister();
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EAttachmentRule();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraComponent();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraComponent_NoRegister();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraCullProxyComponent_NoRegister();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterface_NoRegister();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraSimCache_NoRegister();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraSystem_NoRegister();
NIAGARA_API UEnum* Z_Construct_UEnum_Niagara_ENiagaraAgeUpdateMode();
NIAGARA_API UEnum* Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode();
NIAGARA_API UEnum* Z_Construct_UEnum_Niagara_ENiagaraTickBehavior();
NIAGARA_API UFunction* Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature();
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraUserRedirectionParameterStore();
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraVariableBase();
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraVariant();
UPackage* Z_Construct_UPackage__Script_Niagara();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum ENiagaraOcclusionQueryMode ************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ENiagaraOcclusionQueryMode;
static UEnum* ENiagaraOcclusionQueryMode_StaticEnum()
{
if (!Z_Registration_Info_UEnum_ENiagaraOcclusionQueryMode.OuterSingleton)
{
Z_Registration_Info_UEnum_ENiagaraOcclusionQueryMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("ENiagaraOcclusionQueryMode"));
}
return Z_Registration_Info_UEnum_ENiagaraOcclusionQueryMode.OuterSingleton;
}
template<> NIAGARA_NON_ATTRIBUTED_API UEnum* StaticEnum<ENiagaraOcclusionQueryMode>()
{
return ENiagaraOcclusionQueryMode_StaticEnum();
}
struct Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "AlwaysDisabled.Comment", "/** Occlusion queries will always be disabled for Niagara. */" },
{ "AlwaysDisabled.Name", "ENiagaraOcclusionQueryMode::AlwaysDisabled" },
{ "AlwaysDisabled.ToolTip", "Occlusion queries will always be disabled for Niagara." },
{ "AlwaysEnabled.Comment", "/** Occlusion queries will always be enabled for Niagara. */" },
{ "AlwaysEnabled.Name", "ENiagaraOcclusionQueryMode::AlwaysEnabled" },
{ "AlwaysEnabled.ToolTip", "Occlusion queries will always be enabled for Niagara." },
{ "Default.Comment", "/** Allow Niagara to determine if we allow occlusion queries to be enabled or not. */" },
{ "Default.Name", "ENiagaraOcclusionQueryMode::Default" },
{ "Default.ToolTip", "Allow Niagara to determine if we allow occlusion queries to be enabled or not." },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "ENiagaraOcclusionQueryMode::Default", (int64)ENiagaraOcclusionQueryMode::Default },
{ "ENiagaraOcclusionQueryMode::AlwaysEnabled", (int64)ENiagaraOcclusionQueryMode::AlwaysEnabled },
{ "ENiagaraOcclusionQueryMode::AlwaysDisabled", (int64)ENiagaraOcclusionQueryMode::AlwaysDisabled },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_Niagara,
nullptr,
"ENiagaraOcclusionQueryMode",
"ENiagaraOcclusionQueryMode",
Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode()
{
if (!Z_Registration_Info_UEnum_ENiagaraOcclusionQueryMode.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ENiagaraOcclusionQueryMode.InnerSingleton, Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_ENiagaraOcclusionQueryMode.InnerSingleton;
}
// ********** End Enum ENiagaraOcclusionQueryMode **************************************************
// ********** Begin Delegate FOnNiagaraSystemFinished **********************************************
struct Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature_Statics
{
struct _Script_Niagara_eventOnNiagaraSystemFinished_Parms
{
UNiagaraComponent* PSystem;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Comment", "// Called when the particle system is done\n" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Called when the particle system is done" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PSystem_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnNiagaraSystemFinished constinit property declarations **************
static const UECodeGen_Private::FObjectPropertyParams NewProp_PSystem;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnNiagaraSystemFinished constinit property declarations ****************
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnNiagaraSystemFinished Property Definitions *************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature_Statics::NewProp_PSystem = { "PSystem", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_Niagara_eventOnNiagaraSystemFinished_Parms, PSystem), Z_Construct_UClass_UNiagaraComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PSystem_MetaData), NewProp_PSystem_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature_Statics::NewProp_PSystem,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnNiagaraSystemFinished Property Definitions ***************************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_Niagara, nullptr, "OnNiagaraSystemFinished__DelegateSignature", Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature_Statics::_Script_Niagara_eventOnNiagaraSystemFinished_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature_Statics::_Script_Niagara_eventOnNiagaraSystemFinished_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnNiagaraSystemFinished_DelegateWrapper(const FMulticastScriptDelegate& OnNiagaraSystemFinished, UNiagaraComponent* PSystem)
{
struct _Script_Niagara_eventOnNiagaraSystemFinished_Parms
{
UNiagaraComponent* PSystem;
};
_Script_Niagara_eventOnNiagaraSystemFinished_Parms Parms;
Parms.PSystem=PSystem;
OnNiagaraSystemFinished.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnNiagaraSystemFinished ************************************************
// ********** Begin Class UNiagaraComponent Function AdvanceSimulation *****************************
struct Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics
{
struct NiagaraComponent_eventAdvanceSimulation_Parms
{
int32 TickCount;
float TickDeltaSeconds;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Advances this system's simulation by the specified number of ticks and delta time. */" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Advances this system's simulation by the specified number of ticks and delta time." },
};
#endif // WITH_METADATA
// ********** Begin Function AdvanceSimulation constinit property declarations *********************
static const UECodeGen_Private::FIntPropertyParams NewProp_TickCount;
static const UECodeGen_Private::FFloatPropertyParams NewProp_TickDeltaSeconds;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function AdvanceSimulation constinit property declarations ***********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function AdvanceSimulation Property Definitions ********************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::NewProp_TickCount = { "TickCount", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventAdvanceSimulation_Parms, TickCount), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::NewProp_TickDeltaSeconds = { "TickDeltaSeconds", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventAdvanceSimulation_Parms, TickDeltaSeconds), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::NewProp_TickCount,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::NewProp_TickDeltaSeconds,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::PropPointers) < 2048);
// ********** End Function AdvanceSimulation Property Definitions **********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "AdvanceSimulation", Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::NiagaraComponent_eventAdvanceSimulation_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::NiagaraComponent_eventAdvanceSimulation_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execAdvanceSimulation)
{
P_GET_PROPERTY(FIntProperty,Z_Param_TickCount);
P_GET_PROPERTY(FFloatProperty,Z_Param_TickDeltaSeconds);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->AdvanceSimulation(Z_Param_TickCount,Z_Param_TickDeltaSeconds);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function AdvanceSimulation *******************************
// ********** Begin Class UNiagaraComponent Function AdvanceSimulationByTime ***********************
struct Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics
{
struct NiagaraComponent_eventAdvanceSimulationByTime_Parms
{
float SimulateTime;
float TickDeltaSeconds;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Advances this system's simulation by the specified time in seconds and delta time. Advancement is done in whole ticks of TickDeltaSeconds so actual simulated time will be the nearest lower multiple of TickDeltaSeconds. */" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Advances this system's simulation by the specified time in seconds and delta time. Advancement is done in whole ticks of TickDeltaSeconds so actual simulated time will be the nearest lower multiple of TickDeltaSeconds." },
};
#endif // WITH_METADATA
// ********** Begin Function AdvanceSimulationByTime constinit property declarations ***************
static const UECodeGen_Private::FFloatPropertyParams NewProp_SimulateTime;
static const UECodeGen_Private::FFloatPropertyParams NewProp_TickDeltaSeconds;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function AdvanceSimulationByTime constinit property declarations *****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function AdvanceSimulationByTime Property Definitions **************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::NewProp_SimulateTime = { "SimulateTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventAdvanceSimulationByTime_Parms, SimulateTime), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::NewProp_TickDeltaSeconds = { "TickDeltaSeconds", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventAdvanceSimulationByTime_Parms, TickDeltaSeconds), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::NewProp_SimulateTime,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::NewProp_TickDeltaSeconds,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::PropPointers) < 2048);
// ********** End Function AdvanceSimulationByTime Property Definitions ****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "AdvanceSimulationByTime", Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::NiagaraComponent_eventAdvanceSimulationByTime_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::NiagaraComponent_eventAdvanceSimulationByTime_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execAdvanceSimulationByTime)
{
P_GET_PROPERTY(FFloatProperty,Z_Param_SimulateTime);
P_GET_PROPERTY(FFloatProperty,Z_Param_TickDeltaSeconds);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->AdvanceSimulationByTime(Z_Param_SimulateTime,Z_Param_TickDeltaSeconds);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function AdvanceSimulationByTime *************************
// ********** Begin Class UNiagaraComponent Function ClearEmitterFixedBounds ***********************
struct Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds_Statics
{
struct NiagaraComponent_eventClearEmitterFixedBounds_Parms
{
FName EmitterName;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Clear any previously set fixed bounds for the emitter instance. */" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Clear any previously set fixed bounds for the emitter instance." },
};
#endif // WITH_METADATA
// ********** Begin Function ClearEmitterFixedBounds constinit property declarations ***************
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ClearEmitterFixedBounds constinit property declarations *****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ClearEmitterFixedBounds Property Definitions **************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventClearEmitterFixedBounds_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds_Statics::NewProp_EmitterName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds_Statics::PropPointers) < 2048);
// ********** End Function ClearEmitterFixedBounds Property Definitions ****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "ClearEmitterFixedBounds", Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds_Statics::NiagaraComponent_eventClearEmitterFixedBounds_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds_Statics::NiagaraComponent_eventClearEmitterFixedBounds_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execClearEmitterFixedBounds)
{
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->ClearEmitterFixedBounds(Z_Param_EmitterName);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function ClearEmitterFixedBounds *************************
// ********** Begin Class UNiagaraComponent Function ClearSimCache *********************************
struct Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics
{
struct NiagaraComponent_eventClearSimCache_Parms
{
bool bResetSystem;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "SimCache" },
{ "Comment", "/**\n\x09""Clear any active simulation cache.\n\x09When clearing a simulation cache that has been running you may wish to reset or continue, this option is only\n\x09valid when using a full simulation cache. A renderer only cache will always reset as we can not continue the\n\x09simulation due to missing simulation data.\n\x09*/" },
{ "CPP_Default_bResetSystem", "false" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Clear any active simulation cache.\nWhen clearing a simulation cache that has been running you may wish to reset or continue, this option is only\nvalid when using a full simulation cache. A renderer only cache will always reset as we can not continue the\nsimulation due to missing simulation data." },
};
#endif // WITH_METADATA
// ********** Begin Function ClearSimCache constinit property declarations *************************
static void NewProp_bResetSystem_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bResetSystem;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ClearSimCache constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ClearSimCache Property Definitions ************************************
void Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::NewProp_bResetSystem_SetBit(void* Obj)
{
((NiagaraComponent_eventClearSimCache_Parms*)Obj)->bResetSystem = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::NewProp_bResetSystem = { "bResetSystem", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventClearSimCache_Parms), &Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::NewProp_bResetSystem_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::NewProp_bResetSystem,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::PropPointers) < 2048);
// ********** End Function ClearSimCache Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "ClearSimCache", Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::NiagaraComponent_eventClearSimCache_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::NiagaraComponent_eventClearSimCache_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_ClearSimCache()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_ClearSimCache_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execClearSimCache)
{
P_GET_UBOOL(Z_Param_bResetSystem);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->ClearSimCache(Z_Param_bResetSystem);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function ClearSimCache ***********************************
// ********** Begin Class UNiagaraComponent Function ClearSystemFixedBounds ************************
struct Z_Construct_UFunction_UNiagaraComponent_ClearSystemFixedBounds_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Clear any previously set fixed bounds for the system instance. */" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Clear any previously set fixed bounds for the system instance." },
};
#endif // WITH_METADATA
// ********** Begin Function ClearSystemFixedBounds constinit property declarations ****************
// ********** End Function ClearSystemFixedBounds constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_ClearSystemFixedBounds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "ClearSystemFixedBounds", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_ClearSystemFixedBounds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_ClearSystemFixedBounds_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UNiagaraComponent_ClearSystemFixedBounds()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_ClearSystemFixedBounds_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execClearSystemFixedBounds)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->ClearSystemFixedBounds();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function ClearSystemFixedBounds **************************
// ********** Begin Class UNiagaraComponent Function GetAgeUpdateMode ******************************
struct Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_Statics
{
struct NiagaraComponent_eventGetAgeUpdateMode_Parms
{
ENiagaraAgeUpdateMode ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Get Age Update Mode" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetAgeUpdateMode 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 GetAgeUpdateMode constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetAgeUpdateMode Property Definitions *********************************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_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_UNiagaraComponent_GetAgeUpdateMode_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetAgeUpdateMode_Parms, ReturnValue), Z_Construct_UEnum_Niagara_ENiagaraAgeUpdateMode, METADATA_PARAMS(0, nullptr) }; // 1177902508
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_Statics::NewProp_ReturnValue_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_Statics::PropPointers) < 2048);
// ********** End Function GetAgeUpdateMode Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetAgeUpdateMode", Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_Statics::NiagaraComponent_eventGetAgeUpdateMode_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_Statics::NiagaraComponent_eventGetAgeUpdateMode_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetAgeUpdateMode)
{
P_FINISH;
P_NATIVE_BEGIN;
*(ENiagaraAgeUpdateMode*)Z_Param__Result=P_THIS->GetAgeUpdateMode();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetAgeUpdateMode ********************************
// ********** Begin Class UNiagaraComponent Function GetAllowScalability ***************************
struct Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics
{
struct NiagaraComponent_eventGetAllowScalability_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintGetter", "" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetAllowScalability 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 GetAllowScalability constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetAllowScalability Property Definitions ******************************
void Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((NiagaraComponent_eventGetAllowScalability_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_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(NiagaraComponent_eventGetAllowScalability_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics::PropPointers) < 2048);
// ********** End Function GetAllowScalability Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetAllowScalability", Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics::NiagaraComponent_eventGetAllowScalability_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics::NiagaraComponent_eventGetAllowScalability_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetAllowScalability)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->GetAllowScalability();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetAllowScalability *****************************
// ********** Begin Class UNiagaraComponent Function GetAsset **************************************
struct Z_Construct_UFunction_UNiagaraComponent_GetAsset_Statics
{
struct NiagaraComponent_eventGetAsset_Parms
{
UNiagaraSystem* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Get Niagara System Asset" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetAsset constinit property declarations ******************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetAsset constinit property declarations ********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetAsset Property Definitions *****************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetAsset_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetAsset_Parms, ReturnValue), Z_Construct_UClass_UNiagaraSystem_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetAsset_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetAsset_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetAsset_Statics::PropPointers) < 2048);
// ********** End Function GetAsset Property Definitions *******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetAsset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetAsset", Z_Construct_UFunction_UNiagaraComponent_GetAsset_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetAsset_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetAsset_Statics::NiagaraComponent_eventGetAsset_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetAsset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetAsset_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetAsset_Statics::NiagaraComponent_eventGetAsset_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetAsset()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetAsset_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetAsset)
{
P_FINISH;
P_NATIVE_BEGIN;
*(UNiagaraSystem**)Z_Param__Result=P_THIS->GetAsset();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetAsset ****************************************
// ********** Begin Class UNiagaraComponent Function GetCustomTimeDilation *************************
struct Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation_Statics
{
struct NiagaraComponent_eventGetCustomTimeDilation_Parms
{
float ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetCustomTimeDilation constinit property declarations *****************
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetCustomTimeDilation constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetCustomTimeDilation Property Definitions ****************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetCustomTimeDilation_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation_Statics::PropPointers) < 2048);
// ********** End Function GetCustomTimeDilation Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetCustomTimeDilation", Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation_Statics::NiagaraComponent_eventGetCustomTimeDilation_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation_Statics::NiagaraComponent_eventGetCustomTimeDilation_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetCustomTimeDilation)
{
P_FINISH;
P_NATIVE_BEGIN;
*(float*)Z_Param__Result=P_THIS->GetCustomTimeDilation();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetCustomTimeDilation ***************************
// ********** Begin Class UNiagaraComponent Function GetDataInterface ******************************
struct Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics
{
struct NiagaraComponent_eventGetDataInterface_Parms
{
FString Name;
UNiagaraDataInterface* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetDataInterface constinit property declarations **********************
static const UECodeGen_Private::FStrPropertyParams NewProp_Name;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetDataInterface constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetDataInterface Property Definitions *********************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetDataInterface_Parms, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetDataInterface_Parms, ReturnValue), Z_Construct_UClass_UNiagaraDataInterface_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::NewProp_Name,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::PropPointers) < 2048);
// ********** End Function GetDataInterface Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetDataInterface", Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::NiagaraComponent_eventGetDataInterface_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::NiagaraComponent_eventGetDataInterface_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetDataInterface()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetDataInterface_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetDataInterface)
{
P_GET_PROPERTY(FStrProperty,Z_Param_Name);
P_FINISH;
P_NATIVE_BEGIN;
*(UNiagaraDataInterface**)Z_Param__Result=P_THIS->GetDataInterface(Z_Param_Name);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetDataInterface ********************************
// ********** Begin Class UNiagaraComponent Function GetDesiredAge *********************************
struct Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge_Statics
{
struct NiagaraComponent_eventGetDesiredAge_Parms
{
float ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Gets the desired age of the System instance. This is only relevant when using the DesiredAge age update mode. */" },
{ "DisplayName", "Get Desired Age" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets the desired age of the System instance. This is only relevant when using the DesiredAge age update mode." },
};
#endif // WITH_METADATA
// ********** Begin Function GetDesiredAge constinit property declarations *************************
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetDesiredAge constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetDesiredAge Property Definitions ************************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetDesiredAge_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge_Statics::PropPointers) < 2048);
// ********** End Function GetDesiredAge Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetDesiredAge", Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge_Statics::NiagaraComponent_eventGetDesiredAge_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge_Statics::NiagaraComponent_eventGetDesiredAge_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetDesiredAge)
{
P_FINISH;
P_NATIVE_BEGIN;
*(float*)Z_Param__Result=P_THIS->GetDesiredAge();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetDesiredAge ***********************************
// ********** Begin Class UNiagaraComponent Function GetEmitterFixedBounds *************************
struct Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics
{
struct NiagaraComponent_eventGetEmitterFixedBounds_Parms
{
FName EmitterName;
FBox ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/**\n\x09Gets the fixed bounds for an emitter instance.\n\x09This will return the user set fixed bounds if set, or the emitters fixed bounds if set.\n\x09Note: The returned box may be invalid if no fixed bounds exist\n\x09*/" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets the fixed bounds for an emitter instance.\nThis will return the user set fixed bounds if set, or the emitters fixed bounds if set.\nNote: The returned box may be invalid if no fixed bounds exist" },
};
#endif // WITH_METADATA
// ********** Begin Function GetEmitterFixedBounds constinit property declarations *****************
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetEmitterFixedBounds constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetEmitterFixedBounds Property Definitions ****************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetEmitterFixedBounds_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetEmitterFixedBounds_Parms, ReturnValue), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::NewProp_EmitterName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::PropPointers) < 2048);
// ********** End Function GetEmitterFixedBounds Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetEmitterFixedBounds", Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::NiagaraComponent_eventGetEmitterFixedBounds_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::NiagaraComponent_eventGetEmitterFixedBounds_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetEmitterFixedBounds)
{
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
P_FINISH;
P_NATIVE_BEGIN;
*(FBox*)Z_Param__Result=P_THIS->GetEmitterFixedBounds(Z_Param_EmitterName);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetEmitterFixedBounds ***************************
// ********** Begin Class UNiagaraComponent Function GetForceLocalPlayerEffect *********************
struct Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics
{
struct NiagaraComponent_eventGetForceLocalPlayerEffect_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintGetter", "" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetForceLocalPlayerEffect 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 GetForceLocalPlayerEffect constinit property declarations ***************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetForceLocalPlayerEffect Property Definitions ************************
void Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((NiagaraComponent_eventGetForceLocalPlayerEffect_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_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(NiagaraComponent_eventGetForceLocalPlayerEffect_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics::PropPointers) < 2048);
// ********** End Function GetForceLocalPlayerEffect Property Definitions **************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetForceLocalPlayerEffect", Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics::NiagaraComponent_eventGetForceLocalPlayerEffect_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics::NiagaraComponent_eventGetForceLocalPlayerEffect_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetForceLocalPlayerEffect)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->GetForceLocalPlayerEffect();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetForceLocalPlayerEffect ***********************
// ********** Begin Class UNiagaraComponent Function GetForceSolo **********************************
struct Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics
{
struct NiagaraComponent_eventGetForceSolo_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Is In Forced Solo Mode" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetForceSolo 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 GetForceSolo constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetForceSolo Property Definitions *************************************
void Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((NiagaraComponent_eventGetForceSolo_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_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(NiagaraComponent_eventGetForceSolo_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics::PropPointers) < 2048);
// ********** End Function GetForceSolo Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetForceSolo", Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics::NiagaraComponent_eventGetForceSolo_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics::NiagaraComponent_eventGetForceSolo_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetForceSolo()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetForceSolo_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetForceSolo)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->GetForceSolo();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetForceSolo ************************************
// ********** Begin Class UNiagaraComponent Function GetLockDesiredAgeDeltaTimeToSeekDelta *********
struct Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics
{
struct NiagaraComponent_eventGetLockDesiredAgeDeltaTimeToSeekDelta_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Gets whether or not the delta time used to tick the system instance when using desired age is locked to the seek delta. When true, the system instance\n\x09will only be ticked when the desired age has changed by more than the seek delta. When false the system instance will be ticked by the change in desired\n\x09""age when not seeking. */" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets whether or not the delta time used to tick the system instance when using desired age is locked to the seek delta. When true, the system instance\n will only be ticked when the desired age has changed by more than the seek delta. When false the system instance will be ticked by the change in desired\n age when not seeking." },
};
#endif // WITH_METADATA
// ********** Begin Function GetLockDesiredAgeDeltaTimeToSeekDelta 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 GetLockDesiredAgeDeltaTimeToSeekDelta constinit property declarations ***
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetLockDesiredAgeDeltaTimeToSeekDelta Property Definitions ************
void Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((NiagaraComponent_eventGetLockDesiredAgeDeltaTimeToSeekDelta_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_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(NiagaraComponent_eventGetLockDesiredAgeDeltaTimeToSeekDelta_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics::PropPointers) < 2048);
// ********** End Function GetLockDesiredAgeDeltaTimeToSeekDelta Property Definitions **************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetLockDesiredAgeDeltaTimeToSeekDelta", Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics::NiagaraComponent_eventGetLockDesiredAgeDeltaTimeToSeekDelta_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics::NiagaraComponent_eventGetLockDesiredAgeDeltaTimeToSeekDelta_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetLockDesiredAgeDeltaTimeToSeekDelta)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->GetLockDesiredAgeDeltaTimeToSeekDelta();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetLockDesiredAgeDeltaTimeToSeekDelta ***********
// ********** Begin Class UNiagaraComponent Function GetMaxSimTime *********************************
struct Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime_Statics
{
struct NiagaraComponent_eventGetMaxSimTime_Parms
{
float ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/**\n\x09Get the maximum CPU time in seconds we will simulate to the desired age, when we go beyond this limit ticks will be processed in the next frame.\n\x09This is only relevant when using the DesiredAge age update mode.\n\x09Note: The componet will not be visibile if we have ticks to process and SetCanRenderWhileSeeking is set to true\n\x09*/" },
{ "DisplayName", "Get Max Desired Age Tick Delta" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Get the maximum CPU time in seconds we will simulate to the desired age, when we go beyond this limit ticks will be processed in the next frame.\nThis is only relevant when using the DesiredAge age update mode.\nNote: The componet will not be visibile if we have ticks to process and SetCanRenderWhileSeeking is set to true" },
};
#endif // WITH_METADATA
// ********** Begin Function GetMaxSimTime constinit property declarations *************************
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetMaxSimTime constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetMaxSimTime Property Definitions ************************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetMaxSimTime_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime_Statics::PropPointers) < 2048);
// ********** End Function GetMaxSimTime Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetMaxSimTime", Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime_Statics::NiagaraComponent_eventGetMaxSimTime_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime_Statics::NiagaraComponent_eventGetMaxSimTime_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetMaxSimTime)
{
P_FINISH;
P_NATIVE_BEGIN;
*(float*)Z_Param__Result=P_THIS->GetMaxSimTime();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetMaxSimTime ***********************************
// ********** Begin Class UNiagaraComponent Function GetOcclusionQueryMode *************************
struct Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_Statics
{
struct NiagaraComponent_eventGetOcclusionQueryMode_Parms
{
ENiagaraOcclusionQueryMode ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetOcclusionQueryMode 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 GetOcclusionQueryMode constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetOcclusionQueryMode Property Definitions ****************************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_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_UNiagaraComponent_GetOcclusionQueryMode_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetOcclusionQueryMode_Parms, ReturnValue), Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode, METADATA_PARAMS(0, nullptr) }; // 2904217692
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_Statics::NewProp_ReturnValue_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_Statics::PropPointers) < 2048);
// ********** End Function GetOcclusionQueryMode Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetOcclusionQueryMode", Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_Statics::NiagaraComponent_eventGetOcclusionQueryMode_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_Statics::NiagaraComponent_eventGetOcclusionQueryMode_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetOcclusionQueryMode)
{
P_FINISH;
P_NATIVE_BEGIN;
*(ENiagaraOcclusionQueryMode*)Z_Param__Result=P_THIS->GetOcclusionQueryMode();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetOcclusionQueryMode ***************************
// ********** Begin Class UNiagaraComponent Function GetPreviewLODDistance *************************
struct Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance_Statics
{
struct NiagaraComponent_eventGetPreviewLODDistance_Parms
{
float ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Preview" },
{ "Keywords", "preview LOD Distance scalability" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetPreviewLODDistance constinit property declarations *****************
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetPreviewLODDistance constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetPreviewLODDistance Property Definitions ****************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetPreviewLODDistance_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance_Statics::PropPointers) < 2048);
// ********** End Function GetPreviewLODDistance Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetPreviewLODDistance", Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance_Statics::NiagaraComponent_eventGetPreviewLODDistance_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance_Statics::NiagaraComponent_eventGetPreviewLODDistance_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetPreviewLODDistance)
{
P_FINISH;
P_NATIVE_BEGIN;
*(float*)Z_Param__Result=P_THIS->GetPreviewLODDistance();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetPreviewLODDistance ***************************
// ********** Begin Class UNiagaraComponent Function GetPreviewLODDistanceEnabled ******************
struct Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics
{
struct NiagaraComponent_eventGetPreviewLODDistanceEnabled_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Preview" },
{ "Keywords", "preview LOD Distance scalability" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetPreviewLODDistanceEnabled 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 GetPreviewLODDistanceEnabled constinit property declarations ************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetPreviewLODDistanceEnabled Property Definitions *********************
void Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((NiagaraComponent_eventGetPreviewLODDistanceEnabled_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_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(NiagaraComponent_eventGetPreviewLODDistanceEnabled_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics::PropPointers) < 2048);
// ********** End Function GetPreviewLODDistanceEnabled Property Definitions ***********************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetPreviewLODDistanceEnabled", Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics::NiagaraComponent_eventGetPreviewLODDistanceEnabled_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics::NiagaraComponent_eventGetPreviewLODDistanceEnabled_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetPreviewLODDistanceEnabled)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->GetPreviewLODDistanceEnabled();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetPreviewLODDistanceEnabled ********************
// ********** Begin Class UNiagaraComponent Function GetRandomSeedOffset ***************************
struct Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset_Statics
{
struct NiagaraComponent_eventGetRandomSeedOffset_Parms
{
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Get Random Seed Offset" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetRandomSeedOffset constinit property declarations *******************
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetRandomSeedOffset constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetRandomSeedOffset Property Definitions ******************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetRandomSeedOffset_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset_Statics::PropPointers) < 2048);
// ********** End Function GetRandomSeedOffset Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetRandomSeedOffset", Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset_Statics::NiagaraComponent_eventGetRandomSeedOffset_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset_Statics::NiagaraComponent_eventGetRandomSeedOffset_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetRandomSeedOffset)
{
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=P_THIS->GetRandomSeedOffset();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetRandomSeedOffset *****************************
// ********** Begin Class UNiagaraComponent Function GetSeekDelta **********************************
struct Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta_Statics
{
struct NiagaraComponent_eventGetSeekDelta_Parms
{
float ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Gets the delta value which is used when seeking from the current age, to the desired age. This is only relevant\n\x09when using the DesiredAge age update mode. */" },
{ "DisplayName", "Get Desired Age Seek Delta" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets the delta value which is used when seeking from the current age, to the desired age. This is only relevant\n when using the DesiredAge age update mode." },
};
#endif // WITH_METADATA
// ********** Begin Function GetSeekDelta constinit property declarations **************************
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetSeekDelta constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetSeekDelta Property Definitions *************************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetSeekDelta_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta_Statics::PropPointers) < 2048);
// ********** End Function GetSeekDelta Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetSeekDelta", Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta_Statics::NiagaraComponent_eventGetSeekDelta_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta_Statics::NiagaraComponent_eventGetSeekDelta_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetSeekDelta)
{
P_FINISH;
P_NATIVE_BEGIN;
*(float*)Z_Param__Result=P_THIS->GetSeekDelta();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetSeekDelta ************************************
// ********** Begin Class UNiagaraComponent Function GetSimCache ***********************************
struct Z_Construct_UFunction_UNiagaraComponent_GetSimCache_Statics
{
struct NiagaraComponent_eventGetSimCache_Parms
{
UNiagaraSimCache* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "SimCache" },
{ "Comment", "/**\n\x09Get the active simulation cache, will return null if we do not have an active one.\n\x09*/" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Get the active simulation cache, will return null if we do not have an active one." },
};
#endif // WITH_METADATA
// ********** Begin Function GetSimCache constinit property declarations ***************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetSimCache constinit property declarations *****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetSimCache Property Definitions **************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetSimCache_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetSimCache_Parms, ReturnValue), Z_Construct_UClass_UNiagaraSimCache_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetSimCache_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetSimCache_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetSimCache_Statics::PropPointers) < 2048);
// ********** End Function GetSimCache Property Definitions ****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetSimCache_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetSimCache", Z_Construct_UFunction_UNiagaraComponent_GetSimCache_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetSimCache_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetSimCache_Statics::NiagaraComponent_eventGetSimCache_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetSimCache_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetSimCache_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetSimCache_Statics::NiagaraComponent_eventGetSimCache_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetSimCache()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetSimCache_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetSimCache)
{
P_FINISH;
P_NATIVE_BEGIN;
*(UNiagaraSimCache**)Z_Param__Result=P_THIS->GetSimCache();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetSimCache *************************************
// ********** Begin Class UNiagaraComponent Function GetSystemFixedBounds **************************
struct Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds_Statics
{
struct NiagaraComponent_eventGetSystemFixedBounds_Parms
{
FBox ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/**\n\x09Gets the fixed bounds for the system instance.\n\x09This will return the user set fixed bounds if set, or the systems fixed bounds if set.\n\x09Note: The returned box may be invalid if no fixed bounds exist\n\x09*/" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets the fixed bounds for the system instance.\nThis will return the user set fixed bounds if set, or the systems fixed bounds if set.\nNote: The returned box may be invalid if no fixed bounds exist" },
};
#endif // WITH_METADATA
// ********** Begin Function GetSystemFixedBounds constinit property declarations ******************
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetSystemFixedBounds constinit property declarations ********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetSystemFixedBounds Property Definitions *****************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetSystemFixedBounds_Parms, ReturnValue), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds_Statics::PropPointers) < 2048);
// ********** End Function GetSystemFixedBounds Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetSystemFixedBounds", Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds_Statics::NiagaraComponent_eventGetSystemFixedBounds_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds_Statics::NiagaraComponent_eventGetSystemFixedBounds_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetSystemFixedBounds)
{
P_FINISH;
P_NATIVE_BEGIN;
*(FBox*)Z_Param__Result=P_THIS->GetSystemFixedBounds();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetSystemFixedBounds ****************************
// ********** Begin Class UNiagaraComponent Function GetTickBehavior *******************************
struct Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_Statics
{
struct NiagaraComponent_eventGetTickBehavior_Parms
{
ENiagaraTickBehavior ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Get Tick Behavior" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetTickBehavior 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 GetTickBehavior constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetTickBehavior Property Definitions **********************************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_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_UNiagaraComponent_GetTickBehavior_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetTickBehavior_Parms, ReturnValue), Z_Construct_UEnum_Niagara_ENiagaraTickBehavior, METADATA_PARAMS(0, nullptr) }; // 126129537
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_Statics::NewProp_ReturnValue_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_Statics::PropPointers) < 2048);
// ********** End Function GetTickBehavior Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetTickBehavior", Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_Statics::NiagaraComponent_eventGetTickBehavior_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_Statics::NiagaraComponent_eventGetTickBehavior_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetTickBehavior)
{
P_FINISH;
P_NATIVE_BEGIN;
*(ENiagaraTickBehavior*)Z_Param__Result=P_THIS->GetTickBehavior();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetTickBehavior *********************************
// ********** Begin Class UNiagaraComponent Function GetVariableBool *******************************
struct Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics
{
struct NiagaraComponent_eventGetVariableBool_Parms
{
FName InVariableName;
bool bIsValid;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Gets a Niagara bool parameter by name. */" },
{ "DisplayName", "Get Niagara Variable (Bool)" },
{ "Keywords", "user parameter variable bool" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets a Niagara bool parameter by name." },
};
#endif // WITH_METADATA
// ********** Begin Function GetVariableBool constinit property declarations ***********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static void NewProp_bIsValid_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsValid;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetVariableBool constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetVariableBool Property Definitions **********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableBool_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::NewProp_bIsValid_SetBit(void* Obj)
{
((NiagaraComponent_eventGetVariableBool_Parms*)Obj)->bIsValid = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::NewProp_bIsValid = { "bIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventGetVariableBool_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::NewProp_bIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((NiagaraComponent_eventGetVariableBool_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_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(NiagaraComponent_eventGetVariableBool_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::NewProp_bIsValid,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::PropPointers) < 2048);
// ********** End Function GetVariableBool Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetVariableBool", Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::NiagaraComponent_eventGetVariableBool_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::NiagaraComponent_eventGetVariableBool_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetVariableBool()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetVariableBool_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetVariableBool)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_UBOOL_REF(Z_Param_Out_bIsValid);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->GetVariableBool(Z_Param_InVariableName,Z_Param_Out_bIsValid);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetVariableBool *********************************
// ********** Begin Class UNiagaraComponent Function GetVariableColor ******************************
struct Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics
{
struct NiagaraComponent_eventGetVariableColor_Parms
{
FName InVariableName;
bool bIsValid;
FLinearColor ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Gets a Niagara Linear Color parameter by name. */" },
{ "DisplayName", "Get Niagara Variable (LinearColor)" },
{ "Keywords", "user parameter variable color" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets a Niagara Linear Color parameter by name." },
};
#endif // WITH_METADATA
// ********** Begin Function GetVariableColor constinit property declarations **********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static void NewProp_bIsValid_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsValid;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetVariableColor constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetVariableColor Property Definitions *********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableColor_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::NewProp_bIsValid_SetBit(void* Obj)
{
((NiagaraComponent_eventGetVariableColor_Parms*)Obj)->bIsValid = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::NewProp_bIsValid = { "bIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventGetVariableColor_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::NewProp_bIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::NewProp_bIsValid,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::PropPointers) < 2048);
// ********** End Function GetVariableColor Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetVariableColor", Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::NiagaraComponent_eventGetVariableColor_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::NiagaraComponent_eventGetVariableColor_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetVariableColor()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetVariableColor_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetVariableColor)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_UBOOL_REF(Z_Param_Out_bIsValid);
P_FINISH;
P_NATIVE_BEGIN;
*(FLinearColor*)Z_Param__Result=P_THIS->GetVariableColor(Z_Param_InVariableName,Z_Param_Out_bIsValid);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetVariableColor ********************************
// ********** Begin Class UNiagaraComponent Function GetVariableFloat ******************************
struct Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics
{
struct NiagaraComponent_eventGetVariableFloat_Parms
{
FName InVariableName;
bool bIsValid;
float ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Gets a Niagara float parameter by name. */" },
{ "DisplayName", "Get Niagara Variable (Float)" },
{ "Keywords", "user parameter variable float" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets a Niagara float parameter by name." },
};
#endif // WITH_METADATA
// ********** Begin Function GetVariableFloat constinit property declarations **********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static void NewProp_bIsValid_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsValid;
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetVariableFloat constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetVariableFloat Property Definitions *********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableFloat_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::NewProp_bIsValid_SetBit(void* Obj)
{
((NiagaraComponent_eventGetVariableFloat_Parms*)Obj)->bIsValid = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::NewProp_bIsValid = { "bIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventGetVariableFloat_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::NewProp_bIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableFloat_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::NewProp_bIsValid,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::PropPointers) < 2048);
// ********** End Function GetVariableFloat Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetVariableFloat", Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::NiagaraComponent_eventGetVariableFloat_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::NiagaraComponent_eventGetVariableFloat_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetVariableFloat)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_UBOOL_REF(Z_Param_Out_bIsValid);
P_FINISH;
P_NATIVE_BEGIN;
*(float*)Z_Param__Result=P_THIS->GetVariableFloat(Z_Param_InVariableName,Z_Param_Out_bIsValid);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetVariableFloat ********************************
// ********** Begin Class UNiagaraComponent Function GetVariableInt ********************************
struct Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics
{
struct NiagaraComponent_eventGetVariableInt_Parms
{
FName InVariableName;
bool bIsValid;
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Gets a Niagara int parameter by name. */" },
{ "DisplayName", "Get Niagara Variable (Int32)" },
{ "Keywords", "user parameter variable int" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets a Niagara int parameter by name." },
};
#endif // WITH_METADATA
// ********** Begin Function GetVariableInt constinit property declarations ************************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static void NewProp_bIsValid_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsValid;
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetVariableInt constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetVariableInt Property Definitions ***********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableInt_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::NewProp_bIsValid_SetBit(void* Obj)
{
((NiagaraComponent_eventGetVariableInt_Parms*)Obj)->bIsValid = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::NewProp_bIsValid = { "bIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventGetVariableInt_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::NewProp_bIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::NewProp_bIsValid,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::PropPointers) < 2048);
// ********** End Function GetVariableInt Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetVariableInt", Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::NiagaraComponent_eventGetVariableInt_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::NiagaraComponent_eventGetVariableInt_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetVariableInt()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetVariableInt_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetVariableInt)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_UBOOL_REF(Z_Param_Out_bIsValid);
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=P_THIS->GetVariableInt(Z_Param_InVariableName,Z_Param_Out_bIsValid);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetVariableInt **********************************
// ********** Begin Class UNiagaraComponent Function GetVariableMatrix *****************************
struct Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics
{
struct FMatrix
{
FPlane XPlane;
FPlane YPlane;
FPlane ZPlane;
FPlane WPlane;
};
struct NiagaraComponent_eventGetVariableMatrix_Parms
{
FName InVariableName;
bool bIsValid;
FMatrix ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Gets a Niagara matrix parameter by name. */" },
{ "DisplayName", "Get Niagara Variable (Matrix)" },
{ "Keywords", "user parameter variable matrix" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets a Niagara matrix parameter by name." },
};
#endif // WITH_METADATA
// ********** Begin Function GetVariableMatrix constinit property declarations *********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static void NewProp_bIsValid_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsValid;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetVariableMatrix constinit property declarations ***********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetVariableMatrix Property Definitions ********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableMatrix_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::NewProp_bIsValid_SetBit(void* Obj)
{
((NiagaraComponent_eventGetVariableMatrix_Parms*)Obj)->bIsValid = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::NewProp_bIsValid = { "bIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventGetVariableMatrix_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::NewProp_bIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableMatrix_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::NewProp_bIsValid,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::PropPointers) < 2048);
// ********** End Function GetVariableMatrix Property Definitions **********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetVariableMatrix", Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::NiagaraComponent_eventGetVariableMatrix_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::NiagaraComponent_eventGetVariableMatrix_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetVariableMatrix)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_UBOOL_REF(Z_Param_Out_bIsValid);
P_FINISH;
P_NATIVE_BEGIN;
*(FMatrix*)Z_Param__Result=P_THIS->GetVariableMatrix(Z_Param_InVariableName,Z_Param_Out_bIsValid);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetVariableMatrix *******************************
// ********** Begin Class UNiagaraComponent Function GetVariablePosition ***************************
struct Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics
{
struct NiagaraComponent_eventGetVariablePosition_Parms
{
FName InVariableName;
bool bIsValid;
FVector ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Gets a Niagara Position parameter by name. */" },
{ "DisplayName", "Get Niagara Variable (Position)" },
{ "Keywords", "user parameter variable vector position lwc" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets a Niagara Position parameter by name." },
};
#endif // WITH_METADATA
// ********** Begin Function GetVariablePosition constinit property declarations *******************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static void NewProp_bIsValid_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsValid;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetVariablePosition constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetVariablePosition Property Definitions ******************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariablePosition_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::NewProp_bIsValid_SetBit(void* Obj)
{
((NiagaraComponent_eventGetVariablePosition_Parms*)Obj)->bIsValid = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::NewProp_bIsValid = { "bIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventGetVariablePosition_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::NewProp_bIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariablePosition_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::NewProp_bIsValid,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::PropPointers) < 2048);
// ********** End Function GetVariablePosition Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetVariablePosition", Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::NiagaraComponent_eventGetVariablePosition_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::NiagaraComponent_eventGetVariablePosition_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetVariablePosition)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_UBOOL_REF(Z_Param_Out_bIsValid);
P_FINISH;
P_NATIVE_BEGIN;
*(FVector*)Z_Param__Result=P_THIS->GetVariablePosition(Z_Param_InVariableName,Z_Param_Out_bIsValid);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetVariablePosition *****************************
// ********** Begin Class UNiagaraComponent Function GetVariableQuat *******************************
struct Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics
{
struct NiagaraComponent_eventGetVariableQuat_Parms
{
FName InVariableName;
bool bIsValid;
FQuat ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Gets a Niagara quaternion parameter by name. */" },
{ "DisplayName", "Get Niagara Variable (Quaternion)" },
{ "Keywords", "user parameter variable quaternion rotation" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets a Niagara quaternion parameter by name." },
};
#endif // WITH_METADATA
// ********** Begin Function GetVariableQuat constinit property declarations ***********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static void NewProp_bIsValid_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsValid;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetVariableQuat constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetVariableQuat Property Definitions **********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableQuat_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::NewProp_bIsValid_SetBit(void* Obj)
{
((NiagaraComponent_eventGetVariableQuat_Parms*)Obj)->bIsValid = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::NewProp_bIsValid = { "bIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventGetVariableQuat_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::NewProp_bIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableQuat_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::NewProp_bIsValid,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::PropPointers) < 2048);
// ********** End Function GetVariableQuat Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetVariableQuat", Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::NiagaraComponent_eventGetVariableQuat_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::NiagaraComponent_eventGetVariableQuat_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetVariableQuat)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_UBOOL_REF(Z_Param_Out_bIsValid);
P_FINISH;
P_NATIVE_BEGIN;
*(FQuat*)Z_Param__Result=P_THIS->GetVariableQuat(Z_Param_InVariableName,Z_Param_Out_bIsValid);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetVariableQuat *********************************
// ********** Begin Class UNiagaraComponent Function GetVariableVec2 *******************************
struct Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics
{
struct NiagaraComponent_eventGetVariableVec2_Parms
{
FName InVariableName;
bool bIsValid;
FVector2D ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Gets a Niagara Vector2 parameter by name. */" },
{ "DisplayName", "Get Niagara Variable (Vector2)" },
{ "Keywords", "user parameter variable vector" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets a Niagara Vector2 parameter by name." },
};
#endif // WITH_METADATA
// ********** Begin Function GetVariableVec2 constinit property declarations ***********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static void NewProp_bIsValid_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsValid;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetVariableVec2 constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetVariableVec2 Property Definitions **********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableVec2_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::NewProp_bIsValid_SetBit(void* Obj)
{
((NiagaraComponent_eventGetVariableVec2_Parms*)Obj)->bIsValid = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::NewProp_bIsValid = { "bIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventGetVariableVec2_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::NewProp_bIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableVec2_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::NewProp_bIsValid,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::PropPointers) < 2048);
// ********** End Function GetVariableVec2 Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetVariableVec2", Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::NiagaraComponent_eventGetVariableVec2_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::NiagaraComponent_eventGetVariableVec2_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetVariableVec2)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_UBOOL_REF(Z_Param_Out_bIsValid);
P_FINISH;
P_NATIVE_BEGIN;
*(FVector2D*)Z_Param__Result=P_THIS->GetVariableVec2(Z_Param_InVariableName,Z_Param_Out_bIsValid);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetVariableVec2 *********************************
// ********** Begin Class UNiagaraComponent Function GetVariableVec3 *******************************
struct Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics
{
struct NiagaraComponent_eventGetVariableVec3_Parms
{
FName InVariableName;
bool bIsValid;
FVector ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Gets a Niagara Vector3 parameter by name. */" },
{ "DisplayName", "Get Niagara Variable (Vector3)" },
{ "Keywords", "user parameter variable vector" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets a Niagara Vector3 parameter by name." },
};
#endif // WITH_METADATA
// ********** Begin Function GetVariableVec3 constinit property declarations ***********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static void NewProp_bIsValid_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsValid;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetVariableVec3 constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetVariableVec3 Property Definitions **********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableVec3_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::NewProp_bIsValid_SetBit(void* Obj)
{
((NiagaraComponent_eventGetVariableVec3_Parms*)Obj)->bIsValid = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::NewProp_bIsValid = { "bIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventGetVariableVec3_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::NewProp_bIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableVec3_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::NewProp_bIsValid,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::PropPointers) < 2048);
// ********** End Function GetVariableVec3 Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetVariableVec3", Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::NiagaraComponent_eventGetVariableVec3_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::NiagaraComponent_eventGetVariableVec3_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetVariableVec3)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_UBOOL_REF(Z_Param_Out_bIsValid);
P_FINISH;
P_NATIVE_BEGIN;
*(FVector*)Z_Param__Result=P_THIS->GetVariableVec3(Z_Param_InVariableName,Z_Param_Out_bIsValid);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetVariableVec3 *********************************
// ********** Begin Class UNiagaraComponent Function GetVariableVec4 *******************************
struct Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics
{
struct NiagaraComponent_eventGetVariableVec4_Parms
{
FName InVariableName;
bool bIsValid;
FVector4 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Gets a Niagara Vector4 parameter by name. */" },
{ "DisplayName", "Get Niagara Variable (Vector4)" },
{ "Keywords", "user parameter variable vector" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Gets a Niagara Vector4 parameter by name." },
};
#endif // WITH_METADATA
// ********** Begin Function GetVariableVec4 constinit property declarations ***********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static void NewProp_bIsValid_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsValid;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetVariableVec4 constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetVariableVec4 Property Definitions **********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableVec4_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::NewProp_bIsValid_SetBit(void* Obj)
{
((NiagaraComponent_eventGetVariableVec4_Parms*)Obj)->bIsValid = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::NewProp_bIsValid = { "bIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventGetVariableVec4_Parms), &Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::NewProp_bIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventGetVariableVec4_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::NewProp_bIsValid,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::PropPointers) < 2048);
// ********** End Function GetVariableVec4 Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "GetVariableVec4", Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::NiagaraComponent_eventGetVariableVec4_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::NiagaraComponent_eventGetVariableVec4_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execGetVariableVec4)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_UBOOL_REF(Z_Param_Out_bIsValid);
P_FINISH;
P_NATIVE_BEGIN;
*(FVector4*)Z_Param__Result=P_THIS->GetVariableVec4(Z_Param_InVariableName,Z_Param_Out_bIsValid);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function GetVariableVec4 *********************************
// ********** Begin Class UNiagaraComponent Function InitForPerformanceBaseline ********************
struct Z_Construct_UFunction_UNiagaraComponent_InitForPerformanceBaseline_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Performance" },
{ "Comment", "/**\n\x09Initializes this component for capturing a performance baseline.\n\x09This will do things such as disabling distance culling and setting a LODDistance of 0 to ensure the effect is at it's maximum cost.\n\x09*/" },
{ "Keywords", "Niagara Performance" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Initializes this component for capturing a performance baseline.\nThis will do things such as disabling distance culling and setting a LODDistance of 0 to ensure the effect is at it's maximum cost." },
};
#endif // WITH_METADATA
// ********** Begin Function InitForPerformanceBaseline constinit property declarations ************
// ********** End Function InitForPerformanceBaseline constinit property declarations **************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_InitForPerformanceBaseline_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "InitForPerformanceBaseline", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_InitForPerformanceBaseline_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_InitForPerformanceBaseline_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UNiagaraComponent_InitForPerformanceBaseline()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_InitForPerformanceBaseline_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execInitForPerformanceBaseline)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->InitForPerformanceBaseline();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function InitForPerformanceBaseline **********************
// ********** Begin Class UNiagaraComponent Function IsPaused **************************************
struct Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics
{
struct NiagaraComponent_eventIsPaused_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function IsPaused 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 IsPaused constinit property declarations ********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function IsPaused Property Definitions *****************************************
void Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((NiagaraComponent_eventIsPaused_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_IsPaused_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(NiagaraComponent_eventIsPaused_Parms), &Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics::PropPointers) < 2048);
// ********** End Function IsPaused Property Definitions *******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "IsPaused", Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics::NiagaraComponent_eventIsPaused_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics::NiagaraComponent_eventIsPaused_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_IsPaused()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_IsPaused_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execIsPaused)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->IsPaused();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function IsPaused ****************************************
// ********** Begin Class UNiagaraComponent Function ReinitializeSystem ****************************
struct Z_Construct_UFunction_UNiagaraComponent_ReinitializeSystem_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Called on when an external object wishes to force this System to reinitialize itself from the System data.*/" },
{ "DisplayName", "Reinitialize System" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Called on when an external object wishes to force this System to reinitialize itself from the System data." },
};
#endif // WITH_METADATA
// ********** Begin Function ReinitializeSystem constinit property declarations ********************
// ********** End Function ReinitializeSystem constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_ReinitializeSystem_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "ReinitializeSystem", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_ReinitializeSystem_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_ReinitializeSystem_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UNiagaraComponent_ReinitializeSystem()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_ReinitializeSystem_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execReinitializeSystem)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->ReinitializeSystem();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function ReinitializeSystem ******************************
// ********** Begin Class UNiagaraComponent Function ResetSystem ***********************************
struct Z_Construct_UFunction_UNiagaraComponent_ResetSystem_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Resets the System to it's initial pre-simulated state. */" },
{ "DisplayName", "Reset System" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Resets the System to it's initial pre-simulated state." },
};
#endif // WITH_METADATA
// ********** Begin Function ResetSystem constinit property declarations ***************************
// ********** End Function ResetSystem constinit property declarations *****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_ResetSystem_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "ResetSystem", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_ResetSystem_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_ResetSystem_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UNiagaraComponent_ResetSystem()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_ResetSystem_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execResetSystem)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->ResetSystem();
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function ResetSystem *************************************
// ********** Begin Class UNiagaraComponent Function SeekToDesiredAge ******************************
struct Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge_Statics
{
struct NiagaraComponent_eventSeekToDesiredAge_Parms
{
float InDesiredAge;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets the desired age of the System instance and designates that this change is a seek. When seeking to a desired age the\n\x09 The component can optionally prevent rendering. */" },
{ "DisplayName", "Seek to Desired Age" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets the desired age of the System instance and designates that this change is a seek. When seeking to a desired age the\n The component can optionally prevent rendering." },
};
#endif // WITH_METADATA
// ********** Begin Function SeekToDesiredAge constinit property declarations **********************
static const UECodeGen_Private::FFloatPropertyParams NewProp_InDesiredAge;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SeekToDesiredAge constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SeekToDesiredAge Property Definitions *********************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge_Statics::NewProp_InDesiredAge = { "InDesiredAge", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSeekToDesiredAge_Parms, InDesiredAge), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge_Statics::NewProp_InDesiredAge,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge_Statics::PropPointers) < 2048);
// ********** End Function SeekToDesiredAge Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SeekToDesiredAge", Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge_Statics::NiagaraComponent_eventSeekToDesiredAge_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge_Statics::NiagaraComponent_eventSeekToDesiredAge_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSeekToDesiredAge)
{
P_GET_PROPERTY(FFloatProperty,Z_Param_InDesiredAge);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SeekToDesiredAge(Z_Param_InDesiredAge);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SeekToDesiredAge ********************************
// ********** Begin Class UNiagaraComponent Function SetAgeUpdateMode ******************************
struct Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics
{
struct NiagaraComponent_eventSetAgeUpdateMode_Parms
{
ENiagaraAgeUpdateMode InAgeUpdateMode;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets the age update mode for the System instance. */" },
{ "DisplayName", "Set Age Update Mode" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets the age update mode for the System instance." },
};
#endif // WITH_METADATA
// ********** Begin Function SetAgeUpdateMode constinit property declarations **********************
static const UECodeGen_Private::FBytePropertyParams NewProp_InAgeUpdateMode_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_InAgeUpdateMode;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetAgeUpdateMode constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetAgeUpdateMode Property Definitions *********************************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics::NewProp_InAgeUpdateMode_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_UNiagaraComponent_SetAgeUpdateMode_Statics::NewProp_InAgeUpdateMode = { "InAgeUpdateMode", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetAgeUpdateMode_Parms, InAgeUpdateMode), Z_Construct_UEnum_Niagara_ENiagaraAgeUpdateMode, METADATA_PARAMS(0, nullptr) }; // 1177902508
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics::NewProp_InAgeUpdateMode_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics::NewProp_InAgeUpdateMode,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics::PropPointers) < 2048);
// ********** End Function SetAgeUpdateMode Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetAgeUpdateMode", Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics::NiagaraComponent_eventSetAgeUpdateMode_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics::NiagaraComponent_eventSetAgeUpdateMode_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetAgeUpdateMode)
{
P_GET_ENUM(ENiagaraAgeUpdateMode,Z_Param_InAgeUpdateMode);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetAgeUpdateMode(ENiagaraAgeUpdateMode(Z_Param_InAgeUpdateMode));
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetAgeUpdateMode ********************************
// ********** Begin Class UNiagaraComponent Function SetAllowScalability ***************************
struct Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics
{
struct NiagaraComponent_eventSetAllowScalability_Parms
{
bool bAllow;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintSetter", "" },
{ "Category", "Scalability" },
{ "Comment", "/** Set whether this component is allowed to perform scalability checks and potentially be culled etc. Occasionally it is useful to disable this for specific components. E.g. Effects on the local player. */" },
{ "Keywords", "LOD scalability" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Set whether this component is allowed to perform scalability checks and potentially be culled etc. Occasionally it is useful to disable this for specific components. E.g. Effects on the local player." },
};
#endif // WITH_METADATA
// ********** Begin Function SetAllowScalability constinit property declarations *******************
static void NewProp_bAllow_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllow;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetAllowScalability constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetAllowScalability Property Definitions ******************************
void Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::NewProp_bAllow_SetBit(void* Obj)
{
((NiagaraComponent_eventSetAllowScalability_Parms*)Obj)->bAllow = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::NewProp_bAllow = { "bAllow", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetAllowScalability_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::NewProp_bAllow_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::NewProp_bAllow,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::PropPointers) < 2048);
// ********** End Function SetAllowScalability Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetAllowScalability", Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::NiagaraComponent_eventSetAllowScalability_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::NiagaraComponent_eventSetAllowScalability_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetAllowScalability)
{
P_GET_UBOOL(Z_Param_bAllow);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetAllowScalability(Z_Param_bAllow);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetAllowScalability *****************************
// ********** Begin Class UNiagaraComponent Function SetAsset **************************************
struct Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics
{
struct NiagaraComponent_eventSetAsset_Parms
{
UNiagaraSystem* InAsset;
bool bResetExistingOverrideParameters;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/*\n\x09Switch which asset the component is using.\n\x09This requires Niagara to wait for concurrent execution and the override parameter store to be synchronized with the new asset.\n\x09""By default existing parameters are reset when we call SetAsset, modify bResetExistingOverrideParameters to leave existing parameter data as is.\n\x09*/" },
{ "CPP_Default_bResetExistingOverrideParameters", "true" },
{ "DisplayName", "Set Niagara System Asset" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Switch which asset the component is using.\nThis requires Niagara to wait for concurrent execution and the override parameter store to be synchronized with the new asset.\nBy default existing parameters are reset when we call SetAsset, modify bResetExistingOverrideParameters to leave existing parameter data as is." },
};
#endif // WITH_METADATA
// ********** Begin Function SetAsset constinit property declarations ******************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_InAsset;
static void NewProp_bResetExistingOverrideParameters_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bResetExistingOverrideParameters;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetAsset constinit property declarations ********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetAsset Property Definitions *****************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::NewProp_InAsset = { "InAsset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetAsset_Parms, InAsset), Z_Construct_UClass_UNiagaraSystem_NoRegister, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::NewProp_bResetExistingOverrideParameters_SetBit(void* Obj)
{
((NiagaraComponent_eventSetAsset_Parms*)Obj)->bResetExistingOverrideParameters = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::NewProp_bResetExistingOverrideParameters = { "bResetExistingOverrideParameters", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetAsset_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::NewProp_bResetExistingOverrideParameters_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::NewProp_InAsset,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::NewProp_bResetExistingOverrideParameters,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::PropPointers) < 2048);
// ********** End Function SetAsset Property Definitions *******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetAsset", Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::NiagaraComponent_eventSetAsset_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::NiagaraComponent_eventSetAsset_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetAsset()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetAsset_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetAsset)
{
P_GET_OBJECT(UNiagaraSystem,Z_Param_InAsset);
P_GET_UBOOL(Z_Param_bResetExistingOverrideParameters);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetAsset(Z_Param_InAsset,Z_Param_bResetExistingOverrideParameters);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetAsset ****************************************
// ********** Begin Class UNiagaraComponent Function SetAutoDestroy ********************************
struct Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics
{
struct NiagaraComponent_eventSetAutoDestroy_Parms
{
bool bInAutoDestroy;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Auto Destroy" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetAutoDestroy constinit property declarations ************************
static void NewProp_bInAutoDestroy_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInAutoDestroy;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetAutoDestroy constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetAutoDestroy Property Definitions ***********************************
void Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::NewProp_bInAutoDestroy_SetBit(void* Obj)
{
((NiagaraComponent_eventSetAutoDestroy_Parms*)Obj)->bInAutoDestroy = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::NewProp_bInAutoDestroy = { "bInAutoDestroy", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetAutoDestroy_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::NewProp_bInAutoDestroy_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::NewProp_bInAutoDestroy,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::PropPointers) < 2048);
// ********** End Function SetAutoDestroy Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetAutoDestroy", Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::NiagaraComponent_eventSetAutoDestroy_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::NiagaraComponent_eventSetAutoDestroy_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetAutoDestroy)
{
P_GET_UBOOL(Z_Param_bInAutoDestroy);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetAutoDestroy(Z_Param_bInAutoDestroy);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetAutoDestroy **********************************
// ********** Begin Class UNiagaraComponent Function SetCanRenderWhileSeeking **********************
struct Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics
{
struct NiagaraComponent_eventSetCanRenderWhileSeeking_Parms
{
bool bInCanRenderWhileSeeking;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets whether or not the system can render while seeking. */" },
{ "DisplayName", "Set Can Render While Seeking" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets whether or not the system can render while seeking." },
};
#endif // WITH_METADATA
// ********** Begin Function SetCanRenderWhileSeeking constinit property declarations **************
static void NewProp_bInCanRenderWhileSeeking_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInCanRenderWhileSeeking;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetCanRenderWhileSeeking constinit property declarations ****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetCanRenderWhileSeeking Property Definitions *************************
void Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::NewProp_bInCanRenderWhileSeeking_SetBit(void* Obj)
{
((NiagaraComponent_eventSetCanRenderWhileSeeking_Parms*)Obj)->bInCanRenderWhileSeeking = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::NewProp_bInCanRenderWhileSeeking = { "bInCanRenderWhileSeeking", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetCanRenderWhileSeeking_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::NewProp_bInCanRenderWhileSeeking_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::NewProp_bInCanRenderWhileSeeking,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::PropPointers) < 2048);
// ********** End Function SetCanRenderWhileSeeking Property Definitions ***************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetCanRenderWhileSeeking", Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::NiagaraComponent_eventSetCanRenderWhileSeeking_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::NiagaraComponent_eventSetCanRenderWhileSeeking_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetCanRenderWhileSeeking)
{
P_GET_UBOOL(Z_Param_bInCanRenderWhileSeeking);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetCanRenderWhileSeeking(Z_Param_bInCanRenderWhileSeeking);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetCanRenderWhileSeeking ************************
// ********** Begin Class UNiagaraComponent Function SetCustomTimeDilation *************************
struct Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation_Statics
{
struct NiagaraComponent_eventSetCustomTimeDilation_Parms
{
float Dilation;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/**\n\x09Sets the custom time dilation value for the component.\n\x09Note: This is only available on components that are in solo mode currently.\n\x09*/" },
{ "CPP_Default_Dilation", "1.000000" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets the custom time dilation value for the component.\nNote: This is only available on components that are in solo mode currently." },
};
#endif // WITH_METADATA
// ********** Begin Function SetCustomTimeDilation constinit property declarations *****************
static const UECodeGen_Private::FFloatPropertyParams NewProp_Dilation;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetCustomTimeDilation constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetCustomTimeDilation Property Definitions ****************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation_Statics::NewProp_Dilation = { "Dilation", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetCustomTimeDilation_Parms, Dilation), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation_Statics::NewProp_Dilation,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation_Statics::PropPointers) < 2048);
// ********** End Function SetCustomTimeDilation Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetCustomTimeDilation", Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation_Statics::NiagaraComponent_eventSetCustomTimeDilation_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation_Statics::NiagaraComponent_eventSetCustomTimeDilation_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetCustomTimeDilation)
{
P_GET_PROPERTY(FFloatProperty,Z_Param_Dilation);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetCustomTimeDilation(Z_Param_Dilation);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetCustomTimeDilation ***************************
// ********** Begin Class UNiagaraComponent Function SetDesiredAge *********************************
struct Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge_Statics
{
struct NiagaraComponent_eventSetDesiredAge_Parms
{
float InDesiredAge;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets the desired age of the System instance. This is only relevant when using the DesiredAge age update mode. */" },
{ "DisplayName", "Set Desired Age" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets the desired age of the System instance. This is only relevant when using the DesiredAge age update mode." },
};
#endif // WITH_METADATA
// ********** Begin Function SetDesiredAge constinit property declarations *************************
static const UECodeGen_Private::FFloatPropertyParams NewProp_InDesiredAge;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetDesiredAge constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetDesiredAge Property Definitions ************************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge_Statics::NewProp_InDesiredAge = { "InDesiredAge", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetDesiredAge_Parms, InDesiredAge), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge_Statics::NewProp_InDesiredAge,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge_Statics::PropPointers) < 2048);
// ********** End Function SetDesiredAge Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetDesiredAge", Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge_Statics::NiagaraComponent_eventSetDesiredAge_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge_Statics::NiagaraComponent_eventSetDesiredAge_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetDesiredAge)
{
P_GET_PROPERTY(FFloatProperty,Z_Param_InDesiredAge);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetDesiredAge(Z_Param_InDesiredAge);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetDesiredAge ***********************************
// ********** Begin Class UNiagaraComponent Function SetEmitterFixedBounds *************************
struct Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics
{
struct NiagaraComponent_eventSetEmitterFixedBounds_Parms
{
FName EmitterName;
FBox LocalBounds;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/**\n\x09Sets the fixed bounds for an emitter instance, this overrides all other bounds.\n\x09The box is expected to be in local space not world space.\n\x09""A default uninitialized box will clear the fixed bounds and revert back to emitter fixed / dynamic bounds.\n\x09*/" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets the fixed bounds for an emitter instance, this overrides all other bounds.\nThe box is expected to be in local space not world space.\nA default uninitialized box will clear the fixed bounds and revert back to emitter fixed / dynamic bounds." },
};
#endif // WITH_METADATA
// ********** Begin Function SetEmitterFixedBounds constinit property declarations *****************
static const UECodeGen_Private::FNamePropertyParams NewProp_EmitterName;
static const UECodeGen_Private::FStructPropertyParams NewProp_LocalBounds;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetEmitterFixedBounds constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetEmitterFixedBounds Property Definitions ****************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetEmitterFixedBounds_Parms, EmitterName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::NewProp_LocalBounds = { "LocalBounds", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetEmitterFixedBounds_Parms, LocalBounds), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::NewProp_EmitterName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::NewProp_LocalBounds,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::PropPointers) < 2048);
// ********** End Function SetEmitterFixedBounds Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetEmitterFixedBounds", Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::NiagaraComponent_eventSetEmitterFixedBounds_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::NiagaraComponent_eventSetEmitterFixedBounds_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetEmitterFixedBounds)
{
P_GET_PROPERTY(FNameProperty,Z_Param_EmitterName);
P_GET_STRUCT(FBox,Z_Param_LocalBounds);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetEmitterFixedBounds(Z_Param_EmitterName,Z_Param_LocalBounds);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetEmitterFixedBounds ***************************
// ********** Begin Class UNiagaraComponent Function SetForceLocalPlayerEffect *********************
struct Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics
{
struct NiagaraComponent_eventSetForceLocalPlayerEffect_Parms
{
bool bIsPlayerEffect;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintSetter", "" },
{ "Category", "Scalability" },
{ "Keywords", "LOD scalability" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetForceLocalPlayerEffect constinit property declarations *************
static void NewProp_bIsPlayerEffect_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsPlayerEffect;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetForceLocalPlayerEffect constinit property declarations ***************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetForceLocalPlayerEffect Property Definitions ************************
void Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::NewProp_bIsPlayerEffect_SetBit(void* Obj)
{
((NiagaraComponent_eventSetForceLocalPlayerEffect_Parms*)Obj)->bIsPlayerEffect = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::NewProp_bIsPlayerEffect = { "bIsPlayerEffect", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetForceLocalPlayerEffect_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::NewProp_bIsPlayerEffect_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::NewProp_bIsPlayerEffect,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::PropPointers) < 2048);
// ********** End Function SetForceLocalPlayerEffect Property Definitions **************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetForceLocalPlayerEffect", Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::NiagaraComponent_eventSetForceLocalPlayerEffect_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::NiagaraComponent_eventSetForceLocalPlayerEffect_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetForceLocalPlayerEffect)
{
P_GET_UBOOL(Z_Param_bIsPlayerEffect);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetForceLocalPlayerEffect(Z_Param_bIsPlayerEffect);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetForceLocalPlayerEffect ***********************
// ********** Begin Class UNiagaraComponent Function SetForceSolo **********************************
struct Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics
{
struct NiagaraComponent_eventSetForceSolo_Parms
{
bool bInForceSolo;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Forced Solo Mode" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetForceSolo constinit property declarations **************************
static void NewProp_bInForceSolo_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInForceSolo;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetForceSolo constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetForceSolo Property Definitions *************************************
void Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::NewProp_bInForceSolo_SetBit(void* Obj)
{
((NiagaraComponent_eventSetForceSolo_Parms*)Obj)->bInForceSolo = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::NewProp_bInForceSolo = { "bInForceSolo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetForceSolo_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::NewProp_bInForceSolo_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::NewProp_bInForceSolo,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::PropPointers) < 2048);
// ********** End Function SetForceSolo Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetForceSolo", Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::NiagaraComponent_eventSetForceSolo_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::NiagaraComponent_eventSetForceSolo_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetForceSolo()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetForceSolo_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetForceSolo)
{
P_GET_UBOOL(Z_Param_bInForceSolo);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetForceSolo(Z_Param_bInForceSolo);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetForceSolo ************************************
// ********** Begin Class UNiagaraComponent Function SetGpuComputeDebug ****************************
struct Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics
{
struct NiagaraComponent_eventSetGpuComputeDebug_Parms
{
bool bEnableDebug;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetGpuComputeDebug constinit property declarations ********************
static void NewProp_bEnableDebug_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableDebug;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetGpuComputeDebug constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetGpuComputeDebug Property Definitions *******************************
void Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::NewProp_bEnableDebug_SetBit(void* Obj)
{
((NiagaraComponent_eventSetGpuComputeDebug_Parms*)Obj)->bEnableDebug = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::NewProp_bEnableDebug = { "bEnableDebug", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetGpuComputeDebug_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::NewProp_bEnableDebug_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::NewProp_bEnableDebug,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::PropPointers) < 2048);
// ********** End Function SetGpuComputeDebug Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetGpuComputeDebug", Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::NiagaraComponent_eventSetGpuComputeDebug_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::NiagaraComponent_eventSetGpuComputeDebug_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetGpuComputeDebug)
{
P_GET_UBOOL(Z_Param_bEnableDebug);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetGpuComputeDebug(Z_Param_bEnableDebug);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetGpuComputeDebug ******************************
// ********** Begin Class UNiagaraComponent Function SetLockDesiredAgeDeltaTimeToSeekDelta *********
struct Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics
{
struct NiagaraComponent_eventSetLockDesiredAgeDeltaTimeToSeekDelta_Parms
{
bool bLock;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets whether or not the delta time used to tick the system instance when using desired age is locked to the seek delta. When true, the system instance\n\x09will only be ticked when the desired age has changed by more than the seek delta. When false the system instance will be ticked by the change in desired\n\x09""age when not seeking. */" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets whether or not the delta time used to tick the system instance when using desired age is locked to the seek delta. When true, the system instance\n will only be ticked when the desired age has changed by more than the seek delta. When false the system instance will be ticked by the change in desired\n age when not seeking." },
};
#endif // WITH_METADATA
// ********** Begin Function SetLockDesiredAgeDeltaTimeToSeekDelta constinit property declarations *
static void NewProp_bLock_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLock;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetLockDesiredAgeDeltaTimeToSeekDelta constinit property declarations ***
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetLockDesiredAgeDeltaTimeToSeekDelta Property Definitions ************
void Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::NewProp_bLock_SetBit(void* Obj)
{
((NiagaraComponent_eventSetLockDesiredAgeDeltaTimeToSeekDelta_Parms*)Obj)->bLock = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::NewProp_bLock = { "bLock", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetLockDesiredAgeDeltaTimeToSeekDelta_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::NewProp_bLock_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::NewProp_bLock,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::PropPointers) < 2048);
// ********** End Function SetLockDesiredAgeDeltaTimeToSeekDelta Property Definitions **************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetLockDesiredAgeDeltaTimeToSeekDelta", Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::NiagaraComponent_eventSetLockDesiredAgeDeltaTimeToSeekDelta_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::NiagaraComponent_eventSetLockDesiredAgeDeltaTimeToSeekDelta_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetLockDesiredAgeDeltaTimeToSeekDelta)
{
P_GET_UBOOL(Z_Param_bLock);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetLockDesiredAgeDeltaTimeToSeekDelta(Z_Param_bLock);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetLockDesiredAgeDeltaTimeToSeekDelta ***********
// ********** Begin Class UNiagaraComponent Function SetMaxSimTime *********************************
struct Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime_Statics
{
struct NiagaraComponent_eventSetMaxSimTime_Parms
{
float InMaxTime;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/**\n\x09Sets the maximum CPU time in seconds we will simulate to the desired age, when we go beyond this limit ticks will be processed in the next frame.\n\x09This is only relevant when using the DesiredAge age update mode.\n\x09Note: The componet will not be visibile if we have ticks to process and SetCanRenderWhileSeeking is set to true\n\x09*/" },
{ "DisplayName", "Set Max Desired Age Tick Delta" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets the maximum CPU time in seconds we will simulate to the desired age, when we go beyond this limit ticks will be processed in the next frame.\nThis is only relevant when using the DesiredAge age update mode.\nNote: The componet will not be visibile if we have ticks to process and SetCanRenderWhileSeeking is set to true" },
};
#endif // WITH_METADATA
// ********** Begin Function SetMaxSimTime constinit property declarations *************************
static const UECodeGen_Private::FFloatPropertyParams NewProp_InMaxTime;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetMaxSimTime constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetMaxSimTime Property Definitions ************************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime_Statics::NewProp_InMaxTime = { "InMaxTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetMaxSimTime_Parms, InMaxTime), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime_Statics::NewProp_InMaxTime,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime_Statics::PropPointers) < 2048);
// ********** End Function SetMaxSimTime Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetMaxSimTime", Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime_Statics::NiagaraComponent_eventSetMaxSimTime_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime_Statics::NiagaraComponent_eventSetMaxSimTime_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetMaxSimTime)
{
P_GET_PROPERTY(FFloatProperty,Z_Param_InMaxTime);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetMaxSimTime(Z_Param_InMaxTime);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetMaxSimTime ***********************************
// ********** Begin Class UNiagaraComponent Function SetNiagaraVariableActor ***********************
struct Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics
{
struct NiagaraComponent_eventSetNiagaraVariableActor_Parms
{
FString InVariableName;
AActor* Actor;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable By String (Actor)" },
{ "Keywords", "user parameter variable actor" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVariableName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNiagaraVariableActor constinit property declarations ***************
static const UECodeGen_Private::FStrPropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Actor;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNiagaraVariableActor constinit property declarations *****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNiagaraVariableActor Property Definitions **************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableActor_Parms, InVariableName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVariableName_MetaData), NewProp_InVariableName_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::NewProp_Actor = { "Actor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableActor_Parms, Actor), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::NewProp_Actor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::PropPointers) < 2048);
// ********** End Function SetNiagaraVariableActor Property Definitions ****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetNiagaraVariableActor", Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::NiagaraComponent_eventSetNiagaraVariableActor_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::NiagaraComponent_eventSetNiagaraVariableActor_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetNiagaraVariableActor)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InVariableName);
P_GET_OBJECT(AActor,Z_Param_Actor);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNiagaraVariableActor(Z_Param_InVariableName,Z_Param_Actor);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetNiagaraVariableActor *************************
// ********** Begin Class UNiagaraComponent Function SetNiagaraVariableBool ************************
struct Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics
{
struct NiagaraComponent_eventSetNiagaraVariableBool_Parms
{
FString InVariableName;
bool InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable By String (Bool)" },
{ "Keywords", "user parameter variable bool" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVariableName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNiagaraVariableBool constinit property declarations ****************
static const UECodeGen_Private::FStrPropertyParams NewProp_InVariableName;
static void NewProp_InValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNiagaraVariableBool constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNiagaraVariableBool Property Definitions ***************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableBool_Parms, InVariableName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVariableName_MetaData), NewProp_InVariableName_MetaData) };
void Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::NewProp_InValue_SetBit(void* Obj)
{
((NiagaraComponent_eventSetNiagaraVariableBool_Parms*)Obj)->InValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetNiagaraVariableBool_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::NewProp_InValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::PropPointers) < 2048);
// ********** End Function SetNiagaraVariableBool Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetNiagaraVariableBool", Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::NiagaraComponent_eventSetNiagaraVariableBool_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::NiagaraComponent_eventSetNiagaraVariableBool_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetNiagaraVariableBool)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InVariableName);
P_GET_UBOOL(Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNiagaraVariableBool(Z_Param_InVariableName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetNiagaraVariableBool **************************
// ********** Begin Class UNiagaraComponent Function SetNiagaraVariableFloat ***********************
struct Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics
{
struct NiagaraComponent_eventSetNiagaraVariableFloat_Parms
{
FString InVariableName;
float InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable By String (Float)" },
{ "Keywords", "user parameter variable float" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVariableName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNiagaraVariableFloat constinit property declarations ***************
static const UECodeGen_Private::FStrPropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FFloatPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNiagaraVariableFloat constinit property declarations *****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNiagaraVariableFloat Property Definitions **************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableFloat_Parms, InVariableName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVariableName_MetaData), NewProp_InVariableName_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableFloat_Parms, InValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::PropPointers) < 2048);
// ********** End Function SetNiagaraVariableFloat Property Definitions ****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetNiagaraVariableFloat", Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::NiagaraComponent_eventSetNiagaraVariableFloat_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::NiagaraComponent_eventSetNiagaraVariableFloat_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetNiagaraVariableFloat)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InVariableName);
P_GET_PROPERTY(FFloatProperty,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNiagaraVariableFloat(Z_Param_InVariableName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetNiagaraVariableFloat *************************
// ********** Begin Class UNiagaraComponent Function SetNiagaraVariableInt *************************
struct Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics
{
struct NiagaraComponent_eventSetNiagaraVariableInt_Parms
{
FString InVariableName;
int32 InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable By String (Int32)" },
{ "Keywords", "user parameter variable int" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVariableName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNiagaraVariableInt constinit property declarations *****************
static const UECodeGen_Private::FStrPropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FIntPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNiagaraVariableInt constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNiagaraVariableInt Property Definitions ****************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableInt_Parms, InVariableName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVariableName_MetaData), NewProp_InVariableName_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableInt_Parms, InValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::PropPointers) < 2048);
// ********** End Function SetNiagaraVariableInt Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetNiagaraVariableInt", Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::NiagaraComponent_eventSetNiagaraVariableInt_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::NiagaraComponent_eventSetNiagaraVariableInt_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetNiagaraVariableInt)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InVariableName);
P_GET_PROPERTY(FIntProperty,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNiagaraVariableInt(Z_Param_InVariableName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetNiagaraVariableInt ***************************
// ********** Begin Class UNiagaraComponent Function SetNiagaraVariableLinearColor *****************
struct Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics
{
struct NiagaraComponent_eventSetNiagaraVariableLinearColor_Parms
{
FString InVariableName;
FLinearColor InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable By String (LinearColor)" },
{ "Keywords", "user parameter variable color" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVariableName_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNiagaraVariableLinearColor constinit property declarations *********
static const UECodeGen_Private::FStrPropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNiagaraVariableLinearColor constinit property declarations ***********
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNiagaraVariableLinearColor Property Definitions ********************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableLinearColor_Parms, InVariableName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVariableName_MetaData), NewProp_InVariableName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableLinearColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::PropPointers) < 2048);
// ********** End Function SetNiagaraVariableLinearColor Property Definitions **********************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetNiagaraVariableLinearColor", Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::NiagaraComponent_eventSetNiagaraVariableLinearColor_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::NiagaraComponent_eventSetNiagaraVariableLinearColor_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetNiagaraVariableLinearColor)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InVariableName);
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNiagaraVariableLinearColor(Z_Param_InVariableName,Z_Param_Out_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetNiagaraVariableLinearColor *******************
// ********** Begin Class UNiagaraComponent Function SetNiagaraVariableMatrix **********************
struct Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics
{
struct FMatrix
{
FPlane XPlane;
FPlane YPlane;
FPlane ZPlane;
FPlane WPlane;
};
struct NiagaraComponent_eventSetNiagaraVariableMatrix_Parms
{
FString InVariableName;
FMatrix InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable By String (Matrix)" },
{ "Keywords", "user parameter variable matrix" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVariableName_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNiagaraVariableMatrix constinit property declarations **************
static const UECodeGen_Private::FStrPropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNiagaraVariableMatrix constinit property declarations ****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNiagaraVariableMatrix Property Definitions *************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableMatrix_Parms, InVariableName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVariableName_MetaData), NewProp_InVariableName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableMatrix_Parms, InValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::PropPointers) < 2048);
// ********** End Function SetNiagaraVariableMatrix Property Definitions ***************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetNiagaraVariableMatrix", Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::NiagaraComponent_eventSetNiagaraVariableMatrix_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::NiagaraComponent_eventSetNiagaraVariableMatrix_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetNiagaraVariableMatrix)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InVariableName);
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNiagaraVariableMatrix(Z_Param_InVariableName,Z_Param_Out_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetNiagaraVariableMatrix ************************
// ********** Begin Class UNiagaraComponent Function SetNiagaraVariableObject **********************
struct Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics
{
struct NiagaraComponent_eventSetNiagaraVariableObject_Parms
{
FString InVariableName;
UObject* Object;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable By String (Object)" },
{ "Keywords", "user parameter variable object" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVariableName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNiagaraVariableObject constinit property declarations **************
static const UECodeGen_Private::FStrPropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Object;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNiagaraVariableObject constinit property declarations ****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNiagaraVariableObject Property Definitions *************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableObject_Parms, InVariableName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVariableName_MetaData), NewProp_InVariableName_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::NewProp_Object = { "Object", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableObject_Parms, Object), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::NewProp_Object,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::PropPointers) < 2048);
// ********** End Function SetNiagaraVariableObject Property Definitions ***************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetNiagaraVariableObject", Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::NiagaraComponent_eventSetNiagaraVariableObject_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::NiagaraComponent_eventSetNiagaraVariableObject_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetNiagaraVariableObject)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InVariableName);
P_GET_OBJECT(UObject,Z_Param_Object);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNiagaraVariableObject(Z_Param_InVariableName,Z_Param_Object);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetNiagaraVariableObject ************************
// ********** Begin Class UNiagaraComponent Function SetNiagaraVariablePosition ********************
struct Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics
{
struct NiagaraComponent_eventSetNiagaraVariablePosition_Parms
{
FString InVariableName;
FVector InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable By String (Position)" },
{ "Keywords", "user parameter variable vector position lwc" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVariableName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNiagaraVariablePosition constinit property declarations ************
static const UECodeGen_Private::FStrPropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNiagaraVariablePosition constinit property declarations **************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNiagaraVariablePosition Property Definitions ***********************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariablePosition_Parms, InVariableName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVariableName_MetaData), NewProp_InVariableName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariablePosition_Parms, InValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::PropPointers) < 2048);
// ********** End Function SetNiagaraVariablePosition Property Definitions *************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetNiagaraVariablePosition", Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::NiagaraComponent_eventSetNiagaraVariablePosition_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::NiagaraComponent_eventSetNiagaraVariablePosition_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetNiagaraVariablePosition)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InVariableName);
P_GET_STRUCT(FVector,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNiagaraVariablePosition(Z_Param_InVariableName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetNiagaraVariablePosition **********************
// ********** Begin Class UNiagaraComponent Function SetNiagaraVariableQuat ************************
struct Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics
{
struct NiagaraComponent_eventSetNiagaraVariableQuat_Parms
{
FString InVariableName;
FQuat InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable By String (Quaternion)" },
{ "Keywords", "user parameter variable quaternion rotation" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVariableName_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNiagaraVariableQuat constinit property declarations ****************
static const UECodeGen_Private::FStrPropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNiagaraVariableQuat constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNiagaraVariableQuat Property Definitions ***************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableQuat_Parms, InVariableName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVariableName_MetaData), NewProp_InVariableName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableQuat_Parms, InValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::PropPointers) < 2048);
// ********** End Function SetNiagaraVariableQuat Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetNiagaraVariableQuat", Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::NiagaraComponent_eventSetNiagaraVariableQuat_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::NiagaraComponent_eventSetNiagaraVariableQuat_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetNiagaraVariableQuat)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InVariableName);
P_GET_STRUCT_REF(FQuat,Z_Param_Out_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNiagaraVariableQuat(Z_Param_InVariableName,Z_Param_Out_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetNiagaraVariableQuat **************************
// ********** Begin Class UNiagaraComponent Function SetNiagaraVariableVec2 ************************
struct Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics
{
struct NiagaraComponent_eventSetNiagaraVariableVec2_Parms
{
FString InVariableName;
FVector2D InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable By String (Vector2)" },
{ "Keywords", "user parameter variable vector" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVariableName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNiagaraVariableVec2 constinit property declarations ****************
static const UECodeGen_Private::FStrPropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNiagaraVariableVec2 constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNiagaraVariableVec2 Property Definitions ***************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableVec2_Parms, InVariableName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVariableName_MetaData), NewProp_InVariableName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableVec2_Parms, InValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::PropPointers) < 2048);
// ********** End Function SetNiagaraVariableVec2 Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetNiagaraVariableVec2", Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::NiagaraComponent_eventSetNiagaraVariableVec2_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::NiagaraComponent_eventSetNiagaraVariableVec2_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetNiagaraVariableVec2)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InVariableName);
P_GET_STRUCT(FVector2D,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNiagaraVariableVec2(Z_Param_InVariableName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetNiagaraVariableVec2 **************************
// ********** Begin Class UNiagaraComponent Function SetNiagaraVariableVec3 ************************
struct Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics
{
struct NiagaraComponent_eventSetNiagaraVariableVec3_Parms
{
FString InVariableName;
FVector InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable By String (Vector3)" },
{ "Keywords", "user parameter variable vector" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVariableName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNiagaraVariableVec3 constinit property declarations ****************
static const UECodeGen_Private::FStrPropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNiagaraVariableVec3 constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNiagaraVariableVec3 Property Definitions ***************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableVec3_Parms, InVariableName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVariableName_MetaData), NewProp_InVariableName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableVec3_Parms, InValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::PropPointers) < 2048);
// ********** End Function SetNiagaraVariableVec3 Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetNiagaraVariableVec3", Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::NiagaraComponent_eventSetNiagaraVariableVec3_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::NiagaraComponent_eventSetNiagaraVariableVec3_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetNiagaraVariableVec3)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InVariableName);
P_GET_STRUCT(FVector,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNiagaraVariableVec3(Z_Param_InVariableName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetNiagaraVariableVec3 **************************
// ********** Begin Class UNiagaraComponent Function SetNiagaraVariableVec4 ************************
struct Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics
{
struct NiagaraComponent_eventSetNiagaraVariableVec4_Parms
{
FString InVariableName;
FVector4 InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable By String (Vector4)" },
{ "Keywords", "user parameter variable vector" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVariableName_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNiagaraVariableVec4 constinit property declarations ****************
static const UECodeGen_Private::FStrPropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNiagaraVariableVec4 constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNiagaraVariableVec4 Property Definitions ***************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableVec4_Parms, InVariableName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVariableName_MetaData), NewProp_InVariableName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetNiagaraVariableVec4_Parms, InValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::PropPointers) < 2048);
// ********** End Function SetNiagaraVariableVec4 Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetNiagaraVariableVec4", Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::NiagaraComponent_eventSetNiagaraVariableVec4_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::NiagaraComponent_eventSetNiagaraVariableVec4_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetNiagaraVariableVec4)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InVariableName);
P_GET_STRUCT_REF(FVector4,Z_Param_Out_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNiagaraVariableVec4(Z_Param_InVariableName,Z_Param_Out_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetNiagaraVariableVec4 **************************
// ********** Begin Class UNiagaraComponent Function SetOcclusionQueryMode *************************
struct Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics
{
struct NiagaraComponent_eventSetOcclusionQueryMode_Parms
{
ENiagaraOcclusionQueryMode Mode;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetOcclusionQueryMode constinit property declarations *****************
static const UECodeGen_Private::FBytePropertyParams NewProp_Mode_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_Mode;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetOcclusionQueryMode constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetOcclusionQueryMode Property Definitions ****************************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics::NewProp_Mode_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_UNiagaraComponent_SetOcclusionQueryMode_Statics::NewProp_Mode = { "Mode", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetOcclusionQueryMode_Parms, Mode), Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode, METADATA_PARAMS(0, nullptr) }; // 2904217692
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics::NewProp_Mode_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics::NewProp_Mode,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics::PropPointers) < 2048);
// ********** End Function SetOcclusionQueryMode Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetOcclusionQueryMode", Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics::NiagaraComponent_eventSetOcclusionQueryMode_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics::NiagaraComponent_eventSetOcclusionQueryMode_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetOcclusionQueryMode)
{
P_GET_ENUM(ENiagaraOcclusionQueryMode,Z_Param_Mode);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetOcclusionQueryMode(ENiagaraOcclusionQueryMode(Z_Param_Mode));
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetOcclusionQueryMode ***************************
// ********** Begin Class UNiagaraComponent Function SetPaused *************************************
struct Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics
{
struct NiagaraComponent_eventSetPaused_Parms
{
bool bInPaused;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetPaused constinit property declarations *****************************
static void NewProp_bInPaused_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInPaused;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetPaused constinit property declarations *******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetPaused Property Definitions ****************************************
void Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::NewProp_bInPaused_SetBit(void* Obj)
{
((NiagaraComponent_eventSetPaused_Parms*)Obj)->bInPaused = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::NewProp_bInPaused = { "bInPaused", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetPaused_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::NewProp_bInPaused_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::NewProp_bInPaused,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::PropPointers) < 2048);
// ********** End Function SetPaused Property Definitions ******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetPaused", Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::NiagaraComponent_eventSetPaused_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::NiagaraComponent_eventSetPaused_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetPaused()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetPaused_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetPaused)
{
P_GET_UBOOL(Z_Param_bInPaused);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetPaused(Z_Param_bInPaused);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetPaused ***************************************
// ********** Begin Class UNiagaraComponent Function SetPreviewLODDistance *************************
struct Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics
{
struct NiagaraComponent_eventSetPreviewLODDistance_Parms
{
bool bEnablePreviewLODDistance;
float PreviewLODDistance;
float PreviewMaxDistance;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Preview" },
{ "Comment", "//~ End UObject Interface\n" },
{ "Keywords", "preview LOD Distance scalability" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetPreviewLODDistance constinit property declarations *****************
static void NewProp_bEnablePreviewLODDistance_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnablePreviewLODDistance;
static const UECodeGen_Private::FFloatPropertyParams NewProp_PreviewLODDistance;
static const UECodeGen_Private::FFloatPropertyParams NewProp_PreviewMaxDistance;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetPreviewLODDistance constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetPreviewLODDistance Property Definitions ****************************
void Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::NewProp_bEnablePreviewLODDistance_SetBit(void* Obj)
{
((NiagaraComponent_eventSetPreviewLODDistance_Parms*)Obj)->bEnablePreviewLODDistance = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::NewProp_bEnablePreviewLODDistance = { "bEnablePreviewLODDistance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetPreviewLODDistance_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::NewProp_bEnablePreviewLODDistance_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::NewProp_PreviewLODDistance = { "PreviewLODDistance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetPreviewLODDistance_Parms, PreviewLODDistance), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::NewProp_PreviewMaxDistance = { "PreviewMaxDistance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetPreviewLODDistance_Parms, PreviewMaxDistance), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::NewProp_bEnablePreviewLODDistance,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::NewProp_PreviewLODDistance,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::NewProp_PreviewMaxDistance,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::PropPointers) < 2048);
// ********** End Function SetPreviewLODDistance Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetPreviewLODDistance", Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::NiagaraComponent_eventSetPreviewLODDistance_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::NiagaraComponent_eventSetPreviewLODDistance_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetPreviewLODDistance)
{
P_GET_UBOOL(Z_Param_bEnablePreviewLODDistance);
P_GET_PROPERTY(FFloatProperty,Z_Param_PreviewLODDistance);
P_GET_PROPERTY(FFloatProperty,Z_Param_PreviewMaxDistance);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetPreviewLODDistance(Z_Param_bEnablePreviewLODDistance,Z_Param_PreviewLODDistance,Z_Param_PreviewMaxDistance);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetPreviewLODDistance ***************************
// ********** Begin Class UNiagaraComponent Function SetRandomSeedOffset ***************************
struct Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset_Statics
{
struct NiagaraComponent_eventSetRandomSeedOffset_Parms
{
int32 NewRandomSeedOffset;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Random Seed Offset" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetRandomSeedOffset constinit property declarations *******************
static const UECodeGen_Private::FIntPropertyParams NewProp_NewRandomSeedOffset;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetRandomSeedOffset constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetRandomSeedOffset Property Definitions ******************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset_Statics::NewProp_NewRandomSeedOffset = { "NewRandomSeedOffset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetRandomSeedOffset_Parms, NewRandomSeedOffset), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset_Statics::NewProp_NewRandomSeedOffset,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset_Statics::PropPointers) < 2048);
// ********** End Function SetRandomSeedOffset Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetRandomSeedOffset", Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset_Statics::NiagaraComponent_eventSetRandomSeedOffset_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset_Statics::NiagaraComponent_eventSetRandomSeedOffset_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetRandomSeedOffset)
{
P_GET_PROPERTY(FIntProperty,Z_Param_NewRandomSeedOffset);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetRandomSeedOffset(Z_Param_NewRandomSeedOffset);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetRandomSeedOffset *****************************
// ********** Begin Class UNiagaraComponent Function SetRenderingEnabled ***************************
struct Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics
{
struct NiagaraComponent_eventSetRenderingEnabled_Parms
{
bool bInRenderingEnabled;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets whether or not rendering is enabled for this component. */" },
{ "DisplayName", "Set Rendering Enabled" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets whether or not rendering is enabled for this component." },
};
#endif // WITH_METADATA
// ********** Begin Function SetRenderingEnabled constinit property declarations *******************
static void NewProp_bInRenderingEnabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInRenderingEnabled;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetRenderingEnabled constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetRenderingEnabled Property Definitions ******************************
void Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::NewProp_bInRenderingEnabled_SetBit(void* Obj)
{
((NiagaraComponent_eventSetRenderingEnabled_Parms*)Obj)->bInRenderingEnabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::NewProp_bInRenderingEnabled = { "bInRenderingEnabled", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetRenderingEnabled_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::NewProp_bInRenderingEnabled_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::NewProp_bInRenderingEnabled,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::PropPointers) < 2048);
// ********** End Function SetRenderingEnabled Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetRenderingEnabled", Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::NiagaraComponent_eventSetRenderingEnabled_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::NiagaraComponent_eventSetRenderingEnabled_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetRenderingEnabled)
{
P_GET_UBOOL(Z_Param_bInRenderingEnabled);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetRenderingEnabled(Z_Param_bInRenderingEnabled);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetRenderingEnabled *****************************
// ********** Begin Class UNiagaraComponent Function SetSeekDelta **********************************
struct Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta_Statics
{
struct NiagaraComponent_eventSetSeekDelta_Parms
{
float InSeekDelta;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets the delta value which is used when seeking from the current age, to the desired age. This is only relevant\n\x09when using the DesiredAge age update mode. */" },
{ "DisplayName", "Set Desired Age Seek Delta" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets the delta value which is used when seeking from the current age, to the desired age. This is only relevant\n when using the DesiredAge age update mode." },
};
#endif // WITH_METADATA
// ********** Begin Function SetSeekDelta constinit property declarations **************************
static const UECodeGen_Private::FFloatPropertyParams NewProp_InSeekDelta;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetSeekDelta constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetSeekDelta Property Definitions *************************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta_Statics::NewProp_InSeekDelta = { "InSeekDelta", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetSeekDelta_Parms, InSeekDelta), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta_Statics::NewProp_InSeekDelta,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta_Statics::PropPointers) < 2048);
// ********** End Function SetSeekDelta Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetSeekDelta", Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta_Statics::NiagaraComponent_eventSetSeekDelta_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta_Statics::NiagaraComponent_eventSetSeekDelta_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetSeekDelta)
{
P_GET_PROPERTY(FFloatProperty,Z_Param_InSeekDelta);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetSeekDelta(Z_Param_InSeekDelta);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetSeekDelta ************************************
// ********** Begin Class UNiagaraComponent Function SetSimCache ***********************************
struct Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics
{
struct NiagaraComponent_eventSetSimCache_Parms
{
UNiagaraSimCache* SimCache;
bool bResetSystem;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "SimCache" },
{ "Comment", "/**\n\x09Sets the simulation cache to use for the component.\n\x09""A null SimCache parameter will clear the active simulation cache.\n\x09When clearing a simulation cache that has been running you may wish to reset or continue, this option is only\n\x09valid when using a full simulation cache. A renderer only cache will always reset as we can not continue the\n\x09simulation due to missing simulation data.\n\x09*/" },
{ "CPP_Default_bResetSystem", "false" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets the simulation cache to use for the component.\nA null SimCache parameter will clear the active simulation cache.\nWhen clearing a simulation cache that has been running you may wish to reset or continue, this option is only\nvalid when using a full simulation cache. A renderer only cache will always reset as we can not continue the\nsimulation due to missing simulation data." },
};
#endif // WITH_METADATA
// ********** Begin Function SetSimCache constinit property declarations ***************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_SimCache;
static void NewProp_bResetSystem_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bResetSystem;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetSimCache constinit property declarations *****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetSimCache Property Definitions **************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::NewProp_SimCache = { "SimCache", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetSimCache_Parms, SimCache), Z_Construct_UClass_UNiagaraSimCache_NoRegister, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::NewProp_bResetSystem_SetBit(void* Obj)
{
((NiagaraComponent_eventSetSimCache_Parms*)Obj)->bResetSystem = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::NewProp_bResetSystem = { "bResetSystem", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetSimCache_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::NewProp_bResetSystem_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::NewProp_SimCache,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::NewProp_bResetSystem,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::PropPointers) < 2048);
// ********** End Function SetSimCache Property Definitions ****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetSimCache", Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::NiagaraComponent_eventSetSimCache_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::NiagaraComponent_eventSetSimCache_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetSimCache()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetSimCache_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetSimCache)
{
P_GET_OBJECT(UNiagaraSimCache,Z_Param_SimCache);
P_GET_UBOOL(Z_Param_bResetSystem);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetSimCache(Z_Param_SimCache,Z_Param_bResetSystem);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetSimCache *************************************
// ********** Begin Class UNiagaraComponent Function SetSystemFixedBounds **************************
struct Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds_Statics
{
struct NiagaraComponent_eventSetSystemFixedBounds_Parms
{
FBox LocalBounds;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/**\n\x09Sets the fixed bounds for the system instance, this overrides all other bounds.\n\x09The box is expected to be in local space not world space.\n\x09""A default uninitialized box will clear the fixed bounds and revert back to system fixed / dynamic bounds.\n\x09*/" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets the fixed bounds for the system instance, this overrides all other bounds.\nThe box is expected to be in local space not world space.\nA default uninitialized box will clear the fixed bounds and revert back to system fixed / dynamic bounds." },
};
#endif // WITH_METADATA
// ********** Begin Function SetSystemFixedBounds constinit property declarations ******************
static const UECodeGen_Private::FStructPropertyParams NewProp_LocalBounds;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetSystemFixedBounds constinit property declarations ********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetSystemFixedBounds Property Definitions *****************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds_Statics::NewProp_LocalBounds = { "LocalBounds", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetSystemFixedBounds_Parms, LocalBounds), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds_Statics::NewProp_LocalBounds,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds_Statics::PropPointers) < 2048);
// ********** End Function SetSystemFixedBounds Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetSystemFixedBounds", Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds_Statics::NiagaraComponent_eventSetSystemFixedBounds_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds_Statics::NiagaraComponent_eventSetSystemFixedBounds_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetSystemFixedBounds)
{
P_GET_STRUCT(FBox,Z_Param_LocalBounds);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetSystemFixedBounds(Z_Param_LocalBounds);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetSystemFixedBounds ****************************
// ********** Begin Class UNiagaraComponent Function SetTickBehavior *******************************
struct Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics
{
struct NiagaraComponent_eventSetTickBehavior_Parms
{
ENiagaraTickBehavior NewTickBehavior;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Tick Behavior" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetTickBehavior constinit property declarations ***********************
static const UECodeGen_Private::FBytePropertyParams NewProp_NewTickBehavior_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_NewTickBehavior;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetTickBehavior constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetTickBehavior Property Definitions **********************************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics::NewProp_NewTickBehavior_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_UNiagaraComponent_SetTickBehavior_Statics::NewProp_NewTickBehavior = { "NewTickBehavior", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetTickBehavior_Parms, NewTickBehavior), Z_Construct_UEnum_Niagara_ENiagaraTickBehavior, METADATA_PARAMS(0, nullptr) }; // 126129537
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics::NewProp_NewTickBehavior_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics::NewProp_NewTickBehavior,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics::PropPointers) < 2048);
// ********** End Function SetTickBehavior Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetTickBehavior", Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics::NiagaraComponent_eventSetTickBehavior_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics::NiagaraComponent_eventSetTickBehavior_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetTickBehavior)
{
P_GET_ENUM(ENiagaraTickBehavior,Z_Param_NewTickBehavior);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetTickBehavior(ENiagaraTickBehavior(Z_Param_NewTickBehavior));
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetTickBehavior *********************************
// ********** Begin Class UNiagaraComponent Function SetVariableActor ******************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics
{
struct NiagaraComponent_eventSetVariableActor_Parms
{
FName InVariableName;
AActor* Actor;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable (Actor)" },
{ "Keywords", "user parameter variable actor" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableActor constinit property declarations **********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Actor;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableActor constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableActor Property Definitions *********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableActor_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::NewProp_Actor = { "Actor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableActor_Parms, Actor), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::NewProp_Actor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::PropPointers) < 2048);
// ********** End Function SetVariableActor Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableActor", Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::NiagaraComponent_eventSetVariableActor_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::NiagaraComponent_eventSetVariableActor_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableActor()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableActor_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableActor)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_OBJECT(AActor,Z_Param_Actor);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableActor(Z_Param_InVariableName,Z_Param_Actor);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableActor ********************************
// ********** Begin Class UNiagaraComponent Function SetVariableBool *******************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics
{
struct NiagaraComponent_eventSetVariableBool_Parms
{
FName InVariableName;
bool InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets a Niagara bool parameter by name, overriding locally if necessary.*/" },
{ "DisplayName", "Set Niagara Variable (Bool)" },
{ "Keywords", "user parameter variable bool" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets a Niagara bool parameter by name, overriding locally if necessary." },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableBool constinit property declarations ***********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static void NewProp_InValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableBool constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableBool Property Definitions **********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableBool_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::NewProp_InValue_SetBit(void* Obj)
{
((NiagaraComponent_eventSetVariableBool_Parms*)Obj)->InValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NiagaraComponent_eventSetVariableBool_Parms), &Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::NewProp_InValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::PropPointers) < 2048);
// ********** End Function SetVariableBool Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableBool", Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::NiagaraComponent_eventSetVariableBool_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::NiagaraComponent_eventSetVariableBool_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableBool()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableBool_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableBool)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_UBOOL(Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableBool(Z_Param_InVariableName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableBool *********************************
// ********** Begin Class UNiagaraComponent Function SetVariableFloat ******************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics
{
struct NiagaraComponent_eventSetVariableFloat_Parms
{
FName InVariableName;
float InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets a Niagara float parameter by name, overriding locally if necessary.*/" },
{ "DisplayName", "Set Niagara Variable (Float)" },
{ "Keywords", "user parameter variable float" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets a Niagara float parameter by name, overriding locally if necessary." },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableFloat constinit property declarations **********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FFloatPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableFloat constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableFloat Property Definitions *********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableFloat_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableFloat_Parms, InValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::PropPointers) < 2048);
// ********** End Function SetVariableFloat Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableFloat", Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::NiagaraComponent_eventSetVariableFloat_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::NiagaraComponent_eventSetVariableFloat_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableFloat)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_PROPERTY(FFloatProperty,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableFloat(Z_Param_InVariableName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableFloat ********************************
// ********** Begin Class UNiagaraComponent Function SetVariableInt ********************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics
{
struct NiagaraComponent_eventSetVariableInt_Parms
{
FName InVariableName;
int32 InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets a Niagara int parameter by name, overriding locally if necessary.*/" },
{ "DisplayName", "Set Niagara Variable (Int32)" },
{ "Keywords", "user parameter variable int" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets a Niagara int parameter by name, overriding locally if necessary." },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableInt constinit property declarations ************************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FIntPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableInt constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableInt Property Definitions ***********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableInt_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableInt_Parms, InValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::PropPointers) < 2048);
// ********** End Function SetVariableInt Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableInt", Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::NiagaraComponent_eventSetVariableInt_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::NiagaraComponent_eventSetVariableInt_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableInt()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableInt_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableInt)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_PROPERTY(FIntProperty,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableInt(Z_Param_InVariableName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableInt **********************************
// ********** Begin Class UNiagaraComponent Function SetVariableLinearColor ************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics
{
struct NiagaraComponent_eventSetVariableLinearColor_Parms
{
FName InVariableName;
FLinearColor InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets a Niagara FLinearColor parameter by name, overriding locally if necessary.*/" },
{ "DisplayName", "Set Niagara Variable (LinearColor)" },
{ "Keywords", "user parameter variable color" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets a Niagara FLinearColor parameter by name, overriding locally if necessary." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableLinearColor constinit property declarations ****************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableLinearColor constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableLinearColor Property Definitions ***************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableLinearColor_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableLinearColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::PropPointers) < 2048);
// ********** End Function SetVariableLinearColor Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableLinearColor", Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::NiagaraComponent_eventSetVariableLinearColor_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::NiagaraComponent_eventSetVariableLinearColor_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableLinearColor)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableLinearColor(Z_Param_InVariableName,Z_Param_Out_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableLinearColor **************************
// ********** Begin Class UNiagaraComponent Function SetVariableMaterial ***************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics
{
struct NiagaraComponent_eventSetVariableMaterial_Parms
{
FName InVariableName;
UMaterialInterface* Object;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable (Material)" },
{ "Keywords", "user parameter variable material" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableMaterial constinit property declarations *******************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Object;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableMaterial constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableMaterial Property Definitions ******************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableMaterial_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::NewProp_Object = { "Object", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableMaterial_Parms, Object), Z_Construct_UClass_UMaterialInterface_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::NewProp_Object,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::PropPointers) < 2048);
// ********** End Function SetVariableMaterial Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableMaterial", Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::NiagaraComponent_eventSetVariableMaterial_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::NiagaraComponent_eventSetVariableMaterial_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableMaterial)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_OBJECT(UMaterialInterface,Z_Param_Object);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableMaterial(Z_Param_InVariableName,Z_Param_Object);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableMaterial *****************************
// ********** Begin Class UNiagaraComponent Function SetVariableMatrix *****************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics
{
struct FMatrix
{
FPlane XPlane;
FPlane YPlane;
FPlane ZPlane;
FPlane WPlane;
};
struct NiagaraComponent_eventSetVariableMatrix_Parms
{
FName InVariableName;
FMatrix InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets a Niagara matrix parameter by name, overriding locally if necessary.*/" },
{ "DisplayName", "Set Niagara Variable (Matrix)" },
{ "Keywords", "user parameter variable matrix" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets a Niagara matrix parameter by name, overriding locally if necessary." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableMatrix constinit property declarations *********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableMatrix constinit property declarations ***********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableMatrix Property Definitions ********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableMatrix_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableMatrix_Parms, InValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::PropPointers) < 2048);
// ********** End Function SetVariableMatrix Property Definitions **********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableMatrix", Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::NiagaraComponent_eventSetVariableMatrix_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::NiagaraComponent_eventSetVariableMatrix_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableMatrix)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableMatrix(Z_Param_InVariableName,Z_Param_Out_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableMatrix *******************************
// ********** Begin Class UNiagaraComponent Function SetVariableObject *****************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics
{
struct NiagaraComponent_eventSetVariableObject_Parms
{
FName InVariableName;
UObject* Object;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable (Object)" },
{ "Keywords", "user parameter variable object" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableObject constinit property declarations *********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Object;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableObject constinit property declarations ***********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableObject Property Definitions ********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableObject_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::NewProp_Object = { "Object", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableObject_Parms, Object), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::NewProp_Object,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::PropPointers) < 2048);
// ********** End Function SetVariableObject Property Definitions **********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableObject", Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::NiagaraComponent_eventSetVariableObject_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::NiagaraComponent_eventSetVariableObject_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableObject()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableObject_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableObject)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_OBJECT(UObject,Z_Param_Object);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableObject(Z_Param_InVariableName,Z_Param_Object);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableObject *******************************
// ********** Begin Class UNiagaraComponent Function SetVariablePosition ***************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics
{
struct NiagaraComponent_eventSetVariablePosition_Parms
{
FName InVariableName;
FVector InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets a Niagara Position parameter by name, overriding locally if necessary.*/" },
{ "DisplayName", "Set Niagara Variable (Position)" },
{ "Keywords", "user parameter variable vector position lwc" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets a Niagara Position parameter by name, overriding locally if necessary." },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariablePosition constinit property declarations *******************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariablePosition constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariablePosition Property Definitions ******************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariablePosition_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariablePosition_Parms, InValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::PropPointers) < 2048);
// ********** End Function SetVariablePosition Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariablePosition", Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::NiagaraComponent_eventSetVariablePosition_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::NiagaraComponent_eventSetVariablePosition_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariablePosition)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_STRUCT(FVector,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariablePosition(Z_Param_InVariableName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariablePosition *****************************
// ********** Begin Class UNiagaraComponent Function SetVariableQuat *******************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics
{
struct NiagaraComponent_eventSetVariableQuat_Parms
{
FName InVariableName;
FQuat InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets a Niagara quaternion parameter by name, overriding locally if necessary.*/" },
{ "DisplayName", "Set Niagara Variable (Quaternion)" },
{ "Keywords", "user parameter variable quaternion rotation" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets a Niagara quaternion parameter by name, overriding locally if necessary." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableQuat constinit property declarations ***********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableQuat constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableQuat Property Definitions **********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableQuat_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableQuat_Parms, InValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::PropPointers) < 2048);
// ********** End Function SetVariableQuat Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableQuat", Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::NiagaraComponent_eventSetVariableQuat_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::NiagaraComponent_eventSetVariableQuat_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableQuat)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_STRUCT_REF(FQuat,Z_Param_Out_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableQuat(Z_Param_InVariableName,Z_Param_Out_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableQuat *********************************
// ********** Begin Class UNiagaraComponent Function SetVariableStaticMesh *************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics
{
struct NiagaraComponent_eventSetVariableStaticMesh_Parms
{
FName InVariableName;
UStaticMesh* InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable (Static Mesh)" },
{ "Keywords", "user parameter variable mesh" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableStaticMesh constinit property declarations *****************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FObjectPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableStaticMesh constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableStaticMesh Property Definitions ****************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableStaticMesh_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableStaticMesh_Parms, InValue), Z_Construct_UClass_UStaticMesh_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::PropPointers) < 2048);
// ********** End Function SetVariableStaticMesh Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableStaticMesh", Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::NiagaraComponent_eventSetVariableStaticMesh_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::NiagaraComponent_eventSetVariableStaticMesh_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableStaticMesh)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_OBJECT(UStaticMesh,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableStaticMesh(Z_Param_InVariableName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableStaticMesh ***************************
// ********** Begin Class UNiagaraComponent Function SetVariableTexture ****************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics
{
struct NiagaraComponent_eventSetVariableTexture_Parms
{
FName InVariableName;
UTexture* Texture;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable (Texture)" },
{ "Keywords", "user parameter variable texture" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableTexture constinit property declarations ********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Texture;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableTexture constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableTexture Property Definitions *******************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableTexture_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::NewProp_Texture = { "Texture", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableTexture_Parms, Texture), Z_Construct_UClass_UTexture_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::NewProp_Texture,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::PropPointers) < 2048);
// ********** End Function SetVariableTexture Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableTexture", Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::NiagaraComponent_eventSetVariableTexture_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::NiagaraComponent_eventSetVariableTexture_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableTexture)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_OBJECT(UTexture,Z_Param_Texture);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableTexture(Z_Param_InVariableName,Z_Param_Texture);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableTexture ******************************
// ********** Begin Class UNiagaraComponent Function SetVariableTextureRenderTarget ****************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics
{
struct NiagaraComponent_eventSetVariableTextureRenderTarget_Parms
{
FName InVariableName;
UTextureRenderTarget* TextureRenderTarget;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Set Niagara Variable (TextureRenderTarget)" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableTextureRenderTarget constinit property declarations ********
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FObjectPropertyParams NewProp_TextureRenderTarget;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableTextureRenderTarget constinit property declarations **********
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableTextureRenderTarget Property Definitions *******************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableTextureRenderTarget_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::NewProp_TextureRenderTarget = { "TextureRenderTarget", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableTextureRenderTarget_Parms, TextureRenderTarget), Z_Construct_UClass_UTextureRenderTarget_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::NewProp_TextureRenderTarget,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::PropPointers) < 2048);
// ********** End Function SetVariableTextureRenderTarget Property Definitions *********************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableTextureRenderTarget", Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::NiagaraComponent_eventSetVariableTextureRenderTarget_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::NiagaraComponent_eventSetVariableTextureRenderTarget_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableTextureRenderTarget)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_OBJECT(UTextureRenderTarget,Z_Param_TextureRenderTarget);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableTextureRenderTarget(Z_Param_InVariableName,Z_Param_TextureRenderTarget);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableTextureRenderTarget ******************
// ********** Begin Class UNiagaraComponent Function SetVariableVec2 *******************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics
{
struct NiagaraComponent_eventSetVariableVec2_Parms
{
FName InVariableName;
FVector2D InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets a Niagara Vector2 parameter by name, overriding locally if necessary.*/" },
{ "DisplayName", "Set Niagara Variable (Vector2)" },
{ "Keywords", "user parameter variable vector" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets a Niagara Vector2 parameter by name, overriding locally if necessary." },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableVec2 constinit property declarations ***********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableVec2 constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableVec2 Property Definitions **********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableVec2_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableVec2_Parms, InValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::PropPointers) < 2048);
// ********** End Function SetVariableVec2 Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableVec2", Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::NiagaraComponent_eventSetVariableVec2_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::NiagaraComponent_eventSetVariableVec2_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableVec2)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_STRUCT(FVector2D,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableVec2(Z_Param_InVariableName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableVec2 *********************************
// ********** Begin Class UNiagaraComponent Function SetVariableVec3 *******************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics
{
struct NiagaraComponent_eventSetVariableVec3_Parms
{
FName InVariableName;
FVector InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets a Niagara Vector3 parameter by name, overriding locally if necessary.*/" },
{ "DisplayName", "Set Niagara Variable (Vector3)" },
{ "Keywords", "user parameter variable vector" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets a Niagara Vector3 parameter by name, overriding locally if necessary." },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableVec3 constinit property declarations ***********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableVec3 constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableVec3 Property Definitions **********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableVec3_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableVec3_Parms, InValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::PropPointers) < 2048);
// ********** End Function SetVariableVec3 Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableVec3", Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::NiagaraComponent_eventSetVariableVec3_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::NiagaraComponent_eventSetVariableVec3_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableVec3)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_STRUCT(FVector,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableVec3(Z_Param_InVariableName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableVec3 *********************************
// ********** Begin Class UNiagaraComponent Function SetVariableVec4 *******************************
struct Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics
{
struct NiagaraComponent_eventSetVariableVec4_Parms
{
FName InVariableName;
FVector4 InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Sets a Niagara Vector4 parameter by name, overriding locally if necessary.*/" },
{ "DisplayName", "Set Niagara Variable (Vector4)" },
{ "Keywords", "user parameter variable vector" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Sets a Niagara Vector4 parameter by name, overriding locally if necessary." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetVariableVec4 constinit property declarations ***********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InVariableName;
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVariableVec4 constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVariableVec4 Property Definitions **********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::NewProp_InVariableName = { "InVariableName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableVec4_Parms, InVariableName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraComponent_eventSetVariableVec4_Parms, InValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::NewProp_InVariableName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::PropPointers) < 2048);
// ********** End Function SetVariableVec4 Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraComponent, nullptr, "SetVariableVec4", Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::NiagaraComponent_eventSetVariableVec4_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::NiagaraComponent_eventSetVariableVec4_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraComponent::execSetVariableVec4)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InVariableName);
P_GET_STRUCT_REF(FVector4,Z_Param_Out_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVariableVec4(Z_Param_InVariableName,Z_Param_Out_InValue);
P_NATIVE_END;
}
// ********** End Class UNiagaraComponent Function SetVariableVec4 *********************************
// ********** Begin Class UNiagaraComponent ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UNiagaraComponent;
UClass* UNiagaraComponent::GetPrivateStaticClass()
{
using TClass = UNiagaraComponent;
if (!Z_Registration_Info_UClass_UNiagaraComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("NiagaraComponent"),
Z_Registration_Info_UClass_UNiagaraComponent.InnerSingleton,
StaticRegisterNativesUNiagaraComponent,
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_UNiagaraComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_UNiagaraComponent_NoRegister()
{
return UNiagaraComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UNiagaraComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintSpawnableComponent", "" },
{ "BlueprintType", "true" },
{ "ClassGroupNames", "Rendering Common" },
{ "Comment", "/**\n* UNiagaraComponent is the primitive component for a Niagara System.\n* @see ANiagaraActor\n* @see UNiagaraSystem\n*/" },
{ "DisplayName", "Niagara Particle System Component" },
{ "HideCategories", "Object Physics Collision Mobility VirtualTexture" },
{ "IncludePath", "NiagaraComponent.h" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "UNiagaraComponent is the primitive component for a Niagara System.\n@see ANiagaraActor\n@see UNiagaraSystem" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Asset_MetaData[] = {
{ "Category", "Niagara" },
{ "DisplayName", "Niagara System Asset" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TickBehavior_MetaData[] = {
{ "Category", "Niagara" },
{ "Comment", "/** Allows you to control how Niagara selects the tick group, changing this while an instance is active will result in not change as it is cached. */" },
{ "DisplayName", "Niagara Tick Behavior" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Allows you to control how Niagara selects the tick group, changing this while an instance is active will result in not change as it is cached." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RandomSeedOffset_MetaData[] = {
{ "Category", "Randomness" },
{ "Comment", "/**\n\x09 * Offsets the deterministic random seed of all emitters. Used to achieve variety between components, while still achieving determinism.\n\x09 * WARNINGS:\n\x09 * - If this value is set in a non-deterministic way, it has the potential to break determinism of the entire system.\n\x09 * - This value is applied when emitters are activated/reset, and changing them while the emitter is active has no effect.\n\x09 */" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Offsets the deterministic random seed of all emitters. Used to achieve variety between components, while still achieving determinism.\nWARNINGS:\n- If this value is set in a non-deterministic way, it has the potential to break determinism of the entire system.\n- This value is applied when emitters are activated/reset, and changing them while the emitter is active has no effect." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OverrideParameters_MetaData[] = {
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EditorOverridesValue_MetaData[] = {
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TemplateParameterOverrides_MetaData[] = {
{ "Category", "Niagara" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InstanceParameterOverrides_MetaData[] = {
{ "Category", "Niagara" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TemplateParameterOverridesCache_MetaData[] = {
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InstanceParameterOverridesCache_MetaData[] = {
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableGpuComputeDebug_MetaData[] = {
{ "Category", "Parameters" },
{ "Comment", "/** When true the GPU simulation debug display will enabled, allowing information used during simulation to be visualized. */" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "When true the GPU simulation debug display will enabled, allowing information used during simulation to be visualized." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideWarmupSettings_MetaData[] = {
{ "Category", "Warmup" },
{ "Comment", "/** When true then this instance will override the system's warmup settings. */" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "When true then this instance will override the system's warmup settings." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WarmupTickCount_MetaData[] = {
{ "Category", "Warmup" },
{ "ClampMin", "0" },
{ "Comment", "/** Number of ticks to process for warmup of the system. Total warmup time is WarmupTickCount * WarmupTickDelta. */" },
{ "EditCondition", "bOverrideWarmupSettings" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Number of ticks to process for warmup of the system. Total warmup time is WarmupTickCount * WarmupTickDelta." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WarmupTickDelta_MetaData[] = {
{ "Category", "Warmup" },
{ "Comment", "/** Delta time used when ticking the system in warmup mode. */" },
{ "EditCondition", "bOverrideWarmupSettings" },
{ "ForceUnits", "s" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Delta time used when ticking the system in warmup mode." },
{ "UIMax", "1" },
{ "UIMin", "0.01" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAutoDestroy_MetaData[] = {
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRenderingEnabled_MetaData[] = {
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAutoManageAttachment_MetaData[] = {
{ "Category", "Attachment" },
{ "Comment", "/**\n\x09* True if we should automatically attach to AutoAttachParent when activated, and detach from our parent when completed.\n\x09* This overrides any current attachment that may be present at the time of activation (deferring initial attachment until activation, if AutoAttachParent is null).\n\x09* When enabled, detachment occurs regardless of whether AutoAttachParent is assigned, and the relative transform from the time of activation is restored.\n\x09* This also disables attachment on dedicated servers, where we don't actually activate even if bAutoActivate is true.\n\x09* @see AutoAttachParent, AutoAttachSocketName, AutoAttachLocationType\n\x09*/" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "True if we should automatically attach to AutoAttachParent when activated, and detach from our parent when completed.\nThis overrides any current attachment that may be present at the time of activation (deferring initial attachment until activation, if AutoAttachParent is null).\nWhen enabled, detachment occurs regardless of whether AutoAttachParent is assigned, and the relative transform from the time of activation is restored.\nThis also disables attachment on dedicated servers, where we don't actually activate even if bAutoActivate is true.\n@see AutoAttachParent, AutoAttachSocketName, AutoAttachLocationType" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAutoAttachWeldSimulatedBodies_MetaData[] = {
{ "Category", "Attachment" },
{ "Comment", "/**\n\x09 * Option for how we handle bWeldSimulatedBodies when we attach to the AutoAttachParent, if bAutoManageAttachment is true.\n\x09 * @see bAutoManageAttachment\n\x09 */" },
{ "EditCondition", "bAutoManageAttachment" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Option for how we handle bWeldSimulatedBodies when we attach to the AutoAttachParent, if bAutoManageAttachment is true.\n@see bAutoManageAttachment" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaxTimeBeforeForceUpdateTransform_MetaData[] = {
{ "Comment", "/**\n\x09 * Time between forced UpdateTransforms for systems that use dynamically calculated bounds,\n\x09 * Which is effectively how often the bounds are shrunk.\n\x09 */" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Time between forced UpdateTransforms for systems that use dynamically calculated bounds,\nWhich is effectively how often the bounds are shrunk." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OcclusionQueryMode_MetaData[] = {
{ "Category", "Rendering" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnSystemFinished_MetaData[] = {
{ "Comment", "// Called when the particle system is done\n" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Called when the particle system is done" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AutoAttachParent_MetaData[] = {
{ "Category", "Attachment" },
{ "Comment", "/**\n\x09 * Component we automatically attach to when activated, if bAutoManageAttachment is true.\n\x09 * If null during registration, we assign the existing AttachParent and defer attachment until we activate.\n\x09 * @see bAutoManageAttachment\n\x09 */" },
{ "EditCondition", "bAutoManageAttachment" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Component we automatically attach to when activated, if bAutoManageAttachment is true.\nIf null during registration, we assign the existing AttachParent and defer attachment until we activate.\n@see bAutoManageAttachment" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AutoAttachSocketName_MetaData[] = {
{ "Category", "Attachment" },
{ "Comment", "/**\n\x09 * Socket we automatically attach to on the AutoAttachParent, if bAutoManageAttachment is true.\n\x09 * @see bAutoManageAttachment\n\x09 */" },
{ "EditCondition", "bAutoManageAttachment" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Socket we automatically attach to on the AutoAttachParent, if bAutoManageAttachment is true.\n@see bAutoManageAttachment" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AutoAttachLocationRule_MetaData[] = {
{ "Category", "Attachment" },
{ "Comment", "/**\n\x09 * Options for how we handle our location when we attach to the AutoAttachParent, if bAutoManageAttachment is true.\n\x09 * @see bAutoManageAttachment, EAttachmentRule\n\x09 */" },
{ "EditCondition", "bAutoManageAttachment" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Options for how we handle our location when we attach to the AutoAttachParent, if bAutoManageAttachment is true.\n@see bAutoManageAttachment, EAttachmentRule" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AutoAttachRotationRule_MetaData[] = {
{ "Category", "Attachment" },
{ "Comment", "/**\n\x09 * Options for how we handle our rotation when we attach to the AutoAttachParent, if bAutoManageAttachment is true.\n\x09 * @see bAutoManageAttachment, EAttachmentRule\n\x09 */" },
{ "EditCondition", "bAutoManageAttachment" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Options for how we handle our rotation when we attach to the AutoAttachParent, if bAutoManageAttachment is true.\n@see bAutoManageAttachment, EAttachmentRule" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AutoAttachScaleRule_MetaData[] = {
{ "Category", "Attachment" },
{ "Comment", "/**\n\x09 * Options for how we handle our scale when we attach to the AutoAttachParent, if bAutoManageAttachment is true.\n\x09 * @see bAutoManageAttachment, EAttachmentRule\n\x09 */" },
{ "EditCondition", "bAutoManageAttachment" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Options for how we handle our scale when we attach to the AutoAttachParent, if bAutoManageAttachment is true.\n@see bAutoManageAttachment, EAttachmentRule" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bWaitForCompilationOnActivate_MetaData[] = {
{ "Category", "Compilation" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SimCacheDebugNumFramesToCapture_MetaData[] = {
{ "Category", "Niagara Utilities" },
{ "ClampMin", "1" },
{ "DisplayName", "NumFramesToCapture" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "UIMin", "1" },
};
#endif // WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowScalability_MetaData[] = {
{ "BlueprintGetter", "GetAllowScalability" },
{ "BlueprintSetter", "SetAllowScalability" },
{ "Category", "Niagara" },
{ "Comment", "/** Controls whether we allow scalability culling for this component. If enabled, this component's FX may be culled due to things such as distance, visibility, instance counts and performance. */" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
{ "ToolTip", "Controls whether we allow scalability culling for this component. If enabled, this component's FX may be culled due to things such as distance, visibility, instance counts and performance." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SimCache_MetaData[] = {
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CullProxy_MetaData[] = {
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/NiagaraComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UNiagaraComponent constinit property declarations ************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Asset;
static const UECodeGen_Private::FBytePropertyParams NewProp_TickBehavior_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_TickBehavior;
static const UECodeGen_Private::FIntPropertyParams NewProp_RandomSeedOffset;
static const UECodeGen_Private::FStructPropertyParams NewProp_OverrideParameters;
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FBoolPropertyParams NewProp_EditorOverridesValue_ValueProp;
static const UECodeGen_Private::FNamePropertyParams NewProp_EditorOverridesValue_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_EditorOverridesValue;
static const UECodeGen_Private::FStructPropertyParams NewProp_TemplateParameterOverrides_ValueProp;
static const UECodeGen_Private::FStructPropertyParams NewProp_TemplateParameterOverrides_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_TemplateParameterOverrides;
static const UECodeGen_Private::FStructPropertyParams NewProp_InstanceParameterOverrides_ValueProp;
static const UECodeGen_Private::FStructPropertyParams NewProp_InstanceParameterOverrides_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_InstanceParameterOverrides;
static const UECodeGen_Private::FStructPropertyParams NewProp_TemplateParameterOverridesCache_ValueProp;
static const UECodeGen_Private::FStructPropertyParams NewProp_TemplateParameterOverridesCache_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_TemplateParameterOverridesCache;
static const UECodeGen_Private::FStructPropertyParams NewProp_InstanceParameterOverridesCache_ValueProp;
static const UECodeGen_Private::FStructPropertyParams NewProp_InstanceParameterOverridesCache_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_InstanceParameterOverridesCache;
#endif // WITH_EDITORONLY_DATA
static void NewProp_bEnableGpuComputeDebug_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableGpuComputeDebug;
static void NewProp_bOverrideWarmupSettings_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideWarmupSettings;
static const UECodeGen_Private::FIntPropertyParams NewProp_WarmupTickCount;
static const UECodeGen_Private::FFloatPropertyParams NewProp_WarmupTickDelta;
static void NewProp_bAutoDestroy_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoDestroy;
static void NewProp_bRenderingEnabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRenderingEnabled;
static void NewProp_bAutoManageAttachment_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoManageAttachment;
static void NewProp_bAutoAttachWeldSimulatedBodies_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoAttachWeldSimulatedBodies;
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxTimeBeforeForceUpdateTransform;
static const UECodeGen_Private::FBytePropertyParams NewProp_OcclusionQueryMode_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_OcclusionQueryMode;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnSystemFinished;
static const UECodeGen_Private::FWeakObjectPropertyParams NewProp_AutoAttachParent;
static const UECodeGen_Private::FNamePropertyParams NewProp_AutoAttachSocketName;
static const UECodeGen_Private::FBytePropertyParams NewProp_AutoAttachLocationRule_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_AutoAttachLocationRule;
static const UECodeGen_Private::FBytePropertyParams NewProp_AutoAttachRotationRule_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_AutoAttachRotationRule;
static const UECodeGen_Private::FBytePropertyParams NewProp_AutoAttachScaleRule_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_AutoAttachScaleRule;
#if WITH_EDITORONLY_DATA
static void NewProp_bWaitForCompilationOnActivate_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bWaitForCompilationOnActivate;
static const UECodeGen_Private::FIntPropertyParams NewProp_SimCacheDebugNumFramesToCapture_Inner;
static const UECodeGen_Private::FGenericPropertyParams NewProp_SimCacheDebugNumFramesToCapture;
#endif // WITH_EDITORONLY_DATA
static void NewProp_bAllowScalability_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowScalability;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SimCache;
static const UECodeGen_Private::FObjectPropertyParams NewProp_CullProxy;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UNiagaraComponent constinit property declarations **************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("AdvanceSimulation"), .Pointer = &UNiagaraComponent::execAdvanceSimulation },
{ .NameUTF8 = UTF8TEXT("AdvanceSimulationByTime"), .Pointer = &UNiagaraComponent::execAdvanceSimulationByTime },
{ .NameUTF8 = UTF8TEXT("ClearEmitterFixedBounds"), .Pointer = &UNiagaraComponent::execClearEmitterFixedBounds },
{ .NameUTF8 = UTF8TEXT("ClearSimCache"), .Pointer = &UNiagaraComponent::execClearSimCache },
{ .NameUTF8 = UTF8TEXT("ClearSystemFixedBounds"), .Pointer = &UNiagaraComponent::execClearSystemFixedBounds },
{ .NameUTF8 = UTF8TEXT("GetAgeUpdateMode"), .Pointer = &UNiagaraComponent::execGetAgeUpdateMode },
{ .NameUTF8 = UTF8TEXT("GetAllowScalability"), .Pointer = &UNiagaraComponent::execGetAllowScalability },
{ .NameUTF8 = UTF8TEXT("GetAsset"), .Pointer = &UNiagaraComponent::execGetAsset },
{ .NameUTF8 = UTF8TEXT("GetCustomTimeDilation"), .Pointer = &UNiagaraComponent::execGetCustomTimeDilation },
{ .NameUTF8 = UTF8TEXT("GetDataInterface"), .Pointer = &UNiagaraComponent::execGetDataInterface },
{ .NameUTF8 = UTF8TEXT("GetDesiredAge"), .Pointer = &UNiagaraComponent::execGetDesiredAge },
{ .NameUTF8 = UTF8TEXT("GetEmitterFixedBounds"), .Pointer = &UNiagaraComponent::execGetEmitterFixedBounds },
{ .NameUTF8 = UTF8TEXT("GetForceLocalPlayerEffect"), .Pointer = &UNiagaraComponent::execGetForceLocalPlayerEffect },
{ .NameUTF8 = UTF8TEXT("GetForceSolo"), .Pointer = &UNiagaraComponent::execGetForceSolo },
{ .NameUTF8 = UTF8TEXT("GetLockDesiredAgeDeltaTimeToSeekDelta"), .Pointer = &UNiagaraComponent::execGetLockDesiredAgeDeltaTimeToSeekDelta },
{ .NameUTF8 = UTF8TEXT("GetMaxSimTime"), .Pointer = &UNiagaraComponent::execGetMaxSimTime },
{ .NameUTF8 = UTF8TEXT("GetOcclusionQueryMode"), .Pointer = &UNiagaraComponent::execGetOcclusionQueryMode },
{ .NameUTF8 = UTF8TEXT("GetPreviewLODDistance"), .Pointer = &UNiagaraComponent::execGetPreviewLODDistance },
{ .NameUTF8 = UTF8TEXT("GetPreviewLODDistanceEnabled"), .Pointer = &UNiagaraComponent::execGetPreviewLODDistanceEnabled },
{ .NameUTF8 = UTF8TEXT("GetRandomSeedOffset"), .Pointer = &UNiagaraComponent::execGetRandomSeedOffset },
{ .NameUTF8 = UTF8TEXT("GetSeekDelta"), .Pointer = &UNiagaraComponent::execGetSeekDelta },
{ .NameUTF8 = UTF8TEXT("GetSimCache"), .Pointer = &UNiagaraComponent::execGetSimCache },
{ .NameUTF8 = UTF8TEXT("GetSystemFixedBounds"), .Pointer = &UNiagaraComponent::execGetSystemFixedBounds },
{ .NameUTF8 = UTF8TEXT("GetTickBehavior"), .Pointer = &UNiagaraComponent::execGetTickBehavior },
{ .NameUTF8 = UTF8TEXT("GetVariableBool"), .Pointer = &UNiagaraComponent::execGetVariableBool },
{ .NameUTF8 = UTF8TEXT("GetVariableColor"), .Pointer = &UNiagaraComponent::execGetVariableColor },
{ .NameUTF8 = UTF8TEXT("GetVariableFloat"), .Pointer = &UNiagaraComponent::execGetVariableFloat },
{ .NameUTF8 = UTF8TEXT("GetVariableInt"), .Pointer = &UNiagaraComponent::execGetVariableInt },
{ .NameUTF8 = UTF8TEXT("GetVariableMatrix"), .Pointer = &UNiagaraComponent::execGetVariableMatrix },
{ .NameUTF8 = UTF8TEXT("GetVariablePosition"), .Pointer = &UNiagaraComponent::execGetVariablePosition },
{ .NameUTF8 = UTF8TEXT("GetVariableQuat"), .Pointer = &UNiagaraComponent::execGetVariableQuat },
{ .NameUTF8 = UTF8TEXT("GetVariableVec2"), .Pointer = &UNiagaraComponent::execGetVariableVec2 },
{ .NameUTF8 = UTF8TEXT("GetVariableVec3"), .Pointer = &UNiagaraComponent::execGetVariableVec3 },
{ .NameUTF8 = UTF8TEXT("GetVariableVec4"), .Pointer = &UNiagaraComponent::execGetVariableVec4 },
{ .NameUTF8 = UTF8TEXT("InitForPerformanceBaseline"), .Pointer = &UNiagaraComponent::execInitForPerformanceBaseline },
{ .NameUTF8 = UTF8TEXT("IsPaused"), .Pointer = &UNiagaraComponent::execIsPaused },
{ .NameUTF8 = UTF8TEXT("ReinitializeSystem"), .Pointer = &UNiagaraComponent::execReinitializeSystem },
{ .NameUTF8 = UTF8TEXT("ResetSystem"), .Pointer = &UNiagaraComponent::execResetSystem },
{ .NameUTF8 = UTF8TEXT("SeekToDesiredAge"), .Pointer = &UNiagaraComponent::execSeekToDesiredAge },
{ .NameUTF8 = UTF8TEXT("SetAgeUpdateMode"), .Pointer = &UNiagaraComponent::execSetAgeUpdateMode },
{ .NameUTF8 = UTF8TEXT("SetAllowScalability"), .Pointer = &UNiagaraComponent::execSetAllowScalability },
{ .NameUTF8 = UTF8TEXT("SetAsset"), .Pointer = &UNiagaraComponent::execSetAsset },
{ .NameUTF8 = UTF8TEXT("SetAutoDestroy"), .Pointer = &UNiagaraComponent::execSetAutoDestroy },
{ .NameUTF8 = UTF8TEXT("SetCanRenderWhileSeeking"), .Pointer = &UNiagaraComponent::execSetCanRenderWhileSeeking },
{ .NameUTF8 = UTF8TEXT("SetCustomTimeDilation"), .Pointer = &UNiagaraComponent::execSetCustomTimeDilation },
{ .NameUTF8 = UTF8TEXT("SetDesiredAge"), .Pointer = &UNiagaraComponent::execSetDesiredAge },
{ .NameUTF8 = UTF8TEXT("SetEmitterFixedBounds"), .Pointer = &UNiagaraComponent::execSetEmitterFixedBounds },
{ .NameUTF8 = UTF8TEXT("SetForceLocalPlayerEffect"), .Pointer = &UNiagaraComponent::execSetForceLocalPlayerEffect },
{ .NameUTF8 = UTF8TEXT("SetForceSolo"), .Pointer = &UNiagaraComponent::execSetForceSolo },
{ .NameUTF8 = UTF8TEXT("SetGpuComputeDebug"), .Pointer = &UNiagaraComponent::execSetGpuComputeDebug },
{ .NameUTF8 = UTF8TEXT("SetLockDesiredAgeDeltaTimeToSeekDelta"), .Pointer = &UNiagaraComponent::execSetLockDesiredAgeDeltaTimeToSeekDelta },
{ .NameUTF8 = UTF8TEXT("SetMaxSimTime"), .Pointer = &UNiagaraComponent::execSetMaxSimTime },
{ .NameUTF8 = UTF8TEXT("SetNiagaraVariableActor"), .Pointer = &UNiagaraComponent::execSetNiagaraVariableActor },
{ .NameUTF8 = UTF8TEXT("SetNiagaraVariableBool"), .Pointer = &UNiagaraComponent::execSetNiagaraVariableBool },
{ .NameUTF8 = UTF8TEXT("SetNiagaraVariableFloat"), .Pointer = &UNiagaraComponent::execSetNiagaraVariableFloat },
{ .NameUTF8 = UTF8TEXT("SetNiagaraVariableInt"), .Pointer = &UNiagaraComponent::execSetNiagaraVariableInt },
{ .NameUTF8 = UTF8TEXT("SetNiagaraVariableLinearColor"), .Pointer = &UNiagaraComponent::execSetNiagaraVariableLinearColor },
{ .NameUTF8 = UTF8TEXT("SetNiagaraVariableMatrix"), .Pointer = &UNiagaraComponent::execSetNiagaraVariableMatrix },
{ .NameUTF8 = UTF8TEXT("SetNiagaraVariableObject"), .Pointer = &UNiagaraComponent::execSetNiagaraVariableObject },
{ .NameUTF8 = UTF8TEXT("SetNiagaraVariablePosition"), .Pointer = &UNiagaraComponent::execSetNiagaraVariablePosition },
{ .NameUTF8 = UTF8TEXT("SetNiagaraVariableQuat"), .Pointer = &UNiagaraComponent::execSetNiagaraVariableQuat },
{ .NameUTF8 = UTF8TEXT("SetNiagaraVariableVec2"), .Pointer = &UNiagaraComponent::execSetNiagaraVariableVec2 },
{ .NameUTF8 = UTF8TEXT("SetNiagaraVariableVec3"), .Pointer = &UNiagaraComponent::execSetNiagaraVariableVec3 },
{ .NameUTF8 = UTF8TEXT("SetNiagaraVariableVec4"), .Pointer = &UNiagaraComponent::execSetNiagaraVariableVec4 },
{ .NameUTF8 = UTF8TEXT("SetOcclusionQueryMode"), .Pointer = &UNiagaraComponent::execSetOcclusionQueryMode },
{ .NameUTF8 = UTF8TEXT("SetPaused"), .Pointer = &UNiagaraComponent::execSetPaused },
{ .NameUTF8 = UTF8TEXT("SetPreviewLODDistance"), .Pointer = &UNiagaraComponent::execSetPreviewLODDistance },
{ .NameUTF8 = UTF8TEXT("SetRandomSeedOffset"), .Pointer = &UNiagaraComponent::execSetRandomSeedOffset },
{ .NameUTF8 = UTF8TEXT("SetRenderingEnabled"), .Pointer = &UNiagaraComponent::execSetRenderingEnabled },
{ .NameUTF8 = UTF8TEXT("SetSeekDelta"), .Pointer = &UNiagaraComponent::execSetSeekDelta },
{ .NameUTF8 = UTF8TEXT("SetSimCache"), .Pointer = &UNiagaraComponent::execSetSimCache },
{ .NameUTF8 = UTF8TEXT("SetSystemFixedBounds"), .Pointer = &UNiagaraComponent::execSetSystemFixedBounds },
{ .NameUTF8 = UTF8TEXT("SetTickBehavior"), .Pointer = &UNiagaraComponent::execSetTickBehavior },
{ .NameUTF8 = UTF8TEXT("SetVariableActor"), .Pointer = &UNiagaraComponent::execSetVariableActor },
{ .NameUTF8 = UTF8TEXT("SetVariableBool"), .Pointer = &UNiagaraComponent::execSetVariableBool },
{ .NameUTF8 = UTF8TEXT("SetVariableFloat"), .Pointer = &UNiagaraComponent::execSetVariableFloat },
{ .NameUTF8 = UTF8TEXT("SetVariableInt"), .Pointer = &UNiagaraComponent::execSetVariableInt },
{ .NameUTF8 = UTF8TEXT("SetVariableLinearColor"), .Pointer = &UNiagaraComponent::execSetVariableLinearColor },
{ .NameUTF8 = UTF8TEXT("SetVariableMaterial"), .Pointer = &UNiagaraComponent::execSetVariableMaterial },
{ .NameUTF8 = UTF8TEXT("SetVariableMatrix"), .Pointer = &UNiagaraComponent::execSetVariableMatrix },
{ .NameUTF8 = UTF8TEXT("SetVariableObject"), .Pointer = &UNiagaraComponent::execSetVariableObject },
{ .NameUTF8 = UTF8TEXT("SetVariablePosition"), .Pointer = &UNiagaraComponent::execSetVariablePosition },
{ .NameUTF8 = UTF8TEXT("SetVariableQuat"), .Pointer = &UNiagaraComponent::execSetVariableQuat },
{ .NameUTF8 = UTF8TEXT("SetVariableStaticMesh"), .Pointer = &UNiagaraComponent::execSetVariableStaticMesh },
{ .NameUTF8 = UTF8TEXT("SetVariableTexture"), .Pointer = &UNiagaraComponent::execSetVariableTexture },
{ .NameUTF8 = UTF8TEXT("SetVariableTextureRenderTarget"), .Pointer = &UNiagaraComponent::execSetVariableTextureRenderTarget },
{ .NameUTF8 = UTF8TEXT("SetVariableVec2"), .Pointer = &UNiagaraComponent::execSetVariableVec2 },
{ .NameUTF8 = UTF8TEXT("SetVariableVec3"), .Pointer = &UNiagaraComponent::execSetVariableVec3 },
{ .NameUTF8 = UTF8TEXT("SetVariableVec4"), .Pointer = &UNiagaraComponent::execSetVariableVec4 },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulation, "AdvanceSimulation" }, // 3278286685
{ &Z_Construct_UFunction_UNiagaraComponent_AdvanceSimulationByTime, "AdvanceSimulationByTime" }, // 3861511319
{ &Z_Construct_UFunction_UNiagaraComponent_ClearEmitterFixedBounds, "ClearEmitterFixedBounds" }, // 3332831494
{ &Z_Construct_UFunction_UNiagaraComponent_ClearSimCache, "ClearSimCache" }, // 2510312899
{ &Z_Construct_UFunction_UNiagaraComponent_ClearSystemFixedBounds, "ClearSystemFixedBounds" }, // 4077285600
{ &Z_Construct_UFunction_UNiagaraComponent_GetAgeUpdateMode, "GetAgeUpdateMode" }, // 4246821005
{ &Z_Construct_UFunction_UNiagaraComponent_GetAllowScalability, "GetAllowScalability" }, // 4085398646
{ &Z_Construct_UFunction_UNiagaraComponent_GetAsset, "GetAsset" }, // 3050289341
{ &Z_Construct_UFunction_UNiagaraComponent_GetCustomTimeDilation, "GetCustomTimeDilation" }, // 3923089494
{ &Z_Construct_UFunction_UNiagaraComponent_GetDataInterface, "GetDataInterface" }, // 2170447377
{ &Z_Construct_UFunction_UNiagaraComponent_GetDesiredAge, "GetDesiredAge" }, // 2129892710
{ &Z_Construct_UFunction_UNiagaraComponent_GetEmitterFixedBounds, "GetEmitterFixedBounds" }, // 1890754019
{ &Z_Construct_UFunction_UNiagaraComponent_GetForceLocalPlayerEffect, "GetForceLocalPlayerEffect" }, // 4063216965
{ &Z_Construct_UFunction_UNiagaraComponent_GetForceSolo, "GetForceSolo" }, // 59378442
{ &Z_Construct_UFunction_UNiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta, "GetLockDesiredAgeDeltaTimeToSeekDelta" }, // 4031031968
{ &Z_Construct_UFunction_UNiagaraComponent_GetMaxSimTime, "GetMaxSimTime" }, // 3440736831
{ &Z_Construct_UFunction_UNiagaraComponent_GetOcclusionQueryMode, "GetOcclusionQueryMode" }, // 2494754114
{ &Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistance, "GetPreviewLODDistance" }, // 1992384325
{ &Z_Construct_UFunction_UNiagaraComponent_GetPreviewLODDistanceEnabled, "GetPreviewLODDistanceEnabled" }, // 1784065691
{ &Z_Construct_UFunction_UNiagaraComponent_GetRandomSeedOffset, "GetRandomSeedOffset" }, // 1780430643
{ &Z_Construct_UFunction_UNiagaraComponent_GetSeekDelta, "GetSeekDelta" }, // 4160121804
{ &Z_Construct_UFunction_UNiagaraComponent_GetSimCache, "GetSimCache" }, // 2996784722
{ &Z_Construct_UFunction_UNiagaraComponent_GetSystemFixedBounds, "GetSystemFixedBounds" }, // 3520760725
{ &Z_Construct_UFunction_UNiagaraComponent_GetTickBehavior, "GetTickBehavior" }, // 1338481682
{ &Z_Construct_UFunction_UNiagaraComponent_GetVariableBool, "GetVariableBool" }, // 4271510985
{ &Z_Construct_UFunction_UNiagaraComponent_GetVariableColor, "GetVariableColor" }, // 207238597
{ &Z_Construct_UFunction_UNiagaraComponent_GetVariableFloat, "GetVariableFloat" }, // 3793818827
{ &Z_Construct_UFunction_UNiagaraComponent_GetVariableInt, "GetVariableInt" }, // 1253332651
{ &Z_Construct_UFunction_UNiagaraComponent_GetVariableMatrix, "GetVariableMatrix" }, // 3060561635
{ &Z_Construct_UFunction_UNiagaraComponent_GetVariablePosition, "GetVariablePosition" }, // 4025672700
{ &Z_Construct_UFunction_UNiagaraComponent_GetVariableQuat, "GetVariableQuat" }, // 3627714531
{ &Z_Construct_UFunction_UNiagaraComponent_GetVariableVec2, "GetVariableVec2" }, // 749474831
{ &Z_Construct_UFunction_UNiagaraComponent_GetVariableVec3, "GetVariableVec3" }, // 3684345173
{ &Z_Construct_UFunction_UNiagaraComponent_GetVariableVec4, "GetVariableVec4" }, // 581948272
{ &Z_Construct_UFunction_UNiagaraComponent_InitForPerformanceBaseline, "InitForPerformanceBaseline" }, // 3988425323
{ &Z_Construct_UFunction_UNiagaraComponent_IsPaused, "IsPaused" }, // 3158425067
{ &Z_Construct_UFunction_UNiagaraComponent_ReinitializeSystem, "ReinitializeSystem" }, // 2437024072
{ &Z_Construct_UFunction_UNiagaraComponent_ResetSystem, "ResetSystem" }, // 1975872746
{ &Z_Construct_UFunction_UNiagaraComponent_SeekToDesiredAge, "SeekToDesiredAge" }, // 1357469673
{ &Z_Construct_UFunction_UNiagaraComponent_SetAgeUpdateMode, "SetAgeUpdateMode" }, // 1839690517
{ &Z_Construct_UFunction_UNiagaraComponent_SetAllowScalability, "SetAllowScalability" }, // 3580104482
{ &Z_Construct_UFunction_UNiagaraComponent_SetAsset, "SetAsset" }, // 1443042072
{ &Z_Construct_UFunction_UNiagaraComponent_SetAutoDestroy, "SetAutoDestroy" }, // 2849170457
{ &Z_Construct_UFunction_UNiagaraComponent_SetCanRenderWhileSeeking, "SetCanRenderWhileSeeking" }, // 3433833090
{ &Z_Construct_UFunction_UNiagaraComponent_SetCustomTimeDilation, "SetCustomTimeDilation" }, // 81250088
{ &Z_Construct_UFunction_UNiagaraComponent_SetDesiredAge, "SetDesiredAge" }, // 3127033662
{ &Z_Construct_UFunction_UNiagaraComponent_SetEmitterFixedBounds, "SetEmitterFixedBounds" }, // 171594033
{ &Z_Construct_UFunction_UNiagaraComponent_SetForceLocalPlayerEffect, "SetForceLocalPlayerEffect" }, // 1661515873
{ &Z_Construct_UFunction_UNiagaraComponent_SetForceSolo, "SetForceSolo" }, // 3507936953
{ &Z_Construct_UFunction_UNiagaraComponent_SetGpuComputeDebug, "SetGpuComputeDebug" }, // 3411687601
{ &Z_Construct_UFunction_UNiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta, "SetLockDesiredAgeDeltaTimeToSeekDelta" }, // 2249305832
{ &Z_Construct_UFunction_UNiagaraComponent_SetMaxSimTime, "SetMaxSimTime" }, // 3240521342
{ &Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableActor, "SetNiagaraVariableActor" }, // 2305955901
{ &Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableBool, "SetNiagaraVariableBool" }, // 4194778945
{ &Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableFloat, "SetNiagaraVariableFloat" }, // 2126506516
{ &Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableInt, "SetNiagaraVariableInt" }, // 3106604350
{ &Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableLinearColor, "SetNiagaraVariableLinearColor" }, // 1583918660
{ &Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableMatrix, "SetNiagaraVariableMatrix" }, // 4030475498
{ &Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableObject, "SetNiagaraVariableObject" }, // 3200825060
{ &Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariablePosition, "SetNiagaraVariablePosition" }, // 524915620
{ &Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableQuat, "SetNiagaraVariableQuat" }, // 2316999315
{ &Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec2, "SetNiagaraVariableVec2" }, // 2862337892
{ &Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec3, "SetNiagaraVariableVec3" }, // 1992409410
{ &Z_Construct_UFunction_UNiagaraComponent_SetNiagaraVariableVec4, "SetNiagaraVariableVec4" }, // 3511245577
{ &Z_Construct_UFunction_UNiagaraComponent_SetOcclusionQueryMode, "SetOcclusionQueryMode" }, // 1821848805
{ &Z_Construct_UFunction_UNiagaraComponent_SetPaused, "SetPaused" }, // 1018545968
{ &Z_Construct_UFunction_UNiagaraComponent_SetPreviewLODDistance, "SetPreviewLODDistance" }, // 3335514708
{ &Z_Construct_UFunction_UNiagaraComponent_SetRandomSeedOffset, "SetRandomSeedOffset" }, // 3276234111
{ &Z_Construct_UFunction_UNiagaraComponent_SetRenderingEnabled, "SetRenderingEnabled" }, // 2642269275
{ &Z_Construct_UFunction_UNiagaraComponent_SetSeekDelta, "SetSeekDelta" }, // 2910516062
{ &Z_Construct_UFunction_UNiagaraComponent_SetSimCache, "SetSimCache" }, // 314594565
{ &Z_Construct_UFunction_UNiagaraComponent_SetSystemFixedBounds, "SetSystemFixedBounds" }, // 3975464968
{ &Z_Construct_UFunction_UNiagaraComponent_SetTickBehavior, "SetTickBehavior" }, // 882326305
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableActor, "SetVariableActor" }, // 3237775603
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableBool, "SetVariableBool" }, // 1729622294
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableFloat, "SetVariableFloat" }, // 3892460545
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableInt, "SetVariableInt" }, // 4162563184
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableLinearColor, "SetVariableLinearColor" }, // 1951370818
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableMaterial, "SetVariableMaterial" }, // 2987755251
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableMatrix, "SetVariableMatrix" }, // 933817793
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableObject, "SetVariableObject" }, // 562326805
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariablePosition, "SetVariablePosition" }, // 3801009977
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableQuat, "SetVariableQuat" }, // 1487530514
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableStaticMesh, "SetVariableStaticMesh" }, // 1292270254
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableTexture, "SetVariableTexture" }, // 901189481
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableTextureRenderTarget, "SetVariableTextureRenderTarget" }, // 3758921439
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableVec2, "SetVariableVec2" }, // 1301052253
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableVec3, "SetVariableVec3" }, // 2379446462
{ &Z_Construct_UFunction_UNiagaraComponent_SetVariableVec4, "SetVariableVec4" }, // 1281834048
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UNiagaraComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UNiagaraComponent_Statics
// ********** Begin Class UNiagaraComponent Property Definitions ***********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_Asset = { "Asset", nullptr, (EPropertyFlags)0x0144000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, Asset), Z_Construct_UClass_UNiagaraSystem_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Asset_MetaData), NewProp_Asset_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TickBehavior_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TickBehavior = { "TickBehavior", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, TickBehavior), Z_Construct_UEnum_Niagara_ENiagaraTickBehavior, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TickBehavior_MetaData), NewProp_TickBehavior_MetaData) }; // 126129537
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_RandomSeedOffset = { "RandomSeedOffset", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, RandomSeedOffset), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RandomSeedOffset_MetaData), NewProp_RandomSeedOffset_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_OverrideParameters = { "OverrideParameters", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, OverrideParameters), Z_Construct_UScriptStruct_FNiagaraUserRedirectionParameterStore, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OverrideParameters_MetaData), NewProp_OverrideParameters_MetaData) }; // 3608717127
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_EditorOverridesValue_ValueProp = { "EditorOverridesValue", nullptr, (EPropertyFlags)0x0000000820000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_EditorOverridesValue_Key_KeyProp = { "EditorOverridesValue_Key", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_EditorOverridesValue = { "EditorOverridesValue", nullptr, (EPropertyFlags)0x0040000820000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, EditorOverridesValue_DEPRECATED), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EditorOverridesValue_MetaData), NewProp_EditorOverridesValue_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TemplateParameterOverrides_ValueProp = { "TemplateParameterOverrides", nullptr, (EPropertyFlags)0x0000008800000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FNiagaraVariant, METADATA_PARAMS(0, nullptr) }; // 714842063
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TemplateParameterOverrides_Key_KeyProp = { "TemplateParameterOverrides_Key", nullptr, (EPropertyFlags)0x0000008800000001, 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_UNiagaraComponent_Statics::NewProp_TemplateParameterOverrides = { "TemplateParameterOverrides", nullptr, (EPropertyFlags)0x0040008800000001, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, TemplateParameterOverrides), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TemplateParameterOverrides_MetaData), NewProp_TemplateParameterOverrides_MetaData) }; // 1942131782 714842063
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_InstanceParameterOverrides_ValueProp = { "InstanceParameterOverrides", nullptr, (EPropertyFlags)0x0000008800000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FNiagaraVariant, METADATA_PARAMS(0, nullptr) }; // 714842063
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_InstanceParameterOverrides_Key_KeyProp = { "InstanceParameterOverrides_Key", nullptr, (EPropertyFlags)0x0000008800000001, 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_UNiagaraComponent_Statics::NewProp_InstanceParameterOverrides = { "InstanceParameterOverrides", nullptr, (EPropertyFlags)0x0040008800000001, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, InstanceParameterOverrides), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InstanceParameterOverrides_MetaData), NewProp_InstanceParameterOverrides_MetaData) }; // 1942131782 714842063
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TemplateParameterOverridesCache_ValueProp = { "TemplateParameterOverridesCache", nullptr, (EPropertyFlags)0x0000008800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FNiagaraVariant, METADATA_PARAMS(0, nullptr) }; // 714842063
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TemplateParameterOverridesCache_Key_KeyProp = { "TemplateParameterOverridesCache_Key", nullptr, (EPropertyFlags)0x0000008800000000, 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_UNiagaraComponent_Statics::NewProp_TemplateParameterOverridesCache = { "TemplateParameterOverridesCache", nullptr, (EPropertyFlags)0x0040008800002000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, TemplateParameterOverridesCache), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TemplateParameterOverridesCache_MetaData), NewProp_TemplateParameterOverridesCache_MetaData) }; // 1942131782 714842063
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_InstanceParameterOverridesCache_ValueProp = { "InstanceParameterOverridesCache", nullptr, (EPropertyFlags)0x0000008800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FNiagaraVariant, METADATA_PARAMS(0, nullptr) }; // 714842063
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_InstanceParameterOverridesCache_Key_KeyProp = { "InstanceParameterOverridesCache_Key", nullptr, (EPropertyFlags)0x0000008800000000, 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_UNiagaraComponent_Statics::NewProp_InstanceParameterOverridesCache = { "InstanceParameterOverridesCache", nullptr, (EPropertyFlags)0x0040008800002000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, InstanceParameterOverridesCache), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InstanceParameterOverridesCache_MetaData), NewProp_InstanceParameterOverridesCache_MetaData) }; // 1942131782 714842063
#endif // WITH_EDITORONLY_DATA
void Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bEnableGpuComputeDebug_SetBit(void* Obj)
{
((UNiagaraComponent*)Obj)->bEnableGpuComputeDebug = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bEnableGpuComputeDebug = { "bEnableGpuComputeDebug", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraComponent), &Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bEnableGpuComputeDebug_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableGpuComputeDebug_MetaData), NewProp_bEnableGpuComputeDebug_MetaData) };
void Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bOverrideWarmupSettings_SetBit(void* Obj)
{
((UNiagaraComponent*)Obj)->bOverrideWarmupSettings = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bOverrideWarmupSettings = { "bOverrideWarmupSettings", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraComponent), &Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bOverrideWarmupSettings_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideWarmupSettings_MetaData), NewProp_bOverrideWarmupSettings_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_WarmupTickCount = { "WarmupTickCount", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, WarmupTickCount), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WarmupTickCount_MetaData), NewProp_WarmupTickCount_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_WarmupTickDelta = { "WarmupTickDelta", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, WarmupTickDelta), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WarmupTickDelta_MetaData), NewProp_WarmupTickDelta_MetaData) };
void Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAutoDestroy_SetBit(void* Obj)
{
((UNiagaraComponent*)Obj)->bAutoDestroy = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAutoDestroy = { "bAutoDestroy", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraComponent), &Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAutoDestroy_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAutoDestroy_MetaData), NewProp_bAutoDestroy_MetaData) };
void Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bRenderingEnabled_SetBit(void* Obj)
{
((UNiagaraComponent*)Obj)->bRenderingEnabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bRenderingEnabled = { "bRenderingEnabled", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraComponent), &Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bRenderingEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRenderingEnabled_MetaData), NewProp_bRenderingEnabled_MetaData) };
void Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAutoManageAttachment_SetBit(void* Obj)
{
((UNiagaraComponent*)Obj)->bAutoManageAttachment = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAutoManageAttachment = { "bAutoManageAttachment", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraComponent), &Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAutoManageAttachment_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAutoManageAttachment_MetaData), NewProp_bAutoManageAttachment_MetaData) };
void Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAutoAttachWeldSimulatedBodies_SetBit(void* Obj)
{
((UNiagaraComponent*)Obj)->bAutoAttachWeldSimulatedBodies = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAutoAttachWeldSimulatedBodies = { "bAutoAttachWeldSimulatedBodies", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraComponent), &Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAutoAttachWeldSimulatedBodies_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAutoAttachWeldSimulatedBodies_MetaData), NewProp_bAutoAttachWeldSimulatedBodies_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_MaxTimeBeforeForceUpdateTransform = { "MaxTimeBeforeForceUpdateTransform", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, MaxTimeBeforeForceUpdateTransform), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaxTimeBeforeForceUpdateTransform_MetaData), NewProp_MaxTimeBeforeForceUpdateTransform_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_OcclusionQueryMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_OcclusionQueryMode = { "OcclusionQueryMode", nullptr, (EPropertyFlags)0x00200c0000000015, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, OcclusionQueryMode), Z_Construct_UEnum_Niagara_ENiagaraOcclusionQueryMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OcclusionQueryMode_MetaData), NewProp_OcclusionQueryMode_MetaData) }; // 2904217692
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_OnSystemFinished = { "OnSystemFinished", nullptr, (EPropertyFlags)0x0010000010280000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, OnSystemFinished), Z_Construct_UDelegateFunction_Niagara_OnNiagaraSystemFinished__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnSystemFinished_MetaData), NewProp_OnSystemFinished_MetaData) }; // 1608356399
const UECodeGen_Private::FWeakObjectPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachParent = { "AutoAttachParent", nullptr, (EPropertyFlags)0x00140000000a080d, UECodeGen_Private::EPropertyGenFlags::WeakObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, AutoAttachParent), Z_Construct_UClass_USceneComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AutoAttachParent_MetaData), NewProp_AutoAttachParent_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachSocketName = { "AutoAttachSocketName", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, AutoAttachSocketName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AutoAttachSocketName_MetaData), NewProp_AutoAttachSocketName_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachLocationRule_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachLocationRule = { "AutoAttachLocationRule", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, AutoAttachLocationRule), Z_Construct_UEnum_Engine_EAttachmentRule, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AutoAttachLocationRule_MetaData), NewProp_AutoAttachLocationRule_MetaData) }; // 372168307
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachRotationRule_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachRotationRule = { "AutoAttachRotationRule", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, AutoAttachRotationRule), Z_Construct_UEnum_Engine_EAttachmentRule, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AutoAttachRotationRule_MetaData), NewProp_AutoAttachRotationRule_MetaData) }; // 372168307
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachScaleRule_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachScaleRule = { "AutoAttachScaleRule", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, AutoAttachScaleRule), Z_Construct_UEnum_Engine_EAttachmentRule, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AutoAttachScaleRule_MetaData), NewProp_AutoAttachScaleRule_MetaData) }; // 372168307
#if WITH_EDITORONLY_DATA
void Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bWaitForCompilationOnActivate_SetBit(void* Obj)
{
((UNiagaraComponent*)Obj)->bWaitForCompilationOnActivate = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bWaitForCompilationOnActivate = { "bWaitForCompilationOnActivate", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraComponent), &Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bWaitForCompilationOnActivate_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bWaitForCompilationOnActivate_MetaData), NewProp_bWaitForCompilationOnActivate_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_SimCacheDebugNumFramesToCapture_Inner = { "SimCacheDebugNumFramesToCapture", nullptr, (EPropertyFlags)0x0000000800000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FGenericPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_SimCacheDebugNumFramesToCapture = { "SimCacheDebugNumFramesToCapture", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Optional, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, SimCacheDebugNumFramesToCapture), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SimCacheDebugNumFramesToCapture_MetaData), NewProp_SimCacheDebugNumFramesToCapture_MetaData) };
#endif // WITH_EDITORONLY_DATA
void Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAllowScalability_SetBit(void* Obj)
{
((UNiagaraComponent*)Obj)->bAllowScalability = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAllowScalability = { "bAllowScalability", nullptr, (EPropertyFlags)0x0040000000000005, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UNiagaraComponent), &Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAllowScalability_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowScalability_MetaData), NewProp_bAllowScalability_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_SimCache = { "SimCache", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, SimCache), Z_Construct_UClass_UNiagaraSimCache_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SimCache_MetaData), NewProp_SimCache_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_CullProxy = { "CullProxy", nullptr, (EPropertyFlags)0x0144000000082008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponent, CullProxy), Z_Construct_UClass_UNiagaraCullProxyComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CullProxy_MetaData), NewProp_CullProxy_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNiagaraComponent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_Asset,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TickBehavior_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TickBehavior,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_RandomSeedOffset,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_OverrideParameters,
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_EditorOverridesValue_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_EditorOverridesValue_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_EditorOverridesValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TemplateParameterOverrides_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TemplateParameterOverrides_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TemplateParameterOverrides,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_InstanceParameterOverrides_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_InstanceParameterOverrides_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_InstanceParameterOverrides,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TemplateParameterOverridesCache_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TemplateParameterOverridesCache_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_TemplateParameterOverridesCache,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_InstanceParameterOverridesCache_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_InstanceParameterOverridesCache_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_InstanceParameterOverridesCache,
#endif // WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bEnableGpuComputeDebug,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bOverrideWarmupSettings,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_WarmupTickCount,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_WarmupTickDelta,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAutoDestroy,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bRenderingEnabled,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAutoManageAttachment,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAutoAttachWeldSimulatedBodies,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_MaxTimeBeforeForceUpdateTransform,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_OcclusionQueryMode_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_OcclusionQueryMode,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_OnSystemFinished,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachParent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachSocketName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachLocationRule_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachLocationRule,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachRotationRule_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachRotationRule,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachScaleRule_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_AutoAttachScaleRule,
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bWaitForCompilationOnActivate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_SimCacheDebugNumFramesToCapture_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_SimCacheDebugNumFramesToCapture,
#endif // WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_bAllowScalability,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_SimCache,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponent_Statics::NewProp_CullProxy,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraComponent_Statics::PropPointers) < 2048);
// ********** End Class UNiagaraComponent Property Definitions *************************************
UObject* (*const Z_Construct_UClass_UNiagaraComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFXSystemComponent,
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNiagaraComponent_Statics::ClassParams = {
&UNiagaraComponent::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UNiagaraComponent_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraComponent_Statics::PropPointers),
0,
0x00A810A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UNiagaraComponent_Statics::Class_MetaDataParams)
};
void UNiagaraComponent::StaticRegisterNativesUNiagaraComponent()
{
UClass* Class = UNiagaraComponent::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UNiagaraComponent_Statics::Funcs));
}
UClass* Z_Construct_UClass_UNiagaraComponent()
{
if (!Z_Registration_Info_UClass_UNiagaraComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNiagaraComponent.OuterSingleton, Z_Construct_UClass_UNiagaraComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UNiagaraComponent.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNiagaraComponent);
UNiagaraComponent::~UNiagaraComponent() {}
IMPLEMENT_FARCHIVE_SERIALIZER(UNiagaraComponent)
// ********** End Class UNiagaraComponent **********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponent_h__Script_Niagara_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ ENiagaraOcclusionQueryMode_StaticEnum, TEXT("ENiagaraOcclusionQueryMode"), &Z_Registration_Info_UEnum_ENiagaraOcclusionQueryMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2904217692U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UNiagaraComponent, UNiagaraComponent::StaticClass, TEXT("UNiagaraComponent"), &Z_Registration_Info_UClass_UNiagaraComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNiagaraComponent), 782656807U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponent_h__Script_Niagara_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponent_h__Script_Niagara_809172012{
TEXT("/Script/Niagara"),
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponent_h__Script_Niagara_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponent_h__Script_Niagara_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponent_h__Script_Niagara_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponent_h__Script_Niagara_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS