CommonLibVR
BGSPreloadable.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_BGSPreloadable;
11  inline static constexpr auto VTABLE = VTABLE_BGSPreloadable;
12 
13  ~BGSPreloadable() override; // 00
14 
15  // override (BaseFormComponent)
16  void InitializeDataComponent() override; // 01 - { return; }
17  void ClearDataComponent() override; // 02 - { return; }
18  void CopyComponent(BaseFormComponent* a_rhs) override; // 03 - { return; }
19 
20  // add
21  virtual void Unk_04(void) = 0; // 04
22  private:
23  KEEP_FOR_RE()
24  };
25  static_assert(sizeof(BGSPreloadable) == 0x8);
26 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: BGSPreloadable.h:8
void InitializeDataComponent() override
~BGSPreloadable() override
static constexpr auto RTTI
Definition: BGSPreloadable.h:10
void CopyComponent(BaseFormComponent *a_rhs) override
void ClearDataComponent() override
virtual void Unk_04(void)=0
static constexpr auto VTABLE
Definition: BGSPreloadable.h:11
Definition: BaseFormComponent.h:8
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_BGSPreloadable
Definition: Offsets_VTABLE.h:8719
constexpr REL::ID RTTI_BGSPreloadable(static_cast< std::uint64_t >(685009))