Navigation
API > API/Plugins > API/Plugins/PluginUtils > API/Plugins/PluginUtils/FPluginUtils
Parameters for mounting a plugin.
| Name | FMountPluginParams |
| Type | struct |
| Header File | /Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Public/PluginUtils.h |
| Include Path | #include "PluginUtils.h" |
Syntax
struct FMountPluginParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnablePluginInProject | bool | Whether to enable the plugin in the current project config. | PluginUtils.h | |
| bSelectInContentBrowser | bool | Whether to select the plugin Content folder (if any) in the content browser. | PluginUtils.h | |
| bUpdateProjectPluginSearchPath | bool | Whether to update the project additional plugin directories (persistently saved in uproject file) if the plugin location is not under the engine or project plugin folder. | PluginUtils.h |