38 lines
1.6 KiB
C++
38 lines
1.6 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: S_Voice
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "S_DialogueAnimation_structs.hpp"
|
|
#include "S_DialogueLine_structs.hpp"
|
|
#include "S_Sound_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// UserDefinedStruct S_Voice.S_Voice
|
|
// 0x0048 (0x0048 - 0x0000)
|
|
struct FS_Voice final
|
|
{
|
|
public:
|
|
struct FS_Sound Audio_2_F747F93E4BFAC494DF4ACE9E579C6A3A; // 0x0000(0x0020)(Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash)
|
|
TArray<struct FS_DialogueLine> Lines_14_82511AC84C9ED23697B0F6934FE26A66; // 0x0020(0x0010)(Edit, BlueprintVisible)
|
|
int32 Priority_5_EE6B2A1C477B3583EB4B65AC9884BB5F; // 0x0030(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool PlayForced_8_853533544740985D0A316B93C773275E; // 0x0034(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool AddInQueue_10_BA0030354AD842F0578B9086E5C8B9D2; // 0x0035(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_36[0x2]; // 0x0036(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
|
|
TArray<struct FS_DialogueAnimation> Animations_18_F18AAA7C475DED50C299F98276991007; // 0x0038(0x0010)(Edit, BlueprintVisible)
|
|
};
|
|
DUMPER7_ASSERTS_FS_Voice;
|
|
|
|
}
|
|
|