Navigation
API > API/Plugins > API/Plugins/PluginUtils > API/Plugins/PluginUtils/FPluginUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetPluginContentFolder
(
const FString& PluginFilePath, |
Returns the plugin Content folder from its uplugin file path. | PluginUtils.h | |
static FString GetPluginContentFolder
(
const FString& PluginLocation, |
Returns the plugin Content folder. | PluginUtils.h |
GetPluginContentFolder(const FString &, bool)
Description
Returns the plugin Content folder from its uplugin file path.
| Name | GetPluginContentFolder |
| 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 FString GetPluginContentFolder
(
const FString & PluginFilePath,
bool bFullPath
)
Parameters
| Name | Remarks |
|---|---|
| PluginFilePath | Plugin descriptor file path |
GetPluginContentFolder(const FString &, const FString &, bool)
Description
Returns the plugin Content folder.
| Name | GetPluginContentFolder |
| 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 FString GetPluginContentFolder
(
const FString & PluginLocation,
const FString & PluginName,
bool bFullPath
)
Parameters
| Name | Remarks |
|---|---|
| PluginLocation | directory that contains the plugin folder |
| PluginName | name of the plugin |
| bFullPath | ensures a full path is returned |