#pragma once // Dumped with Dumper-7! #include "../SDK.hpp" namespace SDK { //--------------------------------------------------------------------------------------------------------------------- // FUNCTIONS //--------------------------------------------------------------------------------------------------------------------- // BlueprintGeneratedClass BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C // (None) class UClass* UBP_Action_Coop_SpawnItem_C::StaticClass() { static class UClass* Clss = nullptr; if (!Clss) Clss = UObject::FindClassFast("BP_Action_Coop_SpawnItem_C"); return Clss; } // BP_Action_Coop_SpawnItem_C BP_Action_Coop_SpawnItem.Default__BP_Action_Coop_SpawnItem_C // (Public, ClassDefaultObject, ArchetypeObject, WasLoaded, LoadCompleted) class UBP_Action_Coop_SpawnItem_C* UBP_Action_Coop_SpawnItem_C::GetDefaultObj() { static class UBP_Action_Coop_SpawnItem_C* Default = nullptr; if (!Default) Default = static_cast(UBP_Action_Coop_SpawnItem_C::StaticClass()->DefaultObject); return Default; } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.EndProc // (Public, BlueprintCallable, BlueprintEvent) // Parameters: // bool CallFunc_K2_IsValidTimerHandle_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::EndProc(bool CallFunc_K2_IsValidTimerHandle_ReturnValue) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "EndProc"); Params::UBP_Action_Coop_SpawnItem_C_EndProc_Params Parms{}; Parms.CallFunc_K2_IsValidTimerHandle_ReturnValue = CallFunc_K2_IsValidTimerHandle_ReturnValue; UObject::ProcessEvent(Func, &Parms); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.StopFunMontage // (Public, BlueprintCallable, BlueprintEvent) // Parameters: // bool CallFunc_Montage_IsPlaying_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::StopFunMontage(bool CallFunc_Montage_IsPlaying_ReturnValue) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "StopFunMontage"); Params::UBP_Action_Coop_SpawnItem_C_StopFunMontage_Params Parms{}; Parms.CallFunc_Montage_IsPlaying_ReturnValue = CallFunc_Montage_IsPlaying_ReturnValue; UObject::ProcessEvent(Func, &Parms); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.StopChargeMontage // (Public, BlueprintCallable, BlueprintEvent) // Parameters: // bool CallFunc_Montage_IsPlaying_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::StopChargeMontage(bool CallFunc_Montage_IsPlaying_ReturnValue) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "StopChargeMontage"); Params::UBP_Action_Coop_SpawnItem_C_StopChargeMontage_Params Parms{}; Parms.CallFunc_Montage_IsPlaying_ReturnValue = CallFunc_Montage_IsPlaying_ReturnValue; UObject::ProcessEvent(Func, &Parms); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.OnNotifyEnd_3059B08B4A825BCA681E639E08A41646 // (BlueprintCallable, BlueprintEvent) // Parameters: // class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::OnNotifyEnd_3059B08B4A825BCA681E639E08A41646(class FName NotifyName) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "OnNotifyEnd_3059B08B4A825BCA681E639E08A41646"); Params::UBP_Action_Coop_SpawnItem_C_OnNotifyEnd_3059B08B4A825BCA681E639E08A41646_Params Parms{}; Parms.NotifyName = NotifyName; UObject::ProcessEvent(Func, &Parms); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.OnNotifyBegin_3059B08B4A825BCA681E639E08A41646 // (BlueprintCallable, BlueprintEvent) // Parameters: // class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::OnNotifyBegin_3059B08B4A825BCA681E639E08A41646(class FName NotifyName) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "OnNotifyBegin_3059B08B4A825BCA681E639E08A41646"); Params::UBP_Action_Coop_SpawnItem_C_OnNotifyBegin_3059B08B4A825BCA681E639E08A41646_Params Parms{}; Parms.NotifyName = NotifyName; UObject::ProcessEvent(Func, &Parms); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.OnInterrupted_3059B08B4A825BCA681E639E08A41646 // (BlueprintCallable, BlueprintEvent) // Parameters: // class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::OnInterrupted_3059B08B4A825BCA681E639E08A41646(class FName NotifyName) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "OnInterrupted_3059B08B4A825BCA681E639E08A41646"); Params::UBP_Action_Coop_SpawnItem_C_OnInterrupted_3059B08B4A825BCA681E639E08A41646_Params Parms{}; Parms.NotifyName = NotifyName; UObject::ProcessEvent(Func, &Parms); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.OnBlendOut_3059B08B4A825BCA681E639E08A41646 // (BlueprintCallable, BlueprintEvent) // Parameters: // class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::OnBlendOut_3059B08B4A825BCA681E639E08A41646(class FName NotifyName) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "OnBlendOut_3059B08B4A825BCA681E639E08A41646"); Params::UBP_Action_Coop_SpawnItem_C_OnBlendOut_3059B08B4A825BCA681E639E08A41646_Params Parms{}; Parms.NotifyName = NotifyName; UObject::ProcessEvent(Func, &Parms); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.OnCompleted_3059B08B4A825BCA681E639E08A41646 // (BlueprintCallable, BlueprintEvent) // Parameters: // class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::OnCompleted_3059B08B4A825BCA681E639E08A41646(class FName NotifyName) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "OnCompleted_3059B08B4A825BCA681E639E08A41646"); Params::UBP_Action_Coop_SpawnItem_C_OnCompleted_3059B08B4A825BCA681E639E08A41646_Params Parms{}; Parms.NotifyName = NotifyName; UObject::ProcessEvent(Func, &Parms); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.OnNotifyEnd_41D0FB9F4D2B94E1D6E7B084AF2DCD56 // (BlueprintCallable, BlueprintEvent) // Parameters: // class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::OnNotifyEnd_41D0FB9F4D2B94E1D6E7B084AF2DCD56(class FName NotifyName) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "OnNotifyEnd_41D0FB9F4D2B94E1D6E7B084AF2DCD56"); Params::UBP_Action_Coop_SpawnItem_C_OnNotifyEnd_41D0FB9F4D2B94E1D6E7B084AF2DCD56_Params Parms{}; Parms.NotifyName = NotifyName; UObject::ProcessEvent(Func, &Parms); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.OnNotifyBegin_41D0FB9F4D2B94E1D6E7B084AF2DCD56 // (BlueprintCallable, BlueprintEvent) // Parameters: // class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::OnNotifyBegin_41D0FB9F4D2B94E1D6E7B084AF2DCD56(class FName NotifyName) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "OnNotifyBegin_41D0FB9F4D2B94E1D6E7B084AF2DCD56"); Params::UBP_Action_Coop_SpawnItem_C_OnNotifyBegin_41D0FB9F4D2B94E1D6E7B084AF2DCD56_Params Parms{}; Parms.NotifyName = NotifyName; UObject::ProcessEvent(Func, &Parms); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.OnInterrupted_41D0FB9F4D2B94E1D6E7B084AF2DCD56 // (BlueprintCallable, BlueprintEvent) // Parameters: // class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::OnInterrupted_41D0FB9F4D2B94E1D6E7B084AF2DCD56(class FName NotifyName) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "OnInterrupted_41D0FB9F4D2B94E1D6E7B084AF2DCD56"); Params::UBP_Action_Coop_SpawnItem_C_OnInterrupted_41D0FB9F4D2B94E1D6E7B084AF2DCD56_Params Parms{}; Parms.NotifyName = NotifyName; UObject::ProcessEvent(Func, &Parms); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.OnBlendOut_41D0FB9F4D2B94E1D6E7B084AF2DCD56 // (BlueprintCallable, BlueprintEvent) // Parameters: // class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::OnBlendOut_41D0FB9F4D2B94E1D6E7B084AF2DCD56(class FName NotifyName) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "OnBlendOut_41D0FB9F4D2B94E1D6E7B084AF2DCD56"); Params::UBP_Action_Coop_SpawnItem_C_OnBlendOut_41D0FB9F4D2B94E1D6E7B084AF2DCD56_Params Parms{}; Parms.NotifyName = NotifyName; UObject::ProcessEvent(Func, &Parms); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.OnCompleted_41D0FB9F4D2B94E1D6E7B084AF2DCD56 // (BlueprintCallable, BlueprintEvent) // Parameters: // class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::OnCompleted_41D0FB9F4D2B94E1D6E7B084AF2DCD56(class FName NotifyName) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "OnCompleted_41D0FB9F4D2B94E1D6E7B084AF2DCD56"); Params::UBP_Action_Coop_SpawnItem_C_OnCompleted_41D0FB9F4D2B94E1D6E7B084AF2DCD56_Params Parms{}; Parms.NotifyName = NotifyName; UObject::ProcessEvent(Func, &Parms); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.StartFun // (BlueprintCallable, BlueprintEvent) // Parameters: void UBP_Action_Coop_SpawnItem_C::StartFun() { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "StartFun"); UObject::ProcessEvent(Func, nullptr); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.OnEndFun // (BlueprintCallable, BlueprintEvent) // Parameters: void UBP_Action_Coop_SpawnItem_C::OnEndFun() { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "OnEndFun"); UObject::ProcessEvent(Func, nullptr); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.OnBeginAction // (Event, Public, BlueprintEvent) // Parameters: void UBP_Action_Coop_SpawnItem_C::OnBeginAction() { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "OnBeginAction"); UObject::ProcessEvent(Func, nullptr); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.OnEndAction // (Event, Public, BlueprintEvent) // Parameters: void UBP_Action_Coop_SpawnItem_C::OnEndAction() { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "OnEndAction"); UObject::ProcessEvent(Func, nullptr); } // Function BP_Action_Coop_SpawnItem.BP_Action_Coop_SpawnItem_C.ExecuteUbergraph_BP_Action_Coop_SpawnItem // (Final, UbergraphFunction, HasDefaults) // Parameters: // int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class FName K2Node_CustomEvent_NotifyName_9 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class FName K2Node_CustomEvent_NotifyName_8 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_1 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class FName K2Node_CustomEvent_NotifyName_7 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_2 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class FName K2Node_CustomEvent_NotifyName_6 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_3 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class FName K2Node_CustomEvent_NotifyName_5 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_4 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class FName Temp_name_Variable (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_5 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_6 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // struct FTimerHandle CallFunc_K2_SetTimerDelegate_ReturnValue (NoDestructor, HasGetValueTypeHash) // class FName K2Node_CustomEvent_NotifyName_4 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class FName K2Node_CustomEvent_NotifyName_3 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_7 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class FName K2Node_CustomEvent_NotifyName_2 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_8 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class FName K2Node_CustomEvent_NotifyName_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_9 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class FName K2Node_CustomEvent_NotifyName (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_10 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class FName Temp_name_Variable_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class APalCharacter* CallFunc_GetActionCharacter_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class UPalSkeletalMeshComponent* CallFunc_GetMainMesh_ReturnValue (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash) // class UPlayMontageCallbackProxy* CallFunc_CreateProxyObjectForPlayMontage_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class UPalFacialComponent* CallFunc_GetComponentByClass_ReturnValue (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash) // bool CallFunc_IsValid_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class UAnimInstance* CallFunc_GetAnimInstance_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class UPalSkeletalMeshComponent* CallFunc_GetMainMesh_ReturnValue_1 (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash) // class UPlayMontageCallbackProxy* CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // bool CallFunc_IsValid_ReturnValue_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_Action_Coop_SpawnItem_C::ExecuteUbergraph_BP_Action_Coop_SpawnItem(int32 EntryPoint, class FName K2Node_CustomEvent_NotifyName_9, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate, class FName K2Node_CustomEvent_NotifyName_8, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_1, class FName K2Node_CustomEvent_NotifyName_7, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_2, class FName K2Node_CustomEvent_NotifyName_6, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_3, class FName K2Node_CustomEvent_NotifyName_5, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_4, class FName Temp_name_Variable, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_5, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_6, const struct FTimerHandle& CallFunc_K2_SetTimerDelegate_ReturnValue, class FName K2Node_CustomEvent_NotifyName_4, class FName K2Node_CustomEvent_NotifyName_3, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_7, class FName K2Node_CustomEvent_NotifyName_2, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_8, class FName K2Node_CustomEvent_NotifyName_1, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_9, class FName K2Node_CustomEvent_NotifyName, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_10, class FName Temp_name_Variable_1, class APalCharacter* CallFunc_GetActionCharacter_ReturnValue, class UPalSkeletalMeshComponent* CallFunc_GetMainMesh_ReturnValue, class UPlayMontageCallbackProxy* CallFunc_CreateProxyObjectForPlayMontage_ReturnValue, class UPalFacialComponent* CallFunc_GetComponentByClass_ReturnValue, bool CallFunc_IsValid_ReturnValue, class UAnimInstance* CallFunc_GetAnimInstance_ReturnValue, class UPalSkeletalMeshComponent* CallFunc_GetMainMesh_ReturnValue_1, class UPlayMontageCallbackProxy* CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1, bool CallFunc_IsValid_ReturnValue_1) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_Action_Coop_SpawnItem_C", "ExecuteUbergraph_BP_Action_Coop_SpawnItem"); Params::UBP_Action_Coop_SpawnItem_C_ExecuteUbergraph_BP_Action_Coop_SpawnItem_Params Parms{}; Parms.EntryPoint = EntryPoint; Parms.K2Node_CustomEvent_NotifyName_9 = K2Node_CustomEvent_NotifyName_9; Parms.K2Node_CreateDelegate_OutputDelegate = K2Node_CreateDelegate_OutputDelegate; Parms.K2Node_CustomEvent_NotifyName_8 = K2Node_CustomEvent_NotifyName_8; Parms.K2Node_CreateDelegate_OutputDelegate_1 = K2Node_CreateDelegate_OutputDelegate_1; Parms.K2Node_CustomEvent_NotifyName_7 = K2Node_CustomEvent_NotifyName_7; Parms.K2Node_CreateDelegate_OutputDelegate_2 = K2Node_CreateDelegate_OutputDelegate_2; Parms.K2Node_CustomEvent_NotifyName_6 = K2Node_CustomEvent_NotifyName_6; Parms.K2Node_CreateDelegate_OutputDelegate_3 = K2Node_CreateDelegate_OutputDelegate_3; Parms.K2Node_CustomEvent_NotifyName_5 = K2Node_CustomEvent_NotifyName_5; Parms.K2Node_CreateDelegate_OutputDelegate_4 = K2Node_CreateDelegate_OutputDelegate_4; Parms.Temp_name_Variable = Temp_name_Variable; Parms.K2Node_CreateDelegate_OutputDelegate_5 = K2Node_CreateDelegate_OutputDelegate_5; Parms.K2Node_CreateDelegate_OutputDelegate_6 = K2Node_CreateDelegate_OutputDelegate_6; Parms.CallFunc_K2_SetTimerDelegate_ReturnValue = CallFunc_K2_SetTimerDelegate_ReturnValue; Parms.K2Node_CustomEvent_NotifyName_4 = K2Node_CustomEvent_NotifyName_4; Parms.K2Node_CustomEvent_NotifyName_3 = K2Node_CustomEvent_NotifyName_3; Parms.K2Node_CreateDelegate_OutputDelegate_7 = K2Node_CreateDelegate_OutputDelegate_7; Parms.K2Node_CustomEvent_NotifyName_2 = K2Node_CustomEvent_NotifyName_2; Parms.K2Node_CreateDelegate_OutputDelegate_8 = K2Node_CreateDelegate_OutputDelegate_8; Parms.K2Node_CustomEvent_NotifyName_1 = K2Node_CustomEvent_NotifyName_1; Parms.K2Node_CreateDelegate_OutputDelegate_9 = K2Node_CreateDelegate_OutputDelegate_9; Parms.K2Node_CustomEvent_NotifyName = K2Node_CustomEvent_NotifyName; Parms.K2Node_CreateDelegate_OutputDelegate_10 = K2Node_CreateDelegate_OutputDelegate_10; Parms.Temp_name_Variable_1 = Temp_name_Variable_1; Parms.CallFunc_GetActionCharacter_ReturnValue = CallFunc_GetActionCharacter_ReturnValue; Parms.CallFunc_GetMainMesh_ReturnValue = CallFunc_GetMainMesh_ReturnValue; Parms.CallFunc_CreateProxyObjectForPlayMontage_ReturnValue = CallFunc_CreateProxyObjectForPlayMontage_ReturnValue; Parms.CallFunc_GetComponentByClass_ReturnValue = CallFunc_GetComponentByClass_ReturnValue; Parms.CallFunc_IsValid_ReturnValue = CallFunc_IsValid_ReturnValue; Parms.CallFunc_GetAnimInstance_ReturnValue = CallFunc_GetAnimInstance_ReturnValue; Parms.CallFunc_GetMainMesh_ReturnValue_1 = CallFunc_GetMainMesh_ReturnValue_1; Parms.CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1 = CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1; Parms.CallFunc_IsValid_ReturnValue_1 = CallFunc_IsValid_ReturnValue_1; UObject::ProcessEvent(Func, &Parms); } }