mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 18:42:25 +08:00
40 lines
1.7 KiB
C++
40 lines
1.7 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x1 (0x1 - 0x0)
|
|
// Function W_CreditsTitleName.W_CreditsTitleName_C.PreConstruct
|
|
struct UW_CreditsTitleName_C_PreConstruct_Params
|
|
{
|
|
public:
|
|
bool IsDesignTime; // 0x0(0x1)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
};
|
|
|
|
// 0x20 (0x20 - 0x0)
|
|
// Function W_CreditsTitleName.W_CreditsTitleName_C.ExecuteUbergraph_W_CreditsTitleName
|
|
struct UW_CreditsTitleName_C_ExecuteUbergraph_W_CreditsTitleName_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FMargin K2Node_MakeStruct_Margin; // 0x4(0x10)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
bool K2Node_Event_IsDesignTime; // 0x14(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_2068[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class UOverlaySlot* CallFunc_SlotAsOverlaySlot_ReturnValue; // 0x18(0x8)(ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|