CommonLibSSE NG
UISaveLoadManager.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSFixedString.h"
5 #include "RE/B/BSTEvent.h"
6 #include "RE/B/BSTSingleton.h"
7 #include "RE/G/GFxValue.h"
8 
9 namespace RE
10 {
11  class BSSaveDataEvent;
12  struct BGSSaveLoadManagerEvent;
13 
15  public BSTSingletonSDM<UISaveLoadManager>, // 10
16  public BSTEventSink<BSSaveDataEvent>, // 00
17  public BSTEventSink<BGSSaveLoadManagerEvent> // 08
18  {
19  public:
20  inline static constexpr auto RTTI = RTTI_UISaveLoadManager;
21 
22  ~UISaveLoadManager() override; // 00
23 
24  // override (BSTEventSink<BSSaveDataEvent>)
25  BSEventNotifyControl ProcessEvent(const BSSaveDataEvent* a_event, BSTEventSource<BSSaveDataEvent>* a_eventSource) override; // 01
26 
27  // override (BSTEventSink<BGSSaveLoadManagerEvent>)
28  BSEventNotifyControl ProcessEvent(const BGSSaveLoadManagerEvent* a_event, BSTEventSource<BGSSaveLoadManagerEvent>* a_eventSource) override; // 01
29 
30  // members
32  GFxValue unk30; // 30
34  std::uint64_t unk50; // 50
35  std::uint64_t unk58; // 58
36  std::uint64_t unk60; // 60
37  };
38  static_assert(sizeof(UISaveLoadManager) == 0x68);
39 }
Definition: BSScaleformExternalTexture.h:9
Definition: BSTEvent.h:143
Definition: GFxValue.h:92
Definition: UISaveLoadManager.h:18
BSScaleformExternalTexture screenshotTexture
Definition: UISaveLoadManager.h:31
BSEventNotifyControl ProcessEvent(const BGSSaveLoadManagerEvent *a_event, BSTEventSource< BGSSaveLoadManagerEvent > *a_eventSource) override
~UISaveLoadManager() override
static constexpr auto RTTI
Definition: UISaveLoadManager.h:20
std::uint64_t unk58
Definition: UISaveLoadManager.h:35
GFxValue unk30
Definition: UISaveLoadManager.h:32
BSFixedString unk48
Definition: UISaveLoadManager.h:33
std::uint64_t unk60
Definition: UISaveLoadManager.h:36
std::uint64_t unk50
Definition: UISaveLoadManager.h:34
BSEventNotifyControl ProcessEvent(const BSSaveDataEvent *a_event, BSTEventSource< BSSaveDataEvent > *a_eventSource) override
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_UISaveLoadManager(688968, 396823, 0x1f48df8)
BSEventNotifyControl
Definition: BSTEvent.h:12
Definition: BSTSingleton.h:50