mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
45 lines
2.3 KiB
C++
45 lines
2.3 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: LiveStreamVoice
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
|
|
|
|
namespace SDK::Params
|
|
{
|
|
|
|
// Function LiveStreamVoice.LiveStreamVoiceSubsystem.EnableLocalVoiceProcessing
|
|
// 0x0002 (0x0002 - 0x0000)
|
|
struct LiveStreamVoiceSubsystem_EnableLocalVoiceProcessing final
|
|
{
|
|
public:
|
|
uint8 LocalUserNum; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
bool bEnable; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
static_assert(alignof(LiveStreamVoiceSubsystem_EnableLocalVoiceProcessing) == 0x000001, "Wrong alignment on LiveStreamVoiceSubsystem_EnableLocalVoiceProcessing");
|
|
static_assert(sizeof(LiveStreamVoiceSubsystem_EnableLocalVoiceProcessing) == 0x000002, "Wrong size on LiveStreamVoiceSubsystem_EnableLocalVoiceProcessing");
|
|
static_assert(offsetof(LiveStreamVoiceSubsystem_EnableLocalVoiceProcessing, LocalUserNum) == 0x000000, "Member 'LiveStreamVoiceSubsystem_EnableLocalVoiceProcessing::LocalUserNum' has a wrong offset!");
|
|
static_assert(offsetof(LiveStreamVoiceSubsystem_EnableLocalVoiceProcessing, bEnable) == 0x000001, "Member 'LiveStreamVoiceSubsystem_EnableLocalVoiceProcessing::bEnable' has a wrong offset!");
|
|
|
|
// Function LiveStreamVoice.LiveStreamVoiceSubsystem.SetVoiceSettings
|
|
// 0x0018 (0x0018 - 0x0000)
|
|
struct LiveStreamVoiceSubsystem_SetVoiceSettings final
|
|
{
|
|
public:
|
|
struct FVoiceSettings InSettings; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
|
|
};
|
|
static_assert(alignof(LiveStreamVoiceSubsystem_SetVoiceSettings) == 0x000008, "Wrong alignment on LiveStreamVoiceSubsystem_SetVoiceSettings");
|
|
static_assert(sizeof(LiveStreamVoiceSubsystem_SetVoiceSettings) == 0x000018, "Wrong size on LiveStreamVoiceSubsystem_SetVoiceSettings");
|
|
static_assert(offsetof(LiveStreamVoiceSubsystem_SetVoiceSettings, InSettings) == 0x000000, "Member 'LiveStreamVoiceSubsystem_SetVoiceSettings::InSettings' has a wrong offset!");
|
|
|
|
}
|
|
|