CommonLibVR
BGSFootstepEvent.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BGSActorEvent.h"
4 #include "RE/B/BSFixedString.h"
5 
6 namespace RE
7 {
9  {
10  public:
11  // members
12  std::uint32_t pad04; // 04
14  private:
15  KEEP_FOR_RE()
16  };
17  static_assert(sizeof(BGSFootstepEvent) == 0x10);
18 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: AbsorbEffect.h:6
Definition: BGSActorEvent.h:8
Definition: BGSFootstepEvent.h:9
std::uint32_t pad04
Definition: BGSFootstepEvent.h:12
BSFixedString tag
Definition: BGSFootstepEvent.h:13