CommonLibSSE NG
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 
14  ~InventoryUpdateData() override = default; // 00
15 
16  // members
18  std::uint32_t pad14; // 14
20  };
21  static_assert(sizeof(InventoryUpdateData) == 0x20);
22 }
Definition: IUIMessageData.h:6
Definition: InventoryUpdateData.h:10
TESBoundObject * updateObj
Definition: InventoryUpdateData.h:19
RefHandle inventoryRef
Definition: InventoryUpdateData.h:17
std::uint32_t pad14
Definition: InventoryUpdateData.h:18
static constexpr auto RTTI
Definition: InventoryUpdateData.h:12
~InventoryUpdateData() override=default
Definition: TESBoundObject.h:24
Definition: AbsorbEffect.h:6
std::uint32_t RefHandle
Definition: BSCoreTypes.h:6
constexpr REL::VariantID RTTI_InventoryUpdateData(688931, 396786, 0x1f47d00)