mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
50 lines
2.5 KiB
C++
50 lines
2.5 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function BP_ActionFriendlyLookat.BP_ActionFriendlyLookat_C.ChangeFace
|
|
struct UBP_ActionFriendlyLookat_C_ChangeFace_Params
|
|
{
|
|
public:
|
|
bool Smile; // 0x0(0x1)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_15E5[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class APalCharacter* CallFunc_GetActionCharacter_ReturnValue; // 0x8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class UPalFacialComponent* CallFunc_GetComponentByClass_ReturnValue; // 0x10(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x4 (0x4 - 0x0)
|
|
// Function BP_ActionFriendlyLookat.BP_ActionFriendlyLookat_C.TickAction
|
|
struct UBP_ActionFriendlyLookat_C_TickAction_Params
|
|
{
|
|
public:
|
|
float DeltaTime; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function BP_ActionFriendlyLookat.BP_ActionFriendlyLookat_C.ExecuteUbergraph_BP_ActionFriendlyLookat
|
|
struct UBP_ActionFriendlyLookat_C_ExecuteUbergraph_BP_ActionFriendlyLookat_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float K2Node_Event_DeltaTime; // 0x4(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class APalCharacter* CallFunc_GetActionCharacter_ReturnValue; // 0x8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class UNiagaraComponent* CallFunc_SpawnSystemAtLocation_ReturnValue; // 0x10(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|