Navigation
API > API/Plugins > API/Plugins/PluginUtils > API/Plugins/PluginUtils/FPluginUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool UnloadPluginsAssets
(
const TConstArrayView< TSharedRef< IPlugin > > Plugins, |
Unload assets from the specified plugins but does not unmount them | PluginUtils.h | |
static bool UnloadPluginsAssets
(
const TSet< FString >& PluginNames, |
Unload assets from the specified plugin but does not unmount them | PluginUtils.h | |
static bool UnloadPluginsAssets
(
const TConstArrayView< FString > PluginNames, |
Unload assets from the specified plugin but does not unmount them | PluginUtils.h |
UnloadPluginsAssets(const TConstArrayView< TSharedRef< IPlugin > >, FText *)
Warnings * Dirty assets that need to be saved will be unloaded anyway
Description
Unload assets from the specified plugins but does not unmount them
Dirty assets that need to be saved will be unloaded anyway
| Name | UnloadPluginsAssets |
| Type | function |
| Header File | /Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Public/PluginUtils.h |
| Include Path | #include "PluginUtils.h" |
| Source | /Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Private/PluginUtils.cpp |
static bool UnloadPluginsAssets
(
const TConstArrayView< TSharedRef < IPlugin > > Plugins,
FText * OutFailReason
)
Whether plugin assets were successfully unloaded
Parameters
| Name | Remarks |
|---|---|
| Plugin | Plugins to unload assets from |
| OutFailReason | Outputs the reason of the failure if any |
UnloadPluginsAssets(const TSet< FString > &, FText *)
Warnings * Dirty assets that need to be saved will be unloaded anyway
Description
Unload assets from the specified plugin but does not unmount them
Dirty assets that need to be saved will be unloaded anyway
| Name | UnloadPluginsAssets |
| Type | function |
| Header File | /Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Public/PluginUtils.h |
| Include Path | #include "PluginUtils.h" |
| Source | /Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Private/PluginUtils.cpp |
static bool UnloadPluginsAssets
(
const TSet< FString > & PluginNames,
FText * OutFailReason
)
Whether plugin assets were successfully unloaded
Parameters
| Name | Remarks |
|---|---|
| PluginNames | Names of the plugins to unload assets from |
| OutFailReason | Outputs the reason of the failure if any |
UnloadPluginsAssets(const TConstArrayView< FString >, FText *)
Warnings * Dirty assets that need to be saved will be unloaded anyway
Description
Unload assets from the specified plugin but does not unmount them
Dirty assets that need to be saved will be unloaded anyway
| Name | UnloadPluginsAssets |
| Type | function |
| Header File | /Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Public/PluginUtils.h |
| Include Path | #include "PluginUtils.h" |
| Source | /Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Private/PluginUtils.cpp |
static bool UnloadPluginsAssets
(
const TConstArrayView< FString > PluginNames,
FText * OutFailReason
)
Whether plugin assets were successfully unloaded
Parameters
| Name | Remarks |
|---|---|
| PluginNames | Names of the plugins to unload assets from |
| OutFailReason | Outputs the reason of the failure if any |