mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-07-01 02:42:56 +08:00
50 lines
2.4 KiB
C++
50 lines
2.4 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x10 (0x10 - 0x0)
|
|
// Function AnimBP_Elevator_Lever.AnimBP_Elevator_Lever_C.AnimGraph
|
|
struct UAnimBP_Elevator_Lever_C_AnimGraph_Params
|
|
{
|
|
public:
|
|
struct FPoseLink AnimGraph; // 0x0(0x10)(Parm, OutParm, NoDestructor)
|
|
};
|
|
|
|
// 0x4 (0x4 - 0x0)
|
|
// Function AnimBP_Elevator_Lever.AnimBP_Elevator_Lever_C.BlueprintUpdateAnimation
|
|
struct UAnimBP_Elevator_Lever_C_BlueprintUpdateAnimation_Params
|
|
{
|
|
public:
|
|
float DeltaTimeX; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x20 (0x20 - 0x0)
|
|
// Function AnimBP_Elevator_Lever.AnimBP_Elevator_Lever_C.ExecuteUbergraph_AnimBP_Elevator_Lever
|
|
struct UAnimBP_Elevator_Lever_C_ExecuteUbergraph_AnimBP_Elevator_Lever_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_2201[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class AActor* CallFunc_GetOwningActor_ReturnValue; // 0x8(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class ABP_Lever_C* K2Node_DynamicCast_AsBP_Lever; // 0x10(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool K2Node_DynamicCast_bSuccess; // 0x18(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_2202[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
float K2Node_Event_DeltaTimeX; // 0x1C(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|