MCPcopy Create free account
hub / github.com/UE4SS-RE/RE-UE4SS / CppUserModBase

Method CppUserModBase

UE4SS/src/Mod/CppUserModBase.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace RC
6{
7 CppUserModBase::CppUserModBase()
8 {
9 if (ModIntendedSDKVersion.empty())
10 {
11 ModIntendedSDKVersion = std::format(STR("{}.{}.{}"), UE4SS_LIB_VERSION_MAJOR, UE4SS_LIB_VERSION_MINOR, UE4SS_LIB_VERSION_HOTFIX);
12 }
13 }
14
15 CppUserModBase::~CppUserModBase()
16 {

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected