| 5 | namespace 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 | { |