Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
ModuleTypeDefinition
Declares a module type that a plugin can instantiate.
Declaration
struct ModuleTypeDefinition {
std::string id;
std::string name;
std::string config_path = "module_config.json";
std::string default_parameters_path = "default_parameters.json";
};