PalWorld-NetCrack/SDK/BP_MonsterBase_functions.cpp
2024-01-22 14:43:11 +08:00

1009 lines
74 KiB
C++
Raw Blame History

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// FUNCTIONS
//---------------------------------------------------------------------------------------------------------------------
// BlueprintGeneratedClass BP_MonsterBase.BP_MonsterBase_C
// (Actor, Pawn)
class UClass* ABP_MonsterBase_C::StaticClass()
{
static class UClass* Clss = nullptr;
if (!Clss)
Clss = UObject::FindClassFast("BP_MonsterBase_C");
return Clss;
}
// BP_MonsterBase_C BP_MonsterBase.Default__BP_MonsterBase_C
// (Public, ClassDefaultObject, ArchetypeObject, WasLoaded, LoadCompleted)
class ABP_MonsterBase_C* ABP_MonsterBase_C::GetDefaultObj()
{
static class ABP_MonsterBase_C* Default = nullptr;
if (!Default)
Default = static_cast<ABP_MonsterBase_C*>(ABP_MonsterBase_C::StaticClass()->DefaultObject);
return Default;
}
// Function BP_MonsterBase.BP_MonsterBase_C.OnLanded_Proc
// (Public, BlueprintCallable, BlueprintEvent)
// Parameters:
// class UPalCharacterMovementComponent*Component (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// struct FHitResult Hit (BlueprintVisible, BlueprintReadOnly, Parm, IsPlainOldData, NoDestructor, ContainsInstancedReference)
// bool CallFunc_BreakHitResult_bBlockingHit (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_BreakHitResult_bInitialOverlap (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// float CallFunc_BreakHitResult_Time (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// float CallFunc_BreakHitResult_Distance (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_BreakHitResult_Location (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_BreakHitResult_ImpactPoint (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_BreakHitResult_Normal (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_BreakHitResult_ImpactNormal (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UPhysicalMaterial* CallFunc_BreakHitResult_PhysMat (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class AActor* CallFunc_BreakHitResult_HitActor (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class UPrimitiveComponent* CallFunc_BreakHitResult_HitComponent (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// class FName CallFunc_BreakHitResult_HitBoneName (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FName CallFunc_BreakHitResult_BoneName (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// int32 CallFunc_BreakHitResult_HitItem (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// int32 CallFunc_BreakHitResult_ElementIndex (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// int32 CallFunc_BreakHitResult_FaceIndex (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_BreakHitResult_TraceStart (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_BreakHitResult_TraceEnd (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_IsPalCharacter_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_Not_PreBool_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_IsValid_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_GetJumpEffectSpawnLocation_Location (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double CallFunc_GetEffectScale_Scale (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UNiagaraComponent* CallFunc_SpawnSystemAtLocation_ReturnValue (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_IsFlyPal_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// float CallFunc_SetVariableFloat_InValue_ImplicitCast (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::OnLanded_Proc(class UPalCharacterMovementComponent* Component, const struct FHitResult& Hit, bool CallFunc_BreakHitResult_bBlockingHit, bool CallFunc_BreakHitResult_bInitialOverlap, float CallFunc_BreakHitResult_Time, float CallFunc_BreakHitResult_Distance, const struct FVector& CallFunc_BreakHitResult_Location, const struct FVector& CallFunc_BreakHitResult_ImpactPoint, const struct FVector& CallFunc_BreakHitResult_Normal, const struct FVector& CallFunc_BreakHitResult_ImpactNormal, class UPhysicalMaterial* CallFunc_BreakHitResult_PhysMat, class AActor* CallFunc_BreakHitResult_HitActor, class UPrimitiveComponent* CallFunc_BreakHitResult_HitComponent, class FName CallFunc_BreakHitResult_HitBoneName, class FName CallFunc_BreakHitResult_BoneName, int32 CallFunc_BreakHitResult_HitItem, int32 CallFunc_BreakHitResult_ElementIndex, int32 CallFunc_BreakHitResult_FaceIndex, const struct FVector& CallFunc_BreakHitResult_TraceStart, const struct FVector& CallFunc_BreakHitResult_TraceEnd, bool CallFunc_IsPalCharacter_ReturnValue, bool CallFunc_Not_PreBool_ReturnValue, bool CallFunc_IsValid_ReturnValue, const struct FVector& CallFunc_GetJumpEffectSpawnLocation_Location, double CallFunc_GetEffectScale_Scale, class UNiagaraComponent* CallFunc_SpawnSystemAtLocation_ReturnValue, bool CallFunc_IsFlyPal_ReturnValue, float CallFunc_SetVariableFloat_InValue_ImplicitCast)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "OnLanded_Proc");
Params::ABP_MonsterBase_C_OnLanded_Proc_Params Parms{};
Parms.Component = Component;
Parms.Hit = Hit;
Parms.CallFunc_BreakHitResult_bBlockingHit = CallFunc_BreakHitResult_bBlockingHit;
Parms.CallFunc_BreakHitResult_bInitialOverlap = CallFunc_BreakHitResult_bInitialOverlap;
Parms.CallFunc_BreakHitResult_Time = CallFunc_BreakHitResult_Time;
Parms.CallFunc_BreakHitResult_Distance = CallFunc_BreakHitResult_Distance;
Parms.CallFunc_BreakHitResult_Location = CallFunc_BreakHitResult_Location;
Parms.CallFunc_BreakHitResult_ImpactPoint = CallFunc_BreakHitResult_ImpactPoint;
Parms.CallFunc_BreakHitResult_Normal = CallFunc_BreakHitResult_Normal;
Parms.CallFunc_BreakHitResult_ImpactNormal = CallFunc_BreakHitResult_ImpactNormal;
Parms.CallFunc_BreakHitResult_PhysMat = CallFunc_BreakHitResult_PhysMat;
Parms.CallFunc_BreakHitResult_HitActor = CallFunc_BreakHitResult_HitActor;
Parms.CallFunc_BreakHitResult_HitComponent = CallFunc_BreakHitResult_HitComponent;
Parms.CallFunc_BreakHitResult_HitBoneName = CallFunc_BreakHitResult_HitBoneName;
Parms.CallFunc_BreakHitResult_BoneName = CallFunc_BreakHitResult_BoneName;
Parms.CallFunc_BreakHitResult_HitItem = CallFunc_BreakHitResult_HitItem;
Parms.CallFunc_BreakHitResult_ElementIndex = CallFunc_BreakHitResult_ElementIndex;
Parms.CallFunc_BreakHitResult_FaceIndex = CallFunc_BreakHitResult_FaceIndex;
Parms.CallFunc_BreakHitResult_TraceStart = CallFunc_BreakHitResult_TraceStart;
Parms.CallFunc_BreakHitResult_TraceEnd = CallFunc_BreakHitResult_TraceEnd;
Parms.CallFunc_IsPalCharacter_ReturnValue = CallFunc_IsPalCharacter_ReturnValue;
Parms.CallFunc_Not_PreBool_ReturnValue = CallFunc_Not_PreBool_ReturnValue;
Parms.CallFunc_IsValid_ReturnValue = CallFunc_IsValid_ReturnValue;
Parms.CallFunc_GetJumpEffectSpawnLocation_Location = CallFunc_GetJumpEffectSpawnLocation_Location;
Parms.CallFunc_GetEffectScale_Scale = CallFunc_GetEffectScale_Scale;
Parms.CallFunc_SpawnSystemAtLocation_ReturnValue = CallFunc_SpawnSystemAtLocation_ReturnValue;
Parms.CallFunc_IsFlyPal_ReturnValue = CallFunc_IsFlyPal_ReturnValue;
Parms.CallFunc_SetVariableFloat_InValue_ImplicitCast = CallFunc_SetVariableFloat_InValue_ImplicitCast;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.AddEffectivceAttackLog
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
// Parameters:
// struct FPalDeadInfo Info (BlueprintVisible, BlueprintReadOnly, Parm, NoDestructor)
// class APalCharacter* DeadChar (Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, NoDestructor, HasGetValueTypeHash)
// class APalCharacter* Attacker (Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, NoDestructor, HasGetValueTypeHash)
// struct FPalLogAdditionalData K2Node_MakeStruct_PalLogAdditionalData (None)
// class APalCharacter* K2Node_DynamicCast_AsPal_Character (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// bool K2Node_DynamicCast_bSuccess (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UPalCharacterParameterComponent*CallFunc_GetComponentByClass_ReturnValue (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// class APalCharacter* K2Node_DynamicCast_AsPal_Character_1 (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// bool K2Node_DynamicCast_bSuccess_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FString CallFunc_GetNickName_outName (ZeroConstructor, HasGetValueTypeHash)
// class FText CallFunc_Conv_StringToText_ReturnValue (None)
// struct FFormatArgumentData K2Node_MakeStruct_FormatArgumentData (HasGetValueTypeHash)
// class UPalCharacterParameterComponent*CallFunc_GetComponentByClass_ReturnValue_1 (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_IsOtomo_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FText CallFunc_CreateLogText_outText (None)
// class FString CallFunc_GetNickName_outName_1 (ZeroConstructor, HasGetValueTypeHash)
// class UPalLogManager* CallFunc_GetLogManager_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class FText CallFunc_Conv_StringToText_ReturnValue_1 (None)
// struct FFormatArgumentData K2Node_MakeStruct_FormatArgumentData_1 (HasGetValueTypeHash)
// TArray<struct FFormatArgumentData> K2Node_MakeArray_Array (ReferenceParm)
// class FText CallFunc_Format_ReturnValue (None)
// struct FGuid CallFunc_AddLog_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::AddEffectivceAttackLog(const struct FPalDeadInfo& Info, class APalCharacter* DeadChar, class APalCharacter* Attacker, const struct FPalLogAdditionalData& K2Node_MakeStruct_PalLogAdditionalData, class APalCharacter* K2Node_DynamicCast_AsPal_Character, bool K2Node_DynamicCast_bSuccess, class UPalCharacterParameterComponent* CallFunc_GetComponentByClass_ReturnValue, class APalCharacter* K2Node_DynamicCast_AsPal_Character_1, bool K2Node_DynamicCast_bSuccess_1, const class FString& CallFunc_GetNickName_outName, class FText CallFunc_Conv_StringToText_ReturnValue, const struct FFormatArgumentData& K2Node_MakeStruct_FormatArgumentData, class UPalCharacterParameterComponent* CallFunc_GetComponentByClass_ReturnValue_1, bool CallFunc_IsOtomo_ReturnValue, class FText CallFunc_CreateLogText_outText, const class FString& CallFunc_GetNickName_outName_1, class UPalLogManager* CallFunc_GetLogManager_ReturnValue, class FText CallFunc_Conv_StringToText_ReturnValue_1, const struct FFormatArgumentData& K2Node_MakeStruct_FormatArgumentData_1, TArray<struct FFormatArgumentData>& K2Node_MakeArray_Array, class FText CallFunc_Format_ReturnValue, const struct FGuid& CallFunc_AddLog_ReturnValue)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "AddEffectivceAttackLog");
Params::ABP_MonsterBase_C_AddEffectivceAttackLog_Params Parms{};
Parms.Info = Info;
Parms.DeadChar = DeadChar;
Parms.Attacker = Attacker;
Parms.K2Node_MakeStruct_PalLogAdditionalData = K2Node_MakeStruct_PalLogAdditionalData;
Parms.K2Node_DynamicCast_AsPal_Character = K2Node_DynamicCast_AsPal_Character;
Parms.K2Node_DynamicCast_bSuccess = K2Node_DynamicCast_bSuccess;
Parms.CallFunc_GetComponentByClass_ReturnValue = CallFunc_GetComponentByClass_ReturnValue;
Parms.K2Node_DynamicCast_AsPal_Character_1 = K2Node_DynamicCast_AsPal_Character_1;
Parms.K2Node_DynamicCast_bSuccess_1 = K2Node_DynamicCast_bSuccess_1;
Parms.CallFunc_GetNickName_outName = CallFunc_GetNickName_outName;
Parms.CallFunc_Conv_StringToText_ReturnValue = CallFunc_Conv_StringToText_ReturnValue;
Parms.K2Node_MakeStruct_FormatArgumentData = K2Node_MakeStruct_FormatArgumentData;
Parms.CallFunc_GetComponentByClass_ReturnValue_1 = CallFunc_GetComponentByClass_ReturnValue_1;
Parms.CallFunc_IsOtomo_ReturnValue = CallFunc_IsOtomo_ReturnValue;
Parms.CallFunc_CreateLogText_outText = CallFunc_CreateLogText_outText;
Parms.CallFunc_GetNickName_outName_1 = CallFunc_GetNickName_outName_1;
Parms.CallFunc_GetLogManager_ReturnValue = CallFunc_GetLogManager_ReturnValue;
Parms.CallFunc_Conv_StringToText_ReturnValue_1 = CallFunc_Conv_StringToText_ReturnValue_1;
Parms.K2Node_MakeStruct_FormatArgumentData_1 = K2Node_MakeStruct_FormatArgumentData_1;
Parms.K2Node_MakeArray_Array = K2Node_MakeArray_Array;
Parms.CallFunc_Format_ReturnValue = CallFunc_Format_ReturnValue;
Parms.CallFunc_AddLog_ReturnValue = CallFunc_AddLog_ReturnValue;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.AddTargetDefeatLog
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
// Parameters:
// struct FPalDeadInfo Info (BlueprintVisible, BlueprintReadOnly, Parm, NoDestructor)
// class APalCharacter* DeadChar (Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, NoDestructor, HasGetValueTypeHash)
// class APalCharacter* Attacker (Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, NoDestructor, HasGetValueTypeHash)
// struct FPalInstanceID CallFunc_GetIndividualIDByActor_ReturnValue (HasGetValueTypeHash)
// class APalCharacter* K2Node_DynamicCast_AsPal_Character (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// bool K2Node_DynamicCast_bSuccess (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class APalCharacter* K2Node_DynamicCast_AsPal_Character_1 (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// bool K2Node_DynamicCast_bSuccess_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FPalLogAdditionalData K2Node_MakeStruct_PalLogAdditionalData (None)
// struct FPalInstanceID CallFunc_GetIndividualIDByActor_ReturnValue_1 (HasGetValueTypeHash)
// bool CallFunc_NotEqual_PalInstanceIDPalInstanceID_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UPalCharacterParameterComponent*CallFunc_GetComponentByClass_ReturnValue (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// class FString CallFunc_GetNickName_outName (ZeroConstructor, HasGetValueTypeHash)
// class UPalCharacterParameterComponent*CallFunc_GetComponentByClass_ReturnValue_1 (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// class FText CallFunc_Conv_StringToText_ReturnValue (None)
// struct FFormatArgumentData K2Node_MakeStruct_FormatArgumentData (HasGetValueTypeHash)
// class FString CallFunc_GetNickName_outName_1 (ZeroConstructor, HasGetValueTypeHash)
// bool CallFunc_IsOtomo_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FText CallFunc_Conv_StringToText_ReturnValue_1 (None)
// struct FFormatArgumentData K2Node_MakeStruct_FormatArgumentData_1 (HasGetValueTypeHash)
// class FText CallFunc_CreateLogText_outText (None)
// TArray<struct FFormatArgumentData> K2Node_MakeArray_Array (ReferenceParm)
// class UPalLogManager* CallFunc_GetLogManager_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class FText CallFunc_Format_ReturnValue (None)
// struct FGuid CallFunc_AddLog_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::AddTargetDefeatLog(const struct FPalDeadInfo& Info, class APalCharacter* DeadChar, class APalCharacter* Attacker, const struct FPalInstanceID& CallFunc_GetIndividualIDByActor_ReturnValue, class APalCharacter* K2Node_DynamicCast_AsPal_Character, bool K2Node_DynamicCast_bSuccess, class APalCharacter* K2Node_DynamicCast_AsPal_Character_1, bool K2Node_DynamicCast_bSuccess_1, const struct FPalLogAdditionalData& K2Node_MakeStruct_PalLogAdditionalData, const struct FPalInstanceID& CallFunc_GetIndividualIDByActor_ReturnValue_1, bool CallFunc_NotEqual_PalInstanceIDPalInstanceID_ReturnValue, class UPalCharacterParameterComponent* CallFunc_GetComponentByClass_ReturnValue, const class FString& CallFunc_GetNickName_outName, class UPalCharacterParameterComponent* CallFunc_GetComponentByClass_ReturnValue_1, class FText CallFunc_Conv_StringToText_ReturnValue, const struct FFormatArgumentData& K2Node_MakeStruct_FormatArgumentData, const class FString& CallFunc_GetNickName_outName_1, bool CallFunc_IsOtomo_ReturnValue, class FText CallFunc_Conv_StringToText_ReturnValue_1, const struct FFormatArgumentData& K2Node_MakeStruct_FormatArgumentData_1, class FText CallFunc_CreateLogText_outText, TArray<struct FFormatArgumentData>& K2Node_MakeArray_Array, class UPalLogManager* CallFunc_GetLogManager_ReturnValue, class FText CallFunc_Format_ReturnValue, const struct FGuid& CallFunc_AddLog_ReturnValue)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "AddTargetDefeatLog");
Params::ABP_MonsterBase_C_AddTargetDefeatLog_Params Parms{};
Parms.Info = Info;
Parms.DeadChar = DeadChar;
Parms.Attacker = Attacker;
Parms.CallFunc_GetIndividualIDByActor_ReturnValue = CallFunc_GetIndividualIDByActor_ReturnValue;
Parms.K2Node_DynamicCast_AsPal_Character = K2Node_DynamicCast_AsPal_Character;
Parms.K2Node_DynamicCast_bSuccess = K2Node_DynamicCast_bSuccess;
Parms.K2Node_DynamicCast_AsPal_Character_1 = K2Node_DynamicCast_AsPal_Character_1;
Parms.K2Node_DynamicCast_bSuccess_1 = K2Node_DynamicCast_bSuccess_1;
Parms.K2Node_MakeStruct_PalLogAdditionalData = K2Node_MakeStruct_PalLogAdditionalData;
Parms.CallFunc_GetIndividualIDByActor_ReturnValue_1 = CallFunc_GetIndividualIDByActor_ReturnValue_1;
Parms.CallFunc_NotEqual_PalInstanceIDPalInstanceID_ReturnValue = CallFunc_NotEqual_PalInstanceIDPalInstanceID_ReturnValue;
Parms.CallFunc_GetComponentByClass_ReturnValue = CallFunc_GetComponentByClass_ReturnValue;
Parms.CallFunc_GetNickName_outName = CallFunc_GetNickName_outName;
Parms.CallFunc_GetComponentByClass_ReturnValue_1 = CallFunc_GetComponentByClass_ReturnValue_1;
Parms.CallFunc_Conv_StringToText_ReturnValue = CallFunc_Conv_StringToText_ReturnValue;
Parms.K2Node_MakeStruct_FormatArgumentData = K2Node_MakeStruct_FormatArgumentData;
Parms.CallFunc_GetNickName_outName_1 = CallFunc_GetNickName_outName_1;
Parms.CallFunc_IsOtomo_ReturnValue = CallFunc_IsOtomo_ReturnValue;
Parms.CallFunc_Conv_StringToText_ReturnValue_1 = CallFunc_Conv_StringToText_ReturnValue_1;
Parms.K2Node_MakeStruct_FormatArgumentData_1 = K2Node_MakeStruct_FormatArgumentData_1;
Parms.CallFunc_CreateLogText_outText = CallFunc_CreateLogText_outText;
Parms.K2Node_MakeArray_Array = K2Node_MakeArray_Array;
Parms.CallFunc_GetLogManager_ReturnValue = CallFunc_GetLogManager_ReturnValue;
Parms.CallFunc_Format_ReturnValue = CallFunc_Format_ReturnValue;
Parms.CallFunc_AddLog_ReturnValue = CallFunc_AddLog_ReturnValue;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.GetVisual_ExceptMainMesh_SyncAnyway
// (Event, Protected, HasOutParams, HasDefaults, BlueprintCallable, BlueprintEvent)
// Parameters:
// TArray<class USceneComponent*> OutComponent (Parm, OutParm, ContainsInstancedReference)
// TArray<class USceneComponent*> NewLocalVar_0 (Edit, BlueprintVisible, ContainsInstancedReference)
// class USkeletalMeshComponent* CallFunc_GetHandAttachMesh_ReturnValue (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// int32 CallFunc_Array_Add_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class USkeletalMeshComponent* CallFunc_GetHandAttachMesh_ReturnValue_1 (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_IsValid_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::GetVisual_ExceptMainMesh_SyncAnyway(TArray<class USceneComponent*>* OutComponent, const TArray<class USceneComponent*>& NewLocalVar_0, class USkeletalMeshComponent* CallFunc_GetHandAttachMesh_ReturnValue, int32 CallFunc_Array_Add_ReturnValue, class USkeletalMeshComponent* CallFunc_GetHandAttachMesh_ReturnValue_1, bool CallFunc_IsValid_ReturnValue)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "GetVisual_ExceptMainMesh_SyncAnyway");
Params::ABP_MonsterBase_C_GetVisual_ExceptMainMesh_SyncAnyway_Params Parms{};
Parms.NewLocalVar_0 = NewLocalVar_0;
Parms.CallFunc_GetHandAttachMesh_ReturnValue = CallFunc_GetHandAttachMesh_ReturnValue;
Parms.CallFunc_Array_Add_ReturnValue = CallFunc_Array_Add_ReturnValue;
Parms.CallFunc_GetHandAttachMesh_ReturnValue_1 = CallFunc_GetHandAttachMesh_ReturnValue_1;
Parms.CallFunc_IsValid_ReturnValue = CallFunc_IsValid_ReturnValue;
UObject::ProcessEvent(Func, &Parms);
if (OutComponent != nullptr)
*OutComponent = std::move(Parms.OutComponent);
}
// Function BP_MonsterBase.BP_MonsterBase_C.GetJumpEffectSpawnLocation
// (Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintEvent, BlueprintPure, Const)
// Parameters:
// struct FVector Location (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FName CallFunc_Socket_JumpEffect_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FTransform CallFunc_GetBodyLocation_ReturnValue (IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UPalSkeletalMeshComponent* CallFunc_GetMainMesh_ReturnValue (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_BreakTransform_Location (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FRotator CallFunc_BreakTransform_Rotation (ZeroConstructor, IsPlainOldData, NoDestructor)
// struct FVector CallFunc_BreakTransform_Scale (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_DoesSocketExist_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UPalDatabaseCharacterParameter*CallFunc_GetDatabaseCharacterParameter_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class UPalStaticCharacterParameterComponent*CallFunc_GetComponentByClass_ReturnValue (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// struct FPalSizeParameterDataRow CallFunc_FindPalSizeParameter_RowData (None)
// bool CallFunc_FindPalSizeParameter_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_K2_GetComponentLocation_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double CallFunc_BreakVector_X (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double CallFunc_BreakVector_Y (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double CallFunc_BreakVector_Z (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double CallFunc_Subtract_DoubleDouble_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double CallFunc_Add_DoubleDouble_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_MakeVector_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double CallFunc_Subtract_DoubleDouble_B_ImplicitCast (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double CallFunc_Add_DoubleDouble_B_ImplicitCast (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::GetJumpEffectSpawnLocation(struct FVector* Location, class FName CallFunc_Socket_JumpEffect_ReturnValue, const struct FTransform& CallFunc_GetBodyLocation_ReturnValue, class UPalSkeletalMeshComponent* CallFunc_GetMainMesh_ReturnValue, const struct FVector& CallFunc_BreakTransform_Location, const struct FRotator& CallFunc_BreakTransform_Rotation, const struct FVector& CallFunc_BreakTransform_Scale, bool CallFunc_DoesSocketExist_ReturnValue, class UPalDatabaseCharacterParameter* CallFunc_GetDatabaseCharacterParameter_ReturnValue, class UPalStaticCharacterParameterComponent* CallFunc_GetComponentByClass_ReturnValue, const struct FPalSizeParameterDataRow& CallFunc_FindPalSizeParameter_RowData, bool CallFunc_FindPalSizeParameter_ReturnValue, const struct FVector& CallFunc_K2_GetComponentLocation_ReturnValue, double CallFunc_BreakVector_X, double CallFunc_BreakVector_Y, double CallFunc_BreakVector_Z, double CallFunc_Subtract_DoubleDouble_ReturnValue, double CallFunc_Add_DoubleDouble_ReturnValue, const struct FVector& CallFunc_MakeVector_ReturnValue, double CallFunc_Subtract_DoubleDouble_B_ImplicitCast, double CallFunc_Add_DoubleDouble_B_ImplicitCast)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "GetJumpEffectSpawnLocation");
Params::ABP_MonsterBase_C_GetJumpEffectSpawnLocation_Params Parms{};
Parms.CallFunc_Socket_JumpEffect_ReturnValue = CallFunc_Socket_JumpEffect_ReturnValue;
Parms.CallFunc_GetBodyLocation_ReturnValue = CallFunc_GetBodyLocation_ReturnValue;
Parms.CallFunc_GetMainMesh_ReturnValue = CallFunc_GetMainMesh_ReturnValue;
Parms.CallFunc_BreakTransform_Location = CallFunc_BreakTransform_Location;
Parms.CallFunc_BreakTransform_Rotation = CallFunc_BreakTransform_Rotation;
Parms.CallFunc_BreakTransform_Scale = CallFunc_BreakTransform_Scale;
Parms.CallFunc_DoesSocketExist_ReturnValue = CallFunc_DoesSocketExist_ReturnValue;
Parms.CallFunc_GetDatabaseCharacterParameter_ReturnValue = CallFunc_GetDatabaseCharacterParameter_ReturnValue;
Parms.CallFunc_GetComponentByClass_ReturnValue = CallFunc_GetComponentByClass_ReturnValue;
Parms.CallFunc_FindPalSizeParameter_RowData = CallFunc_FindPalSizeParameter_RowData;
Parms.CallFunc_FindPalSizeParameter_ReturnValue = CallFunc_FindPalSizeParameter_ReturnValue;
Parms.CallFunc_K2_GetComponentLocation_ReturnValue = CallFunc_K2_GetComponentLocation_ReturnValue;
Parms.CallFunc_BreakVector_X = CallFunc_BreakVector_X;
Parms.CallFunc_BreakVector_Y = CallFunc_BreakVector_Y;
Parms.CallFunc_BreakVector_Z = CallFunc_BreakVector_Z;
Parms.CallFunc_Subtract_DoubleDouble_ReturnValue = CallFunc_Subtract_DoubleDouble_ReturnValue;
Parms.CallFunc_Add_DoubleDouble_ReturnValue = CallFunc_Add_DoubleDouble_ReturnValue;
Parms.CallFunc_MakeVector_ReturnValue = CallFunc_MakeVector_ReturnValue;
Parms.CallFunc_Subtract_DoubleDouble_B_ImplicitCast = CallFunc_Subtract_DoubleDouble_B_ImplicitCast;
Parms.CallFunc_Add_DoubleDouble_B_ImplicitCast = CallFunc_Add_DoubleDouble_B_ImplicitCast;
UObject::ProcessEvent(Func, &Parms);
if (Location != nullptr)
*Location = std::move(Parms.Location);
}
// Function BP_MonsterBase.BP_MonsterBase_C.GetEffectScale
// (Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintEvent, BlueprintPure, Const)
// Parameters:
// double Scale (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UPalDatabaseCharacterParameter*CallFunc_GetDatabaseCharacterParameter_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class UPalStaticCharacterParameterComponent*CallFunc_GetComponentByClass_ReturnValue (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// struct FPalSizeParameterDataRow CallFunc_FindPalSizeParameter_RowData (None)
// bool CallFunc_FindPalSizeParameter_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double K2Node_FunctionResult_Scale_ImplicitCast (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::GetEffectScale(double* Scale, class UPalDatabaseCharacterParameter* CallFunc_GetDatabaseCharacterParameter_ReturnValue, class UPalStaticCharacterParameterComponent* CallFunc_GetComponentByClass_ReturnValue, const struct FPalSizeParameterDataRow& CallFunc_FindPalSizeParameter_RowData, bool CallFunc_FindPalSizeParameter_ReturnValue, double K2Node_FunctionResult_Scale_ImplicitCast)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "GetEffectScale");
Params::ABP_MonsterBase_C_GetEffectScale_Params Parms{};
Parms.CallFunc_GetDatabaseCharacterParameter_ReturnValue = CallFunc_GetDatabaseCharacterParameter_ReturnValue;
Parms.CallFunc_GetComponentByClass_ReturnValue = CallFunc_GetComponentByClass_ReturnValue;
Parms.CallFunc_FindPalSizeParameter_RowData = CallFunc_FindPalSizeParameter_RowData;
Parms.CallFunc_FindPalSizeParameter_ReturnValue = CallFunc_FindPalSizeParameter_ReturnValue;
Parms.K2Node_FunctionResult_Scale_ImplicitCast = K2Node_FunctionResult_Scale_ImplicitCast;
UObject::ProcessEvent(Func, &Parms);
if (Scale != nullptr)
*Scale = Parms.Scale;
}
// Function BP_MonsterBase.BP_MonsterBase_C.PlayJumpSound
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
// Parameters:
// struct FPalDataTableRowName_SoundIDK2Node_MakeStruct_PalDataTableRowName_SoundID (NoDestructor, HasGetValueTypeHash)
// struct FPalSoundOptions K2Node_MakeStruct_PalSoundOptions (NoDestructor)
void ABP_MonsterBase_C::PlayJumpSound(const struct FPalDataTableRowName_SoundID& K2Node_MakeStruct_PalDataTableRowName_SoundID, const struct FPalSoundOptions& K2Node_MakeStruct_PalSoundOptions)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "PlayJumpSound");
Params::ABP_MonsterBase_C_PlayJumpSound_Params Parms{};
Parms.K2Node_MakeStruct_PalDataTableRowName_SoundID = K2Node_MakeStruct_PalDataTableRowName_SoundID;
Parms.K2Node_MakeStruct_PalSoundOptions = K2Node_MakeStruct_PalSoundOptions;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.GetFlyEffectAttachOffset
// (Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintEvent, BlueprintPure)
// Parameters:
// struct FTransform EffectTransform (Parm, OutParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_K2_GetComponentLocation_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_Add_VectorVector_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FTransform CallFunc_MakeTransform_ReturnValue (IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::GetFlyEffectAttachOffset(struct FTransform* EffectTransform, const struct FVector& CallFunc_K2_GetComponentLocation_ReturnValue, const struct FVector& CallFunc_Add_VectorVector_ReturnValue, const struct FTransform& CallFunc_MakeTransform_ReturnValue)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "GetFlyEffectAttachOffset");
Params::ABP_MonsterBase_C_GetFlyEffectAttachOffset_Params Parms{};
Parms.CallFunc_K2_GetComponentLocation_ReturnValue = CallFunc_K2_GetComponentLocation_ReturnValue;
Parms.CallFunc_Add_VectorVector_ReturnValue = CallFunc_Add_VectorVector_ReturnValue;
Parms.CallFunc_MakeTransform_ReturnValue = CallFunc_MakeTransform_ReturnValue;
UObject::ProcessEvent(Func, &Parms);
if (EffectTransform != nullptr)
*EffectTransform = std::move(Parms.EffectTransform);
}
// Function BP_MonsterBase.BP_MonsterBase_C.UpdateFlyEffect
// (Public, BlueprintCallable, BlueprintEvent)
// Parameters:
// double DeltaTime (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_IsValid_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double CallFunc_VSize_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double CallFunc_NormalizeToRange_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double CallFunc_FClamp_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// float CallFunc_SetFloatParameter_Param_ImplicitCast (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// float CallFunc_SetFloatParameter_Param_ImplicitCast_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::UpdateFlyEffect(double DeltaTime, bool CallFunc_IsValid_ReturnValue, double CallFunc_VSize_ReturnValue, double CallFunc_NormalizeToRange_ReturnValue, double CallFunc_FClamp_ReturnValue, float CallFunc_SetFloatParameter_Param_ImplicitCast, float CallFunc_SetFloatParameter_Param_ImplicitCast_1)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "UpdateFlyEffect");
Params::ABP_MonsterBase_C_UpdateFlyEffect_Params Parms{};
Parms.DeltaTime = DeltaTime;
Parms.CallFunc_IsValid_ReturnValue = CallFunc_IsValid_ReturnValue;
Parms.CallFunc_VSize_ReturnValue = CallFunc_VSize_ReturnValue;
Parms.CallFunc_NormalizeToRange_ReturnValue = CallFunc_NormalizeToRange_ReturnValue;
Parms.CallFunc_FClamp_ReturnValue = CallFunc_FClamp_ReturnValue;
Parms.CallFunc_SetFloatParameter_Param_ImplicitCast = CallFunc_SetFloatParameter_Param_ImplicitCast;
Parms.CallFunc_SetFloatParameter_Param_ImplicitCast_1 = CallFunc_SetFloatParameter_Param_ImplicitCast_1;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.OnNotifyEnd_098E824D485481E7313DA1A9DC5E74B5
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::OnNotifyEnd_098E824D485481E7313DA1A9DC5E74B5(class FName NotifyName)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "OnNotifyEnd_098E824D485481E7313DA1A9DC5E74B5");
Params::ABP_MonsterBase_C_OnNotifyEnd_098E824D485481E7313DA1A9DC5E74B5_Params Parms{};
Parms.NotifyName = NotifyName;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.OnNotifyBegin_098E824D485481E7313DA1A9DC5E74B5
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::OnNotifyBegin_098E824D485481E7313DA1A9DC5E74B5(class FName NotifyName)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "OnNotifyBegin_098E824D485481E7313DA1A9DC5E74B5");
Params::ABP_MonsterBase_C_OnNotifyBegin_098E824D485481E7313DA1A9DC5E74B5_Params Parms{};
Parms.NotifyName = NotifyName;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.OnInterrupted_098E824D485481E7313DA1A9DC5E74B5
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::OnInterrupted_098E824D485481E7313DA1A9DC5E74B5(class FName NotifyName)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "OnInterrupted_098E824D485481E7313DA1A9DC5E74B5");
Params::ABP_MonsterBase_C_OnInterrupted_098E824D485481E7313DA1A9DC5E74B5_Params Parms{};
Parms.NotifyName = NotifyName;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.OnBlendOut_098E824D485481E7313DA1A9DC5E74B5
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::OnBlendOut_098E824D485481E7313DA1A9DC5E74B5(class FName NotifyName)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "OnBlendOut_098E824D485481E7313DA1A9DC5E74B5");
Params::ABP_MonsterBase_C_OnBlendOut_098E824D485481E7313DA1A9DC5E74B5_Params Parms{};
Parms.NotifyName = NotifyName;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.OnCompleted_098E824D485481E7313DA1A9DC5E74B5
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// class FName NotifyName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::OnCompleted_098E824D485481E7313DA1A9DC5E74B5(class FName NotifyName)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "OnCompleted_098E824D485481E7313DA1A9DC5E74B5");
Params::ABP_MonsterBase_C_OnCompleted_098E824D485481E7313DA1A9DC5E74B5_Params Parms{};
Parms.NotifyName = NotifyName;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.OnLoaded_4AE31D724846BFB2E85A948698F32C16
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// class UObject* Loaded (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::OnLoaded_4AE31D724846BFB2E85A948698F32C16(class UObject* Loaded)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "OnLoaded_4AE31D724846BFB2E85A948698F32C16");
Params::ABP_MonsterBase_C_OnLoaded_4AE31D724846BFB2E85A948698F32C16_Params Parms{};
Parms.Loaded = Loaded;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.BndEvt__BP_MonsterBase_CharacterMovement_K2Node_ComponentBoundEvent_0_OnJumpDelegate__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UPalCharacterMovementComponent*Component (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::BndEvt__BP_MonsterBase_CharacterMovement_K2Node_ComponentBoundEvent_0_OnJumpDelegate__DelegateSignature(class UPalCharacterMovementComponent* Component)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "BndEvt__BP_MonsterBase_CharacterMovement_K2Node_ComponentBoundEvent_0_OnJumpDelegate__DelegateSignature");
Params::ABP_MonsterBase_C_BndEvt__BP_MonsterBase_CharacterMovement_K2Node_ComponentBoundEvent_0_OnJumpDelegate__DelegateSignature_Params Parms{};
Parms.Component = Component;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.ReceiveTick
// (Event, Public, BlueprintEvent)
// Parameters:
// float DeltaSeconds (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::ReceiveTick(float DeltaSeconds)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "ReceiveTick");
Params::ABP_MonsterBase_C_ReceiveTick_Params Parms{};
Parms.DeltaSeconds = DeltaSeconds;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.ReceiveBeginPlay
// (Event, Protected, BlueprintEvent)
// Parameters:
void ABP_MonsterBase_C::ReceiveBeginPlay()
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "ReceiveBeginPlay");
UObject::ProcessEvent(Func, nullptr);
}
// Function BP_MonsterBase.BP_MonsterBase_C.Event_DeadGiftExp
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// struct FPalDeadInfo DeadInfo (BlueprintVisible, BlueprintReadOnly, Parm, NoDestructor)
void ABP_MonsterBase_C::Event_DeadGiftExp(const struct FPalDeadInfo& DeadInfo)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "Event_DeadGiftExp");
Params::ABP_MonsterBase_C_Event_DeadGiftExp_Params Parms{};
Parms.DeadInfo = DeadInfo;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.SetUpDelegate
// (BlueprintCallable, BlueprintEvent)
// Parameters:
void ABP_MonsterBase_C::SetUpDelegate()
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "SetUpDelegate");
UObject::ProcessEvent(Func, nullptr);
}
// Function BP_MonsterBase.BP_MonsterBase_C.BndEvt__BP_MonsterBase_CharacterMovement_K2Node_ComponentBoundEvent_1_OnLandedDelegate__DelegateSignature
// (HasOutParams, BlueprintEvent)
// Parameters:
// class UPalCharacterMovementComponent*Component (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// struct FHitResult Hit (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference)
void ABP_MonsterBase_C::BndEvt__BP_MonsterBase_CharacterMovement_K2Node_ComponentBoundEvent_1_OnLandedDelegate__DelegateSignature(class UPalCharacterMovementComponent* Component, struct FHitResult& Hit)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "BndEvt__BP_MonsterBase_CharacterMovement_K2Node_ComponentBoundEvent_1_OnLandedDelegate__DelegateSignature");
Params::ABP_MonsterBase_C_BndEvt__BP_MonsterBase_CharacterMovement_K2Node_ComponentBoundEvent_1_OnLandedDelegate__DelegateSignature_Params Parms{};
Parms.Component = Component;
Parms.Hit = Hit;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.BndEvt__BP_MonsterBase_CharacterMovement_K2Node_ComponentBoundEvent_2_OnFlyDelegate__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UPalCharacterMovementComponent*Component (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::BndEvt__BP_MonsterBase_CharacterMovement_K2Node_ComponentBoundEvent_2_OnFlyDelegate__DelegateSignature(class UPalCharacterMovementComponent* Component)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "BndEvt__BP_MonsterBase_CharacterMovement_K2Node_ComponentBoundEvent_2_OnFlyDelegate__DelegateSignature");
Params::ABP_MonsterBase_C_BndEvt__BP_MonsterBase_CharacterMovement_K2Node_ComponentBoundEvent_2_OnFlyDelegate__DelegateSignature_Params Parms{};
Parms.Component = Component;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.OnDefeatCharacter
// (Event, Protected, HasOutParams, BlueprintEvent)
// Parameters:
// struct FPalDeadInfo DeadInfo (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm, NoDestructor)
void ABP_MonsterBase_C::OnDefeatCharacter(struct FPalDeadInfo& DeadInfo)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "OnDefeatCharacter");
Params::ABP_MonsterBase_C_OnDefeatCharacter_Params Parms{};
Parms.DeadInfo = DeadInfo;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.OnInflictDamage
// (Event, Protected, HasOutParams, BlueprintEvent)
// Parameters:
// struct FPalDamageResult DamageResult (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm, NoDestructor)
void ABP_MonsterBase_C::OnInflictDamage(struct FPalDamageResult& DamageResult)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "OnInflictDamage");
Params::ABP_MonsterBase_C_OnInflictDamage_Params Parms{};
Parms.DamageResult = DamageResult;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.OnInitialized
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// class APalCharacter* InCharacter (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::OnInitialized(class APalCharacter* InCharacter)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "OnInitialized");
Params::ABP_MonsterBase_C_OnInitialized_Params Parms{};
Parms.InCharacter = InCharacter;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.OnUpdateLevelDelegate_<65><5F><EFBFBD><EFBFBD>_0
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// int32 AddLevel (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// int32 NowLevel (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::OnUpdateLevelDelegate______0(int32 AddLevel, int32 NowLevel)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "OnUpdateLevelDelegate_<EFBFBD><EFBFBD><EFBFBD><EFBFBD>_0");
Params::ABP_MonsterBase_C_OnUpdateLevelDelegate______0_Params Parms{};
Parms.AddLevel = AddLevel;
Parms.NowLevel = NowLevel;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.ExecuteUbergraph_BP_MonsterBase
// (Final, UbergraphFunction, HasDefaults)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FPalVisualEffectDynamicParameterK2Node_MakeStruct_PalVisualEffectDynamicParameter (None)
// class FName K2Node_CustomEvent_NotifyName_4 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FName K2Node_CustomEvent_NotifyName_3 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class FName K2Node_CustomEvent_NotifyName_2 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_1 (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class FName K2Node_CustomEvent_NotifyName_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_2 (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class FName K2Node_CustomEvent_NotifyName (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_3 (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class FName Temp_name_Variable (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// enum class EPalGeneralMontageType Temp_byte_Variable (ConstParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UObject* K2Node_CustomEvent_Loaded (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_4 (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class UObject* Temp_object_Variable (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class UNiagaraSystem* K2Node_DynamicCast_AsNiagara_System (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// bool K2Node_DynamicCast_bSuccess (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class AController* CallFunc_GetController_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class UPalCharacterMovementComponent*K2Node_ComponentBoundEvent_component_2 (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// float K2Node_Event_DeltaSeconds (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_EqualEqual_ByteByte_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UMaterialInterface* CallFunc_GetMaterial_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// struct FPalDeadInfo K2Node_CustomEvent_DeadInfo (NoDestructor)
// bool CallFunc_IsValid_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UMaterialInstanceDynamic* K2Node_DynamicCast_AsMaterial_Instance_Dynamic (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// bool K2Node_DynamicCast_bSuccess_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UPalCharacterMovementComponent*K2Node_ComponentBoundEvent_component_1 (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// struct FHitResult K2Node_ComponentBoundEvent_Hit (ConstParm, IsPlainOldData, NoDestructor, ContainsInstancedReference)
// class UPalCharacterMovementComponent*K2Node_ComponentBoundEvent_component (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_5 (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_6 (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// struct FPalVisualEffectDynamicParameterK2Node_MakeStruct_PalVisualEffectDynamicParameter_1 (None)
// class UPalVisualEffectBase* CallFunc_AddVisualEffect_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// double CallFunc_GetEffectScale_Scale (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_GetJumpEffectSpawnLocation_Location (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FPalDeadInfo K2Node_Event_DeadInfo (ConstParm, NoDestructor)
// class UNiagaraComponent* CallFunc_SpawnSystemAtLocation_ReturnValue (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// struct FPalDamageResult K2Node_Event_DamageResult (ConstParm, NoDestructor)
// class UAnimInstance* CallFunc_GetAnimInstance_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class UAnimMontage* CallFunc_Map_Find_Value (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_Map_Find_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_EqualEqual_IntInt_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_IsValid_ReturnValue_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// struct FVector CallFunc_GetJumpEffectSpawnLocation_Location_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UNiagaraComponent* CallFunc_SpawnSystemAtLocation_ReturnValue_1 (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// double CallFunc_GetEffectScale_Scale_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UPalExpDatabase* CallFunc_GetExpDatabase_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class UPalCharacterOnCompleteInitializeParameterWrapper*CallFunc_GetOnCompleteInitializeParameterDelegate_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_7 (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// class APalCharacter* K2Node_CustomEvent_InCharacter (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_8 (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_IsValid_ReturnValue_2 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// int32 K2Node_CustomEvent_addLevel (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// int32 K2Node_CustomEvent_nowLevel (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UNiagaraComponent* CallFunc_SpawnSystemAttached_ReturnValue (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_GetActiveActorFlag_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// float CallFunc_GetScaledCapsuleRadius_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// enum class EPalGeneralMontageType Temp_byte_Variable_1 (ConstParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double CallFunc_Divide_DoubleDouble_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UAnimMontage* CallFunc_Map_Find_Value_1 (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_Map_Find_ReturnValue_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UPlayMontageCallbackProxy* CallFunc_CreateProxyObjectForPlayMontage_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_IsValid_ReturnValue_3 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_IsValid_ReturnValue_4 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_IsRarePal_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_IsWildNPC_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_BooleanAND_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UPalVisualEffectBase* CallFunc_AddVisualEffect_Local_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash)
// double CallFunc_UpdateFlyEffect_DeltaTime_ImplicitCast (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// float CallFunc_SetVariableFloat_InValue_ImplicitCast (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// float CallFunc_SetVariableFloat_InValue_ImplicitCast_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// double CallFunc_Divide_DoubleDouble_A_ImplicitCast (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// float CallFunc_SetVariableFloat_InValue_ImplicitCast_2 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void ABP_MonsterBase_C::ExecuteUbergraph_BP_MonsterBase(int32 EntryPoint, const struct FPalVisualEffectDynamicParameter& K2Node_MakeStruct_PalVisualEffectDynamicParameter, class FName K2Node_CustomEvent_NotifyName_4, class FName K2Node_CustomEvent_NotifyName_3, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate, class FName K2Node_CustomEvent_NotifyName_2, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_1, class FName K2Node_CustomEvent_NotifyName_1, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_2, class FName K2Node_CustomEvent_NotifyName, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_3, class FName Temp_name_Variable, enum class EPalGeneralMontageType Temp_byte_Variable, class UObject* K2Node_CustomEvent_Loaded, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_4, class UObject* Temp_object_Variable, class UNiagaraSystem* K2Node_DynamicCast_AsNiagara_System, bool K2Node_DynamicCast_bSuccess, class AController* CallFunc_GetController_ReturnValue, class UPalCharacterMovementComponent* K2Node_ComponentBoundEvent_component_2, float K2Node_Event_DeltaSeconds, bool CallFunc_EqualEqual_ByteByte_ReturnValue, class UMaterialInterface* CallFunc_GetMaterial_ReturnValue, const struct FPalDeadInfo& K2Node_CustomEvent_DeadInfo, bool CallFunc_IsValid_ReturnValue, class UMaterialInstanceDynamic* K2Node_DynamicCast_AsMaterial_Instance_Dynamic, bool K2Node_DynamicCast_bSuccess_1, class UPalCharacterMovementComponent* K2Node_ComponentBoundEvent_component_1, const struct FHitResult& K2Node_ComponentBoundEvent_Hit, class UPalCharacterMovementComponent* K2Node_ComponentBoundEvent_component, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_5, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_6, const struct FPalVisualEffectDynamicParameter& K2Node_MakeStruct_PalVisualEffectDynamicParameter_1, class UPalVisualEffectBase* CallFunc_AddVisualEffect_ReturnValue, double CallFunc_GetEffectScale_Scale, const struct FVector& CallFunc_GetJumpEffectSpawnLocation_Location, const struct FPalDeadInfo& K2Node_Event_DeadInfo, class UNiagaraComponent* CallFunc_SpawnSystemAtLocation_ReturnValue, const struct FPalDamageResult& K2Node_Event_DamageResult, class UAnimInstance* CallFunc_GetAnimInstance_ReturnValue, class UAnimMontage* CallFunc_Map_Find_Value, bool CallFunc_Map_Find_ReturnValue, bool CallFunc_EqualEqual_IntInt_ReturnValue, bool CallFunc_IsValid_ReturnValue_1, const struct FVector& CallFunc_GetJumpEffectSpawnLocation_Location_1, class UNiagaraComponent* CallFunc_SpawnSystemAtLocation_ReturnValue_1, double CallFunc_GetEffectScale_Scale_1, class UPalExpDatabase* CallFunc_GetExpDatabase_ReturnValue, class UPalCharacterOnCompleteInitializeParameterWrapper* CallFunc_GetOnCompleteInitializeParameterDelegate_ReturnValue, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_7, class APalCharacter* K2Node_CustomEvent_InCharacter, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_8, bool CallFunc_IsValid_ReturnValue_2, int32 K2Node_CustomEvent_addLevel, int32 K2Node_CustomEvent_nowLevel, class UNiagaraComponent* CallFunc_SpawnSystemAttached_ReturnValue, bool CallFunc_GetActiveActorFlag_ReturnValue, float CallFunc_GetScaledCapsuleRadius_ReturnValue, enum class EPalGeneralMontageType Temp_byte_Variable_1, double CallFunc_Divide_DoubleDouble_ReturnValue, class UAnimMontage* CallFunc_Map_Find_Value_1, bool CallFunc_Map_Find_ReturnValue_1, class UPlayMontageCallbackProxy* CallFunc_CreateProxyObjectForPlayMontage_ReturnValue, bool CallFunc_IsValid_ReturnValue_3, bool CallFunc_IsValid_ReturnValue_4, bool CallFunc_IsRarePal_ReturnValue, bool CallFunc_IsWildNPC_ReturnValue, bool CallFunc_BooleanAND_ReturnValue, class UPalVisualEffectBase* CallFunc_AddVisualEffect_Local_ReturnValue, double CallFunc_UpdateFlyEffect_DeltaTime_ImplicitCast, float CallFunc_SetVariableFloat_InValue_ImplicitCast, float CallFunc_SetVariableFloat_InValue_ImplicitCast_1, double CallFunc_Divide_DoubleDouble_A_ImplicitCast, float CallFunc_SetVariableFloat_InValue_ImplicitCast_2)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "ExecuteUbergraph_BP_MonsterBase");
Params::ABP_MonsterBase_C_ExecuteUbergraph_BP_MonsterBase_Params Parms{};
Parms.EntryPoint = EntryPoint;
Parms.K2Node_MakeStruct_PalVisualEffectDynamicParameter = K2Node_MakeStruct_PalVisualEffectDynamicParameter;
Parms.K2Node_CustomEvent_NotifyName_4 = K2Node_CustomEvent_NotifyName_4;
Parms.K2Node_CustomEvent_NotifyName_3 = K2Node_CustomEvent_NotifyName_3;
Parms.K2Node_CreateDelegate_OutputDelegate = K2Node_CreateDelegate_OutputDelegate;
Parms.K2Node_CustomEvent_NotifyName_2 = K2Node_CustomEvent_NotifyName_2;
Parms.K2Node_CreateDelegate_OutputDelegate_1 = K2Node_CreateDelegate_OutputDelegate_1;
Parms.K2Node_CustomEvent_NotifyName_1 = K2Node_CustomEvent_NotifyName_1;
Parms.K2Node_CreateDelegate_OutputDelegate_2 = K2Node_CreateDelegate_OutputDelegate_2;
Parms.K2Node_CustomEvent_NotifyName = K2Node_CustomEvent_NotifyName;
Parms.K2Node_CreateDelegate_OutputDelegate_3 = K2Node_CreateDelegate_OutputDelegate_3;
Parms.Temp_name_Variable = Temp_name_Variable;
Parms.Temp_byte_Variable = Temp_byte_Variable;
Parms.K2Node_CustomEvent_Loaded = K2Node_CustomEvent_Loaded;
Parms.K2Node_CreateDelegate_OutputDelegate_4 = K2Node_CreateDelegate_OutputDelegate_4;
Parms.Temp_object_Variable = Temp_object_Variable;
Parms.K2Node_DynamicCast_AsNiagara_System = K2Node_DynamicCast_AsNiagara_System;
Parms.K2Node_DynamicCast_bSuccess = K2Node_DynamicCast_bSuccess;
Parms.CallFunc_GetController_ReturnValue = CallFunc_GetController_ReturnValue;
Parms.K2Node_ComponentBoundEvent_component_2 = K2Node_ComponentBoundEvent_component_2;
Parms.K2Node_Event_DeltaSeconds = K2Node_Event_DeltaSeconds;
Parms.CallFunc_EqualEqual_ByteByte_ReturnValue = CallFunc_EqualEqual_ByteByte_ReturnValue;
Parms.CallFunc_GetMaterial_ReturnValue = CallFunc_GetMaterial_ReturnValue;
Parms.K2Node_CustomEvent_DeadInfo = K2Node_CustomEvent_DeadInfo;
Parms.CallFunc_IsValid_ReturnValue = CallFunc_IsValid_ReturnValue;
Parms.K2Node_DynamicCast_AsMaterial_Instance_Dynamic = K2Node_DynamicCast_AsMaterial_Instance_Dynamic;
Parms.K2Node_DynamicCast_bSuccess_1 = K2Node_DynamicCast_bSuccess_1;
Parms.K2Node_ComponentBoundEvent_component_1 = K2Node_ComponentBoundEvent_component_1;
Parms.K2Node_ComponentBoundEvent_Hit = K2Node_ComponentBoundEvent_Hit;
Parms.K2Node_ComponentBoundEvent_component = K2Node_ComponentBoundEvent_component;
Parms.K2Node_CreateDelegate_OutputDelegate_5 = K2Node_CreateDelegate_OutputDelegate_5;
Parms.K2Node_CreateDelegate_OutputDelegate_6 = K2Node_CreateDelegate_OutputDelegate_6;
Parms.K2Node_MakeStruct_PalVisualEffectDynamicParameter_1 = K2Node_MakeStruct_PalVisualEffectDynamicParameter_1;
Parms.CallFunc_AddVisualEffect_ReturnValue = CallFunc_AddVisualEffect_ReturnValue;
Parms.CallFunc_GetEffectScale_Scale = CallFunc_GetEffectScale_Scale;
Parms.CallFunc_GetJumpEffectSpawnLocation_Location = CallFunc_GetJumpEffectSpawnLocation_Location;
Parms.K2Node_Event_DeadInfo = K2Node_Event_DeadInfo;
Parms.CallFunc_SpawnSystemAtLocation_ReturnValue = CallFunc_SpawnSystemAtLocation_ReturnValue;
Parms.K2Node_Event_DamageResult = K2Node_Event_DamageResult;
Parms.CallFunc_GetAnimInstance_ReturnValue = CallFunc_GetAnimInstance_ReturnValue;
Parms.CallFunc_Map_Find_Value = CallFunc_Map_Find_Value;
Parms.CallFunc_Map_Find_ReturnValue = CallFunc_Map_Find_ReturnValue;
Parms.CallFunc_EqualEqual_IntInt_ReturnValue = CallFunc_EqualEqual_IntInt_ReturnValue;
Parms.CallFunc_IsValid_ReturnValue_1 = CallFunc_IsValid_ReturnValue_1;
Parms.CallFunc_GetJumpEffectSpawnLocation_Location_1 = CallFunc_GetJumpEffectSpawnLocation_Location_1;
Parms.CallFunc_SpawnSystemAtLocation_ReturnValue_1 = CallFunc_SpawnSystemAtLocation_ReturnValue_1;
Parms.CallFunc_GetEffectScale_Scale_1 = CallFunc_GetEffectScale_Scale_1;
Parms.CallFunc_GetExpDatabase_ReturnValue = CallFunc_GetExpDatabase_ReturnValue;
Parms.CallFunc_GetOnCompleteInitializeParameterDelegate_ReturnValue = CallFunc_GetOnCompleteInitializeParameterDelegate_ReturnValue;
Parms.K2Node_CreateDelegate_OutputDelegate_7 = K2Node_CreateDelegate_OutputDelegate_7;
Parms.K2Node_CustomEvent_InCharacter = K2Node_CustomEvent_InCharacter;
Parms.K2Node_CreateDelegate_OutputDelegate_8 = K2Node_CreateDelegate_OutputDelegate_8;
Parms.CallFunc_IsValid_ReturnValue_2 = CallFunc_IsValid_ReturnValue_2;
Parms.K2Node_CustomEvent_addLevel = K2Node_CustomEvent_addLevel;
Parms.K2Node_CustomEvent_nowLevel = K2Node_CustomEvent_nowLevel;
Parms.CallFunc_SpawnSystemAttached_ReturnValue = CallFunc_SpawnSystemAttached_ReturnValue;
Parms.CallFunc_GetActiveActorFlag_ReturnValue = CallFunc_GetActiveActorFlag_ReturnValue;
Parms.CallFunc_GetScaledCapsuleRadius_ReturnValue = CallFunc_GetScaledCapsuleRadius_ReturnValue;
Parms.Temp_byte_Variable_1 = Temp_byte_Variable_1;
Parms.CallFunc_Divide_DoubleDouble_ReturnValue = CallFunc_Divide_DoubleDouble_ReturnValue;
Parms.CallFunc_Map_Find_Value_1 = CallFunc_Map_Find_Value_1;
Parms.CallFunc_Map_Find_ReturnValue_1 = CallFunc_Map_Find_ReturnValue_1;
Parms.CallFunc_CreateProxyObjectForPlayMontage_ReturnValue = CallFunc_CreateProxyObjectForPlayMontage_ReturnValue;
Parms.CallFunc_IsValid_ReturnValue_3 = CallFunc_IsValid_ReturnValue_3;
Parms.CallFunc_IsValid_ReturnValue_4 = CallFunc_IsValid_ReturnValue_4;
Parms.CallFunc_IsRarePal_ReturnValue = CallFunc_IsRarePal_ReturnValue;
Parms.CallFunc_IsWildNPC_ReturnValue = CallFunc_IsWildNPC_ReturnValue;
Parms.CallFunc_BooleanAND_ReturnValue = CallFunc_BooleanAND_ReturnValue;
Parms.CallFunc_AddVisualEffect_Local_ReturnValue = CallFunc_AddVisualEffect_Local_ReturnValue;
Parms.CallFunc_UpdateFlyEffect_DeltaTime_ImplicitCast = CallFunc_UpdateFlyEffect_DeltaTime_ImplicitCast;
Parms.CallFunc_SetVariableFloat_InValue_ImplicitCast = CallFunc_SetVariableFloat_InValue_ImplicitCast;
Parms.CallFunc_SetVariableFloat_InValue_ImplicitCast_1 = CallFunc_SetVariableFloat_InValue_ImplicitCast_1;
Parms.CallFunc_Divide_DoubleDouble_A_ImplicitCast = CallFunc_Divide_DoubleDouble_A_ImplicitCast;
Parms.CallFunc_SetVariableFloat_InValue_ImplicitCast_2 = CallFunc_SetVariableFloat_InValue_ImplicitCast_2;
UObject::ProcessEvent(Func, &Parms);
}
// Function BP_MonsterBase.BP_MonsterBase_C.OnInflictDamageEvent__DelegateSignature
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
// Parameters:
// struct FPalDamageResult DamageResult (BlueprintVisible, BlueprintReadOnly, Parm, NoDestructor)
void ABP_MonsterBase_C::OnInflictDamageEvent__DelegateSignature(const struct FPalDamageResult& DamageResult)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("BP_MonsterBase_C", "OnInflictDamageEvent__DelegateSignature");
Params::ABP_MonsterBase_C_OnInflictDamageEvent__DelegateSignature_Params Parms{};
Parms.DamageResult = DamageResult;
UObject::ProcessEvent(Func, &Parms);
}
}