CommonLibVR
BGSMessageIcon.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include "RE/T/TESIcon.h"
5 
6 namespace RE
7 {
9  {
10  public:
11  inline static constexpr auto RTTI = RTTI_BGSMessageIcon;
12  inline static constexpr auto VTABLE = VTABLE_BGSMessageIcon;
13 
14  ~BGSMessageIcon() override; // 00
15 
16  // override (BaseFormComponent)
17  void InitializeDataComponent() override; // 01
18  void ClearDataComponent() override; // 02 - { icon.ReleaseRefs(); }
19  void CopyComponent(BaseFormComponent* a_rhs) override; // 03
20 
21  // members
22  TESIcon icon; // 08
23  private:
24  KEEP_FOR_RE()
25  };
26  static_assert(sizeof(BGSMessageIcon) == 0x18);
27 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: BGSMessageIcon.h:9
static constexpr auto RTTI
Definition: BGSMessageIcon.h:11
void InitializeDataComponent() override
~BGSMessageIcon() override
void ClearDataComponent() override
TESIcon icon
Definition: BGSMessageIcon.h:22
void CopyComponent(BaseFormComponent *a_rhs) override
static constexpr auto VTABLE
Definition: BGSMessageIcon.h:12
Definition: BaseFormComponent.h:8
Definition: TESIcon.h:8
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_BGSMessageIcon
Definition: Offsets_VTABLE.h:8653
constexpr REL::ID RTTI_BGSMessageIcon(static_cast< std::uint64_t >(513859))