mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 18:42:25 +08:00
47 lines
2.0 KiB
C++
47 lines
2.0 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function BP_Deep_Volume.BP_Deep_Volume_C.ReceiveActorBeginOverlap
|
|
struct ABP_Deep_Volume_C_ReceiveActorBeginOverlap_Params
|
|
{
|
|
public:
|
|
class AActor* OtherActor; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function BP_Deep_Volume.BP_Deep_Volume_C.ReceiveActorEndOverlap
|
|
struct ABP_Deep_Volume_C_ReceiveActorEndOverlap_Params
|
|
{
|
|
public:
|
|
class AActor* OtherActor; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function BP_Deep_Volume.BP_Deep_Volume_C.ExecuteUbergraph_BP_Deep_Volume
|
|
struct ABP_Deep_Volume_C_ExecuteUbergraph_BP_Deep_Volume_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_281F[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class AActor* K2Node_Event_OtherActor; // 0x8(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class AActor* K2Node_Event_OtherActor_1; // 0x10(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|