CommonLibSSE (powerof3)
InventoryUpdateData.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 TESBoundObject;
8 
10  {
11  public:
12  inline static constexpr auto RTTI = RTTI_InventoryUpdateData;
13  inline static constexpr auto VTABLE = VTABLE_InventoryUpdateData;
14 
15  ~InventoryUpdateData() override = default; // 00
16 
17  // members
19  std::uint32_t pad14; // 14
21  };
22  static_assert(sizeof(InventoryUpdateData) == 0x20);
23 }
Definition: IUIMessageData.h:6
Definition: InventoryUpdateData.h:10
TESBoundObject * updateObj
Definition: InventoryUpdateData.h:20
RefHandle inventoryRef
Definition: InventoryUpdateData.h:18
std::uint32_t pad14
Definition: InventoryUpdateData.h:19
static constexpr auto RTTI
Definition: InventoryUpdateData.h:12
~InventoryUpdateData() override=default
static constexpr auto VTABLE
Definition: InventoryUpdateData.h:13
Definition: TESBoundObject.h:24
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_InventoryUpdateData
Definition: Offsets_VTABLE.h:11922
constexpr REL::ID RTTI_InventoryUpdateData(static_cast< std::uint64_t >(688931))
std::uint32_t RefHandle
Definition: BSCoreTypes.h:6