mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 10:32:47 +08:00
32 lines
1.3 KiB
C++
32 lines
1.3 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x30 (0x30 - 0x0)
|
|
// Function W_VOIPIndicator.W_VOIPIndicator_C.ExecuteUbergraph_W_VOIPIndicator
|
|
struct UW_VOIPIndicator_C_ExecuteUbergraph_W_VOIPIndicator_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_RequestSteamFriendInfo_ReturnValue; // 0x4(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_1F3E[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FString CallFunc_GetSteamPersonaName_ReturnValue; // 0x8(0x10)(ZeroConstructor, HasGetValueTypeHash)
|
|
class FText CallFunc_Conv_StringToText_ReturnValue; // 0x18(0x18)(None)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|