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