Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/IPluginManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanEnablePluginInCurrentTarget
(
const FStringView Name |
Returns true when the given plugin can be enabled for the current running exe. | Interfaces/IPluginManager.h | |
bool CanEnablePluginInCurrentTarget
(
const ANSICHAR* Name |
Interfaces/IPluginManager.h |
CanEnablePluginInCurrentTarget(const FStringView)
Description
Returns true when the given plugin can be enabled for the current running exe.
| Name | CanEnablePluginInCurrentTarget |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include Path | #include "Interfaces/IPluginManager.h" |
bool CanEnablePluginInCurrentTarget
(
const FStringView Name
)
CanEnablePluginInCurrentTarget(const ANSICHAR *)
| Name | CanEnablePluginInCurrentTarget |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include Path | #include "Interfaces/IPluginManager.h" |
bool CanEnablePluginInCurrentTarget
(
const ANSICHAR * Name
)