mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 18:42:25 +08:00
29 lines
964 B
C++
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)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|