mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 10:32:47 +08:00
46 lines
2.7 KiB
C++
46 lines
2.7 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x4 (0x4 - 0x0)
|
|
// Function BP_Dismembered.BP_Dismembered_C.UserConstructionScript
|
|
struct ABP_Dismembered_C_UserConstructionScript_Params
|
|
{
|
|
public:
|
|
int32 CallFunc_RandomIntegerInRange_ReturnValue; // 0x0(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x34 (0x34 - 0x0)
|
|
// Function BP_Dismembered.BP_Dismembered_C.ExecuteUbergraph_BP_Dismembered
|
|
struct ABP_Dismembered_C_ExecuteUbergraph_BP_Dismembered_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float CallFunc_RandomFloatInRange_ReturnValue; // 0x4(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 Temp_int_Loop_Counter_Variable; // 0x8(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 CallFunc_Add_IntInt_ReturnValue; // 0xC(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 Temp_int_Array_Index_Variable; // 0x10(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_2148[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class UParticleSystemComponent* CallFunc_Array_Get_Item; // 0x18(0x8)(ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 CallFunc_Array_Length_ReturnValue; // 0x20(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_Less_IntInt_ReturnValue; // 0x24(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_2149[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FVector CallFunc_K2_GetActorLocation_ReturnValue; // 0x28(0xC)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|