CommonLibSSE (powerof3)
BSUIScaleformData.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/I/IUIMessageData.h"
4 
5 namespace RE
6 {
7  class GFxEvent;
8 
10  {
11  public:
12  inline static constexpr auto RTTI = RTTI_BSUIScaleformData;
13 
14  ~BSUIScaleformData() override; // 00
15 
16  // members
18  };
19  static_assert(sizeof(BSUIScaleformData) == 0x18);
20 }
Definition: BSUIScaleformData.h:10
~BSUIScaleformData() override
static constexpr auto RTTI
Definition: BSUIScaleformData.h:12
GFxEvent * scaleformEvent
Definition: BSUIScaleformData.h:17
Definition: GFxEvent.h:9
Definition: IUIMessageData.h:6
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BSUIScaleformData
Definition: Offsets_RTTI.h:3631