Projektdateien hinzufügen.

This commit is contained in:
Unknown
2024-04-20 14:19:09 +02:00
commit 1add1dc694
2567 changed files with 679363 additions and 0 deletions

View File

@ -0,0 +1,31 @@
#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)
};
}
}