// 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 "AnimNotifyState_TimedNiagaraEffect.h" #include "Serialization/ArchiveUObjectFromStructuredArchive.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeAnimNotifyState_TimedNiagaraEffect() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FRotator(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); ENGINE_API UClass* Z_Construct_UClass_UAnimNotifyState(); ENGINE_API UClass* Z_Construct_UClass_UFXSystemComponent_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UMeshComponent_NoRegister(); NIAGARA_API UClass* Z_Construct_UClass_UNiagaraSystem_NoRegister(); NIAGARAANIMNOTIFIES_API UClass* Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect(); NIAGARAANIMNOTIFIES_API UClass* Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_NoRegister(); NIAGARAANIMNOTIFIES_API UClass* Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced(); NIAGARAANIMNOTIFIES_API UClass* Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_NoRegister(); NIAGARAANIMNOTIFIES_API UEnum* Z_Construct_UEnum_NiagaraAnimNotifies_ENiagaraAnimNotifyProgressType(); NIAGARAANIMNOTIFIES_API UScriptStruct* Z_Construct_UScriptStruct_FCurveParameterPair(); UPackage* Z_Construct_UPackage__Script_NiagaraAnimNotifies(); // ********** End Cross Module References ********************************************************** // ********** Begin Enum ENiagaraAnimNotifyProgressType ******************************************** static FEnumRegistrationInfo Z_Registration_Info_UEnum_ENiagaraAnimNotifyProgressType; static UEnum* ENiagaraAnimNotifyProgressType_StaticEnum() { if (!Z_Registration_Info_UEnum_ENiagaraAnimNotifyProgressType.OuterSingleton) { Z_Registration_Info_UEnum_ENiagaraAnimNotifyProgressType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_NiagaraAnimNotifies_ENiagaraAnimNotifyProgressType, (UObject*)Z_Construct_UPackage__Script_NiagaraAnimNotifies(), TEXT("ENiagaraAnimNotifyProgressType")); } return Z_Registration_Info_UEnum_ENiagaraAnimNotifyProgressType.OuterSingleton; } template<> NIAGARAANIMNOTIFIES_NON_ATTRIBUTED_API UEnum* StaticEnum() { return ENiagaraAnimNotifyProgressType_StaticEnum(); } struct Z_Construct_UEnum_NiagaraAnimNotifies_ENiagaraAnimNotifyProgressType_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "Forward.Comment", "/** Send normalized progress (0.0 to 1.0) to the FX component as a float user parameter */" }, { "Forward.Name", "ENiagaraAnimNotifyProgressType::Forward" }, { "Forward.ToolTip", "Send normalized progress (0.0 to 1.0) to the FX component as a float user parameter" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "None.Comment", "/** Progress information will not be send to the FX component */" }, { "None.Name", "ENiagaraAnimNotifyProgressType::None" }, { "None.ToolTip", "Progress information will not be send to the FX component" }, { "Reverse.Comment", "/** Send reversed normalized progress (1.0 to 0.0) to the FX component as a float user parameter */" }, { "Reverse.Name", "ENiagaraAnimNotifyProgressType::Reverse" }, { "Reverse.ToolTip", "Send reversed normalized progress (1.0 to 0.0) to the FX component as a float user parameter" }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "ENiagaraAnimNotifyProgressType::None", (int64)ENiagaraAnimNotifyProgressType::None }, { "ENiagaraAnimNotifyProgressType::Forward", (int64)ENiagaraAnimNotifyProgressType::Forward }, { "ENiagaraAnimNotifyProgressType::Reverse", (int64)ENiagaraAnimNotifyProgressType::Reverse }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_NiagaraAnimNotifies_ENiagaraAnimNotifyProgressType_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_NiagaraAnimNotifies_ENiagaraAnimNotifyProgressType_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_NiagaraAnimNotifies, nullptr, "ENiagaraAnimNotifyProgressType", "ENiagaraAnimNotifyProgressType", Z_Construct_UEnum_NiagaraAnimNotifies_ENiagaraAnimNotifyProgressType_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_NiagaraAnimNotifies_ENiagaraAnimNotifyProgressType_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::EnumClass, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_NiagaraAnimNotifies_ENiagaraAnimNotifyProgressType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_NiagaraAnimNotifies_ENiagaraAnimNotifyProgressType_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_NiagaraAnimNotifies_ENiagaraAnimNotifyProgressType() { if (!Z_Registration_Info_UEnum_ENiagaraAnimNotifyProgressType.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ENiagaraAnimNotifyProgressType.InnerSingleton, Z_Construct_UEnum_NiagaraAnimNotifies_ENiagaraAnimNotifyProgressType_Statics::EnumParams); } return Z_Registration_Info_UEnum_ENiagaraAnimNotifyProgressType.InnerSingleton; } // ********** End Enum ENiagaraAnimNotifyProgressType ********************************************** // ********** Begin Class UAnimNotifyState_TimedNiagaraEffect Function GetSpawnedEffect ************ struct Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics { struct AnimNotifyState_TimedNiagaraEffect_eventGetSpawnedEffect_Parms { UMeshComponent* MeshComp; UFXSystemComponent* ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "AnimNotify" }, { "Comment", "// Return FXSystemComponent created from SpawnEffect\n" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "Return FXSystemComponent created from SpawnEffect" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeshComp_MetaData[] = { { "EditInline", "true" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function GetSpawnedEffect constinit property declarations ********************** static const UECodeGen_Private::FObjectPropertyParams NewProp_MeshComp; static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetSpawnedEffect constinit property declarations ************************ static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetSpawnedEffect Property Definitions ********************************* const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::NewProp_MeshComp = { "MeshComp", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyState_TimedNiagaraEffect_eventGetSpawnedEffect_Parms, MeshComp), Z_Construct_UClass_UMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeshComp_MetaData), NewProp_MeshComp_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyState_TimedNiagaraEffect_eventGetSpawnedEffect_Parms, ReturnValue), Z_Construct_UClass_UFXSystemComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::NewProp_MeshComp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::PropPointers) < 2048); // ********** End Function GetSpawnedEffect Property Definitions *********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect, nullptr, "GetSpawnedEffect", Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::PropPointers), sizeof(Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::AnimNotifyState_TimedNiagaraEffect_eventGetSpawnedEffect_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x44020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::AnimNotifyState_TimedNiagaraEffect_eventGetSpawnedEffect_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UAnimNotifyState_TimedNiagaraEffect::execGetSpawnedEffect) { P_GET_OBJECT(UMeshComponent,Z_Param_MeshComp); P_FINISH; P_NATIVE_BEGIN; *(UFXSystemComponent**)Z_Param__Result=P_THIS->GetSpawnedEffect(Z_Param_MeshComp); P_NATIVE_END; } // ********** End Class UAnimNotifyState_TimedNiagaraEffect Function GetSpawnedEffect ************** // ********** Begin Class UAnimNotifyState_TimedNiagaraEffect ************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffect; UClass* UAnimNotifyState_TimedNiagaraEffect::GetPrivateStaticClass() { using TClass = UAnimNotifyState_TimedNiagaraEffect; if (!Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffect.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("AnimNotifyState_TimedNiagaraEffect"), Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffect.InnerSingleton, StaticRegisterNativesUAnimNotifyState_TimedNiagaraEffect, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffect.InnerSingleton; } UClass* Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_NoRegister() { return UAnimNotifyState_TimedNiagaraEffect::GetPrivateStaticClass(); } struct Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "// Timed Niagara Effect Notify\n// Allows a looping Niagara effect to be played in an animation that will activate\n// at the beginning of the notify and deactivate at the end.\n" }, { "DisplayName", "Timed Niagara Effect" }, { "HideCategories", "Object" }, { "IncludePath", "AnimNotifyState_TimedNiagaraEffect.h" }, { "IsBlueprintBase", "true" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "Timed Niagara Effect Notify\nAllows a looping Niagara effect to be played in an animation that will activate\nat the beginning of the notify and deactivate at the end." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Template_MetaData[] = { { "Category", "NiagaraSystem" }, { "DisplayName", "Niagara System" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "The niagara system to spawn for the notify state" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SocketName_MetaData[] = { { "AnimNotifyBoneName", "true" }, { "Category", "NiagaraSystem" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "The socket or bone to attach the system to" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LocationOffset_MetaData[] = { { "Category", "NiagaraSystem" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "Offset from the socket or bone to place the Niagara system" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RotationOffset_MetaData[] = { { "Category", "NiagaraSystem" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "Rotation offset from the socket or bone for the Niagara system" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Scale_MetaData[] = { { "Category", "NiagaraSystem" }, { "Comment", "// Scale to spawn the Niagara system at\n" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "Scale to spawn the Niagara system at" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bApplyRateScaleAsTimeDilation_MetaData[] = { { "Category", "NiagaraSystem" }, { "Comment", "// Should we set the animation rate scale as time dilation on the spawn effect?\n" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "Should we set the animation rate scale as time dilation on the spawn effect?" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDestroyAtEnd_MetaData[] = { { "Category", "NiagaraSystem" }, { "DisplayName", "Destroy Immediately" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "Whether the Niagara system should be immediately destroyed at the end of the notify state or be allowed to finish" }, }; #endif // WITH_METADATA // ********** Begin Class UAnimNotifyState_TimedNiagaraEffect constinit property declarations ****** static const UECodeGen_Private::FObjectPropertyParams NewProp_Template; static const UECodeGen_Private::FNamePropertyParams NewProp_SocketName; static const UECodeGen_Private::FStructPropertyParams NewProp_LocationOffset; static const UECodeGen_Private::FStructPropertyParams NewProp_RotationOffset; static const UECodeGen_Private::FStructPropertyParams NewProp_Scale; static void NewProp_bApplyRateScaleAsTimeDilation_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bApplyRateScaleAsTimeDilation; static void NewProp_bDestroyAtEnd_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bDestroyAtEnd; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UAnimNotifyState_TimedNiagaraEffect constinit property declarations ******** static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("GetSpawnedEffect"), .Pointer = &UAnimNotifyState_TimedNiagaraEffect::execGetSpawnedEffect }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect, "GetSpawnedEffect" }, // 375344753 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics // ********** Begin Class UAnimNotifyState_TimedNiagaraEffect Property Definitions ***************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_Template = { "Template", nullptr, (EPropertyFlags)0x0114000000000015, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimNotifyState_TimedNiagaraEffect, Template), Z_Construct_UClass_UNiagaraSystem_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Template_MetaData), NewProp_Template_MetaData) }; const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_SocketName = { "SocketName", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimNotifyState_TimedNiagaraEffect, SocketName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SocketName_MetaData), NewProp_SocketName_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_LocationOffset = { "LocationOffset", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimNotifyState_TimedNiagaraEffect, LocationOffset), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LocationOffset_MetaData), NewProp_LocationOffset_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_RotationOffset = { "RotationOffset", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimNotifyState_TimedNiagaraEffect, RotationOffset), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RotationOffset_MetaData), NewProp_RotationOffset_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_Scale = { "Scale", nullptr, (EPropertyFlags)0x0010000000000011, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimNotifyState_TimedNiagaraEffect, Scale), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Scale_MetaData), NewProp_Scale_MetaData) }; void Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_bApplyRateScaleAsTimeDilation_SetBit(void* Obj) { ((UAnimNotifyState_TimedNiagaraEffect*)Obj)->bApplyRateScaleAsTimeDilation = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_bApplyRateScaleAsTimeDilation = { "bApplyRateScaleAsTimeDilation", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAnimNotifyState_TimedNiagaraEffect), &Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_bApplyRateScaleAsTimeDilation_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bApplyRateScaleAsTimeDilation_MetaData), NewProp_bApplyRateScaleAsTimeDilation_MetaData) }; void Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_bDestroyAtEnd_SetBit(void* Obj) { ((UAnimNotifyState_TimedNiagaraEffect*)Obj)->bDestroyAtEnd = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_bDestroyAtEnd = { "bDestroyAtEnd", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAnimNotifyState_TimedNiagaraEffect), &Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_bDestroyAtEnd_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDestroyAtEnd_MetaData), NewProp_bDestroyAtEnd_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_Template, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_SocketName, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_LocationOffset, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_RotationOffset, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_Scale, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_bApplyRateScaleAsTimeDilation, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::NewProp_bDestroyAtEnd, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::PropPointers) < 2048); // ********** End Class UAnimNotifyState_TimedNiagaraEffect Property Definitions ******************* UObject* (*const Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UAnimNotifyState, (UObject* (*)())Z_Construct_UPackage__Script_NiagaraAnimNotifies, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::ClassParams = { &UAnimNotifyState_TimedNiagaraEffect::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::PropPointers), 0, 0x000930A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::Class_MetaDataParams), Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::Class_MetaDataParams) }; void UAnimNotifyState_TimedNiagaraEffect::StaticRegisterNativesUAnimNotifyState_TimedNiagaraEffect() { UClass* Class = UAnimNotifyState_TimedNiagaraEffect::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::Funcs)); } UClass* Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect() { if (!Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffect.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffect.OuterSingleton, Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect_Statics::ClassParams); } return Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffect.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAnimNotifyState_TimedNiagaraEffect); UAnimNotifyState_TimedNiagaraEffect::~UAnimNotifyState_TimedNiagaraEffect() {} // ********** End Class UAnimNotifyState_TimedNiagaraEffect **************************************** // ********** Begin ScriptStruct FCurveParameterPair *********************************************** struct Z_Construct_UScriptStruct_FCurveParameterPair_Statics { static inline consteval int32 GetStructSize() { return sizeof(FCurveParameterPair); } static inline consteval int16 GetStructAlignment() { return alignof(FCurveParameterPair); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "BlueprintType", "true" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AnimCurveName_MetaData[] = { { "Category", "AnimCurves" }, { "DisplayName", "Anim Curve Name" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "Name of the curve in this montage." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UserVariableName_MetaData[] = { { "Category", "AnimCurves" }, { "DisplayName", "Niagara User Float" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "Name of the Niagara user float variable." }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FCurveParameterPair constinit property declarations *************** static const UECodeGen_Private::FNamePropertyParams NewProp_AnimCurveName; static const UECodeGen_Private::FNamePropertyParams NewProp_UserVariableName; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FCurveParameterPair constinit property declarations ***************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FCurveParameterPair_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FCurveParameterPair; class UScriptStruct* FCurveParameterPair::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FCurveParameterPair.OuterSingleton) { Z_Registration_Info_UScriptStruct_FCurveParameterPair.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FCurveParameterPair, (UObject*)Z_Construct_UPackage__Script_NiagaraAnimNotifies(), TEXT("CurveParameterPair")); } return Z_Registration_Info_UScriptStruct_FCurveParameterPair.OuterSingleton; } // ********** Begin ScriptStruct FCurveParameterPair Property Definitions ************************** const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FCurveParameterPair_Statics::NewProp_AnimCurveName = { "AnimCurveName", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCurveParameterPair, AnimCurveName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AnimCurveName_MetaData), NewProp_AnimCurveName_MetaData) }; const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FCurveParameterPair_Statics::NewProp_UserVariableName = { "UserVariableName", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCurveParameterPair, UserVariableName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UserVariableName_MetaData), NewProp_UserVariableName_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FCurveParameterPair_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCurveParameterPair_Statics::NewProp_AnimCurveName, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCurveParameterPair_Statics::NewProp_UserVariableName, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurveParameterPair_Statics::PropPointers) < 2048); // ********** End ScriptStruct FCurveParameterPair Property Definitions **************************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FCurveParameterPair_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_NiagaraAnimNotifies, nullptr, &NewStructOps, "CurveParameterPair", Z_Construct_UScriptStruct_FCurveParameterPair_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurveParameterPair_Statics::PropPointers), sizeof(FCurveParameterPair), alignof(FCurveParameterPair), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurveParameterPair_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FCurveParameterPair_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FCurveParameterPair() { if (!Z_Registration_Info_UScriptStruct_FCurveParameterPair.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FCurveParameterPair.InnerSingleton, Z_Construct_UScriptStruct_FCurveParameterPair_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FCurveParameterPair.InnerSingleton); } // ********** End ScriptStruct FCurveParameterPair ************************************************* // ********** Begin Class UAnimNotifyState_TimedNiagaraEffectAdvanced Function GetNotifyProgress *** struct Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics { struct AnimNotifyState_TimedNiagaraEffectAdvanced_eventGetNotifyProgress_Parms { UMeshComponent* MeshComp; float ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "AnimNotify" }, { "Comment", "// Returns a 0 to 1 value for the progress of this component along the notify.\n" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "Returns a 0 to 1 value for the progress of this component along the notify." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeshComp_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function GetNotifyProgress constinit property declarations ********************* static const UECodeGen_Private::FObjectPropertyParams NewProp_MeshComp; static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetNotifyProgress constinit property declarations *********************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetNotifyProgress Property Definitions ******************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::NewProp_MeshComp = { "MeshComp", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyState_TimedNiagaraEffectAdvanced_eventGetNotifyProgress_Parms, MeshComp), Z_Construct_UClass_UMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeshComp_MetaData), NewProp_MeshComp_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyState_TimedNiagaraEffectAdvanced_eventGetNotifyProgress_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::NewProp_MeshComp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::PropPointers) < 2048); // ********** End Function GetNotifyProgress Property Definitions ********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced, nullptr, "GetNotifyProgress", Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::PropPointers), sizeof(Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::AnimNotifyState_TimedNiagaraEffectAdvanced_eventGetNotifyProgress_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x44020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::AnimNotifyState_TimedNiagaraEffectAdvanced_eventGetNotifyProgress_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UAnimNotifyState_TimedNiagaraEffectAdvanced::execGetNotifyProgress) { P_GET_OBJECT(UMeshComponent,Z_Param_MeshComp); P_FINISH; P_NATIVE_BEGIN; *(float*)Z_Param__Result=P_THIS->GetNotifyProgress(Z_Param_MeshComp); P_NATIVE_END; } // ********** End Class UAnimNotifyState_TimedNiagaraEffectAdvanced Function GetNotifyProgress ***** // ********** Begin Class UAnimNotifyState_TimedNiagaraEffectAdvanced ****************************** FClassRegistrationInfo Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced; UClass* UAnimNotifyState_TimedNiagaraEffectAdvanced::GetPrivateStaticClass() { using TClass = UAnimNotifyState_TimedNiagaraEffectAdvanced; if (!Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("AnimNotifyState_TimedNiagaraEffectAdvanced"), Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced.InnerSingleton, StaticRegisterNativesUAnimNotifyState_TimedNiagaraEffectAdvanced, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced.InnerSingleton; } UClass* Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_NoRegister() { return UAnimNotifyState_TimedNiagaraEffectAdvanced::GetPrivateStaticClass(); } struct Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "/**\nSame as Timed Niagara Effect but also provides some more advanced abilities at an additional cost. \n*/" }, { "DisplayName", "Advanced Timed Niagara Effect" }, { "HideCategories", "Object" }, { "IncludePath", "AnimNotifyState_TimedNiagaraEffect.h" }, { "IsBlueprintBase", "true" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "Same as Timed Niagara Effect but also provides some more advanced abilities at an additional cost." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NotifyProgressType_MetaData[] = { { "Category", "NotifyProgress" }, { "Comment", "// How/if we should send progress to the FX component\n" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "How/if we should send progress to the FX component" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bApplyRateScaleToProgress_MetaData[] = { { "Category", "NotifyProgress" }, { "Comment", "// Should we apply the animation rate scale when calculating the elasped time.\n" }, { "DisplayName", "Notify Progress Apply Rate Scale" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "Should we apply the animation rate scale when calculating the elasped time." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NotifyProgressUserParameter_MetaData[] = { { "Category", "NotifyProgress" }, { "DisplayName", "User Parameter" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "The name of your niagara user variable you would like to send the normalized notify progress to." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AnimCurves_MetaData[] = { { "Category", "AnimCurves" }, { "DisplayName", "Anim Curve Parameters" }, { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, { "ToolTip", "Array of fnames to map Anim Curve names to Niagara Parameters." }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableNormalizedNotifyProgress_MetaData[] = { { "ModuleRelativePath", "Public/AnimNotifyState_TimedNiagaraEffect.h" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin Class UAnimNotifyState_TimedNiagaraEffectAdvanced constinit property declarations static const UECodeGen_Private::FBytePropertyParams NewProp_NotifyProgressType_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_NotifyProgressType; static void NewProp_bApplyRateScaleToProgress_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bApplyRateScaleToProgress; static const UECodeGen_Private::FNamePropertyParams NewProp_NotifyProgressUserParameter; static const UECodeGen_Private::FStructPropertyParams NewProp_AnimCurves_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_AnimCurves; #if WITH_EDITORONLY_DATA static void NewProp_bEnableNormalizedNotifyProgress_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableNormalizedNotifyProgress; #endif // WITH_EDITORONLY_DATA static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UAnimNotifyState_TimedNiagaraEffectAdvanced constinit property declarations static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("GetNotifyProgress"), .Pointer = &UAnimNotifyState_TimedNiagaraEffectAdvanced::execGetNotifyProgress }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UAnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress, "GetNotifyProgress" }, // 2936890367 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics // ********** Begin Class UAnimNotifyState_TimedNiagaraEffectAdvanced Property Definitions ********* const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_NotifyProgressType_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_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_NotifyProgressType = { "NotifyProgressType", nullptr, (EPropertyFlags)0x0010000000000011, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimNotifyState_TimedNiagaraEffectAdvanced, NotifyProgressType), Z_Construct_UEnum_NiagaraAnimNotifies_ENiagaraAnimNotifyProgressType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NotifyProgressType_MetaData), NewProp_NotifyProgressType_MetaData) }; // 1093257803 void Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_bApplyRateScaleToProgress_SetBit(void* Obj) { ((UAnimNotifyState_TimedNiagaraEffectAdvanced*)Obj)->bApplyRateScaleToProgress = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_bApplyRateScaleToProgress = { "bApplyRateScaleToProgress", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAnimNotifyState_TimedNiagaraEffectAdvanced), &Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_bApplyRateScaleToProgress_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bApplyRateScaleToProgress_MetaData), NewProp_bApplyRateScaleToProgress_MetaData) }; const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_NotifyProgressUserParameter = { "NotifyProgressUserParameter", nullptr, (EPropertyFlags)0x0010000000000011, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimNotifyState_TimedNiagaraEffectAdvanced, NotifyProgressUserParameter), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NotifyProgressUserParameter_MetaData), NewProp_NotifyProgressUserParameter_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_AnimCurves_Inner = { "AnimCurves", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FCurveParameterPair, METADATA_PARAMS(0, nullptr) }; // 3003208499 const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_AnimCurves = { "AnimCurves", nullptr, (EPropertyFlags)0x0010000000000011, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimNotifyState_TimedNiagaraEffectAdvanced, AnimCurves), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AnimCurves_MetaData), NewProp_AnimCurves_MetaData) }; // 3003208499 #if WITH_EDITORONLY_DATA void Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_bEnableNormalizedNotifyProgress_SetBit(void* Obj) { ((UAnimNotifyState_TimedNiagaraEffectAdvanced*)Obj)->bEnableNormalizedNotifyProgress_DEPRECATED = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_bEnableNormalizedNotifyProgress = { "bEnableNormalizedNotifyProgress", nullptr, (EPropertyFlags)0x0010000820000010, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAnimNotifyState_TimedNiagaraEffectAdvanced), &Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_bEnableNormalizedNotifyProgress_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableNormalizedNotifyProgress_MetaData), NewProp_bEnableNormalizedNotifyProgress_MetaData) }; #endif // WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_NotifyProgressType_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_NotifyProgressType, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_bApplyRateScaleToProgress, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_NotifyProgressUserParameter, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_AnimCurves_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_AnimCurves, #if WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::NewProp_bEnableNormalizedNotifyProgress, #endif // WITH_EDITORONLY_DATA }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::PropPointers) < 2048); // ********** End Class UAnimNotifyState_TimedNiagaraEffectAdvanced Property Definitions *********** UObject* (*const Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect, (UObject* (*)())Z_Construct_UPackage__Script_NiagaraAnimNotifies, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::ClassParams = { &UAnimNotifyState_TimedNiagaraEffectAdvanced::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::PropPointers), 0, 0x000930A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::Class_MetaDataParams), Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::Class_MetaDataParams) }; void UAnimNotifyState_TimedNiagaraEffectAdvanced::StaticRegisterNativesUAnimNotifyState_TimedNiagaraEffectAdvanced() { UClass* Class = UAnimNotifyState_TimedNiagaraEffectAdvanced::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::Funcs)); } UClass* Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced() { if (!Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced.OuterSingleton, Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced_Statics::ClassParams); } return Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAnimNotifyState_TimedNiagaraEffectAdvanced); UAnimNotifyState_TimedNiagaraEffectAdvanced::~UAnimNotifyState_TimedNiagaraEffectAdvanced() {} IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UAnimNotifyState_TimedNiagaraEffectAdvanced) // ********** End Class UAnimNotifyState_TimedNiagaraEffectAdvanced ******************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotifyState_TimedNiagaraEffect_h__Script_NiagaraAnimNotifies_Statics { static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = { { ENiagaraAnimNotifyProgressType_StaticEnum, TEXT("ENiagaraAnimNotifyProgressType"), &Z_Registration_Info_UEnum_ENiagaraAnimNotifyProgressType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1093257803U) }, }; static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FCurveParameterPair::StaticStruct, Z_Construct_UScriptStruct_FCurveParameterPair_Statics::NewStructOps, TEXT("CurveParameterPair"),&Z_Registration_Info_UScriptStruct_FCurveParameterPair, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FCurveParameterPair), 3003208499U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffect, UAnimNotifyState_TimedNiagaraEffect::StaticClass, TEXT("UAnimNotifyState_TimedNiagaraEffect"), &Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffect, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAnimNotifyState_TimedNiagaraEffect), 1630530184U) }, { Z_Construct_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced, UAnimNotifyState_TimedNiagaraEffectAdvanced::StaticClass, TEXT("UAnimNotifyState_TimedNiagaraEffectAdvanced"), &Z_Registration_Info_UClass_UAnimNotifyState_TimedNiagaraEffectAdvanced, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAnimNotifyState_TimedNiagaraEffectAdvanced), 169112381U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotifyState_TimedNiagaraEffect_h__Script_NiagaraAnimNotifies_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotifyState_TimedNiagaraEffect_h__Script_NiagaraAnimNotifies_3652949396{ TEXT("/Script/NiagaraAnimNotifies"), Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotifyState_TimedNiagaraEffect_h__Script_NiagaraAnimNotifies_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotifyState_TimedNiagaraEffect_h__Script_NiagaraAnimNotifies_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotifyState_TimedNiagaraEffect_h__Script_NiagaraAnimNotifies_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotifyState_TimedNiagaraEffect_h__Script_NiagaraAnimNotifies_Statics::ScriptStructInfo), Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotifyState_TimedNiagaraEffect_h__Script_NiagaraAnimNotifies_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotifyState_TimedNiagaraEffect_h__Script_NiagaraAnimNotifies_Statics::EnumInfo), }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS