![]() |
MCRO
C++23 utilities for Unreal Engine.
|
#include "CoreMinimal.h"#include "Mcro/Modules.h"#include "Interfaces/IPluginManager.h"#include "Mcro/Concepts.h"Go to the source code of this file.
Data Structures | |
| struct | Mcro::Dll::FScopedSearchPath |
| RAII wrapper around PushDllDirectory / PopDllDirectory. More... | |
| struct | Mcro::Dll::FScopedDll |
| RAII wrapper around GetDllHandle / FreeDllHandle. More... | |
| struct | Mcro::Dll::FScopedDllSet |
| Handle multiple DLL files in one set and an optional base path for them. More... | |
| struct | Mcro::Dll::TModuleBoundDlls< M > |
| List DLL's which is used by a specific module and its owning plugin. More... | |
Namespaces | |
| namespace | Mcro |
| namespace | Mcro::Dll |
Definition in file Dll.h.