Files
EscapeTheBackrooms_Internal/EscapeTheBackroomsGUiTest/SDK/SDK/BP_DroppedItem_LiquidPain_parameters.hpp
2024-04-20 14:19:09 +02:00

29 lines
964 B
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x5 (0x5 - 0x0)
// Function BP_DroppedItem_LiquidPain.BP_DroppedItem_LiquidPain_C.ExecuteUbergraph_BP_DroppedItem_LiquidPain
struct ABP_DroppedItem_LiquidPain_C_ExecuteUbergraph_BP_DroppedItem_LiquidPain_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsValid_ReturnValue; // 0x4(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor)
};
}
}