mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-29 02:12:24 +08:00
49 lines
2.2 KiB
C++
49 lines
2.2 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x10 (0x10 - 0x0)
|
|
// Function AnimBP_Doll.AnimBP_Doll_C.AnimGraph
|
|
struct UAnimBP_Doll_C_AnimGraph_Params
|
|
{
|
|
public:
|
|
struct FPoseLink AnimGraph; // 0x0(0x10)(Parm, OutParm, NoDestructor)
|
|
};
|
|
|
|
// 0x4 (0x4 - 0x0)
|
|
// Function AnimBP_Doll.AnimBP_Doll_C.BlueprintUpdateAnimation
|
|
struct UAnimBP_Doll_C_BlueprintUpdateAnimation_Params
|
|
{
|
|
public:
|
|
float DeltaTimeX; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x24 (0x24 - 0x0)
|
|
// Function AnimBP_Doll.AnimBP_Doll_C.ExecuteUbergraph_AnimBP_Doll
|
|
struct UAnimBP_Doll_C_ExecuteUbergraph_AnimBP_Doll_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_11F2[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class APawn* CallFunc_TryGetPawnOwner_ReturnValue; // 0x8(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FVector CallFunc_GetVelocity_ReturnValue; // 0x10(0xC)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float K2Node_Event_DeltaTimeX; // 0x1C(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float CallFunc_VSize_ReturnValue; // 0x20(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|