Lost Ark SDK  1.148.153.0
LA_AkAudio_structs.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 // Lost Ark (1.148.153.0) SDK
4 
5 #ifdef _MSC_VER
6  #pragma pack(push, 0x4)
7 #endif
8 
9 #include "LA_Basic.hpp"
10 #include "LA_Engine_classes.hpp"
11 #include "LA_Core_classes.hpp"
12 
13 namespace SDK
14 {
15 //---------------------------------------------------------------------------
16 //Script Structs
17 //---------------------------------------------------------------------------
18 
19 // ScriptStruct AkAudio.InterpTrackAkEvent.AkEventTrackKey
20 // 0x000C
22 {
23  float Time; // 0x0000(0x0004)
24  class UAkEvent* Event; // 0x0004(0x0008) (Edit)
25 };
26 
27 }
28 
29 #ifdef _MSC_VER
30  #pragma pack(pop)
31 #endif
SDK::FAkEventTrackKey::Event
class UAkEvent * Event
Definition: LA_AkAudio_structs.hpp:24
LA_Core_classes.hpp
SDK::UAkEvent
Definition: LA_Engine_classes.hpp:5568
LA_Engine_classes.hpp
SDK::FAkEventTrackKey
Definition: LA_AkAudio_structs.hpp:21
SDK
Definition: LA_AkAudio_classes.hpp:11
LA_Basic.hpp
SDK::FAkEventTrackKey::Time
float Time
Definition: LA_AkAudio_structs.hpp:23