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

46 lines
2.8 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x119 (0x119 - 0x0)
// Function BP_SkillEffect_GeneralWork.BP_SkillEffect_GeneralWork_C.SetupCollision
struct ABP_SkillEffect_GeneralWork_C_SetupCollision_Params
{
public:
struct FVector TargetLocationPoint; // 0x0(0x18)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
struct FVector ImpactPoint; // 0x18(0x18)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
struct FHitResult CallFunc_K2_SetActorLocation_SweepHitResult; // 0x30(0xE8)(IsPlainOldData, NoDestructor, ContainsInstancedReference)
bool CallFunc_K2_SetActorLocation_ReturnValue; // 0x118(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0x40 (0x40 - 0x0)
// Function BP_SkillEffect_GeneralWork.BP_SkillEffect_GeneralWork_C.ExecuteUbergraph_BP_SkillEffect_GeneralWork
struct ABP_SkillEffect_GeneralWork_C_ExecuteUbergraph_BP_SkillEffect_GeneralWork_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate; // 0x4(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_1; // 0x14(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
uint8 Pad_11D7[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
struct FTimerHandle CallFunc_K2_SetTimerDelegate_ReturnValue; // 0x28(0x8)(NoDestructor, HasGetValueTypeHash)
struct FTimerHandle CallFunc_K2_SetTimerDelegate_ReturnValue_1; // 0x30(0x8)(NoDestructor, HasGetValueTypeHash)
float CallFunc_K2_SetTimerDelegate_Time_ImplicitCast; // 0x38(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float CallFunc_K2_SetTimerDelegate_Time_ImplicitCast_1; // 0x3C(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
}
}