mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 10:32:47 +08:00
42 lines
2.0 KiB
C++
42 lines
2.0 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function BP_MEGDoor.BP_MEGDoor_C.OnActorUsed
|
|
struct ABP_MEGDoor_C_OnActorUsed_Params
|
|
{
|
|
public:
|
|
class ACharacter* Character; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0xA8 (0xA8 - 0x0)
|
|
// Function BP_MEGDoor.BP_MEGDoor_C.ExecuteUbergraph_BP_MEGDoor
|
|
struct ABP_MEGDoor_C_ExecuteUbergraph_BP_MEGDoor_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FRotator CallFunc_MakeRotator_ReturnValue; // 0x4(0xC)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
bool Temp_bool_Variable; // 0x10(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
bool CallFunc_Not_PreBool_ReturnValue; // 0x11(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_2820[0x6]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class ACharacter* K2Node_Event_Character; // 0x18(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FHitResult CallFunc_K2_SetRelativeRotation_SweepHitResult; // 0x20(0x88)(IsPlainOldData, NoDestructor, ContainsInstancedReference)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|