Flags for loading a plugin.
More...
#include <Plugin.h>
Flags for loading a plugin.
◆ Enum
Enumerator |
---|
LoadCopy | Don't load a DLL directly, but create a copy of the file and load that instead. This allows to continue working on (and compiling) the DLL in parallel.
|
PluginIsOptional | When an optional plugin can't be loaded (missing file usually), no error is logged. LoadPlugin() will still return XII_FAILURE though.
|
CustomDependency | The plugin is an injected dependency (usually for the editor), and thus might get treated differently (this is just a tag)
|
The documentation for this struct was generated from the following file:
- /home/runner/work/XII/XII/Source/Engine/Foundation/Configuration/Plugin.h