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

28 lines
793 B
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x4 (0x4 - 0x0)
// Function BP_NPC_WalkPathPoint_1.BP_NPC_WalkPathPoint_1_C.ExecuteUbergraph_BP_NPC_WalkPathPoint_1
struct ABP_NPC_WalkPathPoint_1_C_ExecuteUbergraph_BP_NPC_WalkPathPoint_1_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
}
}