CommonLibSSE NG
Loading...
Searching...
No Matches
BaseFormComponent.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_BaseFormComponent;
11
12 virtual ~BaseFormComponent(); // 00
13
14 // add
15 virtual void InitializeDataComponent() = 0; // 01
16 virtual void ClearDataComponent() = 0; // 02
17 virtual void CopyComponent(BaseFormComponent* a_rhs); // 03 - { return; }
18
20 };
21 static_assert(sizeof(BaseFormComponent) == 0x8);
22}
Definition BaseFormComponent.h:8
virtual void InitializeDataComponent()=0
virtual ~BaseFormComponent()
static constexpr auto RTTI
Definition BaseFormComponent.h:10
virtual void ClearDataComponent()=0
virtual void CopyComponent(BaseFormComponent *a_rhs)
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_BaseFormComponent(513847, 392215, 0x1ed6cd0)