CommonLibSSE NG
hkaAnnotationTrack.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkArray.h"
4 #include "RE/H/hkStringPtr.h"
5 
6 namespace RE
7 {
9  {
10  public:
11  struct Annotation
12  {
13  float time; // 00
14  std::uint32_t pad04; // 04
16  };
17 
20  };
21  static_assert(sizeof(hkaAnnotationTrack) == 0x18);
22 }
Definition: hkArray.h:190
Definition: hkStringPtr.h:6
Definition: hkaAnnotationTrack.h:9
hkArray< Annotation > annotations
Definition: hkaAnnotationTrack.h:19
hkStringPtr trackName
Definition: hkaAnnotationTrack.h:18
Definition: AbsorbEffect.h:6
Definition: hkaAnnotationTrack.h:12
float time
Definition: hkaAnnotationTrack.h:13
hkStringPtr text
Definition: hkaAnnotationTrack.h:15
std::uint32_t pad04
Definition: hkaAnnotationTrack.h:14