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

52 lines
3.7 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x4 (0x4 - 0x0)
// Function BP_ActionAngerLoop.BP_ActionAngerLoop_C.TickAction
struct UBP_ActionAngerLoop_C_TickAction_Params
{
public:
float DeltaTime; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0x68 (0x68 - 0x0)
// Function BP_ActionAngerLoop.BP_ActionAngerLoop_C.ExecuteUbergraph_BP_ActionAngerLoop
struct UBP_ActionAngerLoop_C_ExecuteUbergraph_BP_ActionAngerLoop_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_2DEA[0x4]; // 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)
bool CallFunc_IsValid_ReturnValue; // 0x18(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_2DEB[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
float K2Node_Event_DeltaTime; // 0x1C(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
class UNiagaraComponent* CallFunc_SpawnSystemAtLocation_ReturnValue; // 0x20(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
class APalCharacter* CallFunc_GetActionCharacter_ReturnValue_1; // 0x28(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate; // 0x30(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
double CallFunc_RandomFloatInRange_ReturnValue; // 0x40(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
class APalCharacter* CallFunc_GetActionCharacter_ReturnValue_2; // 0x48(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
struct FTimerHandle CallFunc_K2_SetTimerDelegate_ReturnValue; // 0x50(0x8)(NoDestructor, HasGetValueTypeHash)
class UPalFacialComponent* CallFunc_GetComponentByClass_ReturnValue_1; // 0x58(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsValid_ReturnValue_1; // 0x60(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_2DED[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
float CallFunc_K2_SetTimerDelegate_InitialStartDelay_ImplicitCast; // 0x64(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
}
}