272 lines
19 KiB
C++
272 lines
19 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 "AnimNotify_PlayNiagaraEffect.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeAnimNotify_PlayNiagaraEffect() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FRotator();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimNotify();
|
|
ENGINE_API UClass* Z_Construct_UClass_UFXSystemComponent_NoRegister();
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraSystem_NoRegister();
|
|
NIAGARAANIMNOTIFIES_API UClass* Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect();
|
|
NIAGARAANIMNOTIFIES_API UClass* Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_NiagaraAnimNotifies();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UAnimNotify_PlayNiagaraEffect Function GetSpawnedEffect ******************
|
|
struct Z_Construct_UFunction_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect_Statics
|
|
{
|
|
struct AnimNotify_PlayNiagaraEffect_eventGetSpawnedEffect_Parms
|
|
{
|
|
UFXSystemComponent* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "AnimNotify" },
|
|
{ "Comment", "// Return FXSystemComponent created from SpawnEffect\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNotify_PlayNiagaraEffect.h" },
|
|
{ "ToolTip", "Return FXSystemComponent created from SpawnEffect" },
|
|
};
|
|
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_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_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotify_PlayNiagaraEffect_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_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetSpawnedEffect Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect, nullptr, "GetSpawnedEffect", Z_Construct_UFunction_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect_Statics::AnimNotify_PlayNiagaraEffect_eventGetSpawnedEffect_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x44020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect_Statics::AnimNotify_PlayNiagaraEffect_eventGetSpawnedEffect_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UAnimNotify_PlayNiagaraEffect::execGetSpawnedEffect)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UFXSystemComponent**)Z_Param__Result=P_THIS->GetSpawnedEffect();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UAnimNotify_PlayNiagaraEffect Function GetSpawnedEffect ********************
|
|
|
|
// ********** Begin Class UAnimNotify_PlayNiagaraEffect ********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAnimNotify_PlayNiagaraEffect;
|
|
UClass* UAnimNotify_PlayNiagaraEffect::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UAnimNotify_PlayNiagaraEffect;
|
|
if (!Z_Registration_Info_UClass_UAnimNotify_PlayNiagaraEffect.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("AnimNotify_PlayNiagaraEffect"),
|
|
Z_Registration_Info_UClass_UAnimNotify_PlayNiagaraEffect.InnerSingleton,
|
|
StaticRegisterNativesUAnimNotify_PlayNiagaraEffect,
|
|
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_UAnimNotify_PlayNiagaraEffect.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_NoRegister()
|
|
{
|
|
return UAnimNotify_PlayNiagaraEffect::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "DisplayName", "Play Niagara Particle Effect" },
|
|
{ "HideCategories", "Object Object" },
|
|
{ "IncludePath", "AnimNotify_PlayNiagaraEffect.h" },
|
|
{ "ModuleRelativePath", "Public/AnimNotify_PlayNiagaraEffect.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Template_MetaData[] = {
|
|
{ "Category", "AnimNotify" },
|
|
{ "Comment", "// Niagara System to Spawn\n" },
|
|
{ "DisplayName", "Niagara System" },
|
|
{ "ModuleRelativePath", "Public/AnimNotify_PlayNiagaraEffect.h" },
|
|
{ "ToolTip", "Niagara System to Spawn" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LocationOffset_MetaData[] = {
|
|
{ "Category", "AnimNotify" },
|
|
{ "Comment", "// Location offset from the socket\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNotify_PlayNiagaraEffect.h" },
|
|
{ "ToolTip", "Location offset from the socket" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RotationOffset_MetaData[] = {
|
|
{ "Category", "AnimNotify" },
|
|
{ "Comment", "// Rotation offset from socket\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNotify_PlayNiagaraEffect.h" },
|
|
{ "ToolTip", "Rotation offset from socket" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Scale_MetaData[] = {
|
|
{ "Category", "AnimNotify" },
|
|
{ "Comment", "// Scale to spawn the Niagara system at\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNotify_PlayNiagaraEffect.h" },
|
|
{ "ToolTip", "Scale to spawn the Niagara system at" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAbsoluteScale_MetaData[] = {
|
|
{ "Category", "AnimNotify" },
|
|
{ "Comment", "// Whether or not we are in absolute scale mode\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNotify_PlayNiagaraEffect.h" },
|
|
{ "ToolTip", "Whether or not we are in absolute scale mode" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Attached_MetaData[] = {
|
|
{ "Category", "AnimNotify" },
|
|
{ "Comment", "// Should attach to the bone/socket\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNotify_PlayNiagaraEffect.h" },
|
|
{ "ToolTip", "Should attach to the bone/socket" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SocketName_MetaData[] = {
|
|
{ "AnimNotifyBoneName", "true" },
|
|
{ "Category", "AnimNotify" },
|
|
{ "Comment", "// SocketName to attach to\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNotify_PlayNiagaraEffect.h" },
|
|
{ "ToolTip", "SocketName to attach to" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UAnimNotify_PlayNiagaraEffect constinit property declarations ************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Template;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LocationOffset;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RotationOffset;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Scale;
|
|
static void NewProp_bAbsoluteScale_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAbsoluteScale;
|
|
static void NewProp_Attached_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_Attached;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_SocketName;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UAnimNotify_PlayNiagaraEffect constinit property declarations **************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetSpawnedEffect"), .Pointer = &UAnimNotify_PlayNiagaraEffect::execGetSpawnedEffect },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UAnimNotify_PlayNiagaraEffect_GetSpawnedEffect, "GetSpawnedEffect" }, // 2154174170
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UAnimNotify_PlayNiagaraEffect>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics
|
|
|
|
// ********** Begin Class UAnimNotify_PlayNiagaraEffect Property Definitions ***********************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_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(UAnimNotify_PlayNiagaraEffect, Template), Z_Construct_UClass_UNiagaraSystem_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Template_MetaData), NewProp_Template_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_LocationOffset = { "LocationOffset", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimNotify_PlayNiagaraEffect, LocationOffset), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LocationOffset_MetaData), NewProp_LocationOffset_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_RotationOffset = { "RotationOffset", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimNotify_PlayNiagaraEffect, RotationOffset), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RotationOffset_MetaData), NewProp_RotationOffset_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_Scale = { "Scale", nullptr, (EPropertyFlags)0x0010000000000011, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimNotify_PlayNiagaraEffect, Scale), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Scale_MetaData), NewProp_Scale_MetaData) };
|
|
void Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_bAbsoluteScale_SetBit(void* Obj)
|
|
{
|
|
((UAnimNotify_PlayNiagaraEffect*)Obj)->bAbsoluteScale = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_bAbsoluteScale = { "bAbsoluteScale", nullptr, (EPropertyFlags)0x0010040000000011, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAnimNotify_PlayNiagaraEffect), &Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_bAbsoluteScale_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAbsoluteScale_MetaData), NewProp_bAbsoluteScale_MetaData) };
|
|
void Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_Attached_SetBit(void* Obj)
|
|
{
|
|
((UAnimNotify_PlayNiagaraEffect*)Obj)->Attached = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_Attached = { "Attached", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UAnimNotify_PlayNiagaraEffect), &Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_Attached_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Attached_MetaData), NewProp_Attached_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_SocketName = { "SocketName", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimNotify_PlayNiagaraEffect, SocketName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SocketName_MetaData), NewProp_SocketName_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_Template,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_LocationOffset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_RotationOffset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_Scale,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_bAbsoluteScale,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_Attached,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::NewProp_SocketName,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::PropPointers) < 2048);
|
|
// ********** End Class UAnimNotify_PlayNiagaraEffect Property Definitions *************************
|
|
UObject* (*const Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UAnimNotify,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_NiagaraAnimNotifies,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::ClassParams = {
|
|
&UAnimNotify_PlayNiagaraEffect::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::PropPointers),
|
|
0,
|
|
0x000920A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::Class_MetaDataParams), Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::Class_MetaDataParams)
|
|
};
|
|
void UAnimNotify_PlayNiagaraEffect::StaticRegisterNativesUAnimNotify_PlayNiagaraEffect()
|
|
{
|
|
UClass* Class = UAnimNotify_PlayNiagaraEffect::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UAnimNotify_PlayNiagaraEffect.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAnimNotify_PlayNiagaraEffect.OuterSingleton, Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UAnimNotify_PlayNiagaraEffect.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAnimNotify_PlayNiagaraEffect);
|
|
UAnimNotify_PlayNiagaraEffect::~UAnimNotify_PlayNiagaraEffect() {}
|
|
// ********** End Class UAnimNotify_PlayNiagaraEffect **********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotify_PlayNiagaraEffect_h__Script_NiagaraAnimNotifies_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UAnimNotify_PlayNiagaraEffect, UAnimNotify_PlayNiagaraEffect::StaticClass, TEXT("UAnimNotify_PlayNiagaraEffect"), &Z_Registration_Info_UClass_UAnimNotify_PlayNiagaraEffect, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAnimNotify_PlayNiagaraEffect), 2015100252U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotify_PlayNiagaraEffect_h__Script_NiagaraAnimNotifies_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotify_PlayNiagaraEffect_h__Script_NiagaraAnimNotifies_1854364221{
|
|
TEXT("/Script/NiagaraAnimNotifies"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotify_PlayNiagaraEffect_h__Script_NiagaraAnimNotifies_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_NiagaraAnimNotifies_Public_AnimNotify_PlayNiagaraEffect_h__Script_NiagaraAnimNotifies_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|