2024-04-20 14:19:09 +02:00

36 lines
1.0 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x1 (0x1 - 0x0)
// Function BP_ChunkActor.BP_ChunkActor_C.UserConstructionScript
struct ABP_ChunkActor_C_UserConstructionScript_Params
{
public:
bool CallFunc_SetStaticMesh_ReturnValue; // 0x0(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor)
};
// 0x4 (0x4 - 0x0)
// Function BP_ChunkActor.BP_ChunkActor_C.ExecuteUbergraph_BP_ChunkActor
struct ABP_ChunkActor_C_ExecuteUbergraph_BP_ChunkActor_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
}
}