Navigation
Unreal Engine C++ API Reference > Plugins > PluginUtils > FPluginUtils
References
Module | PluginUtils |
Header | /Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Public/PluginUtils.h |
Include | #include "PluginUtils.h" |
Source | /Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Private/PluginUtils.cpp |
static FString GetPluginContentFolder
&40;
const FString & PluginLocation,
const FString & PluginName,
bool bFullPath
&41;
Remarks
Returns the plugin Content folder.
Parameters
Name | Description |
---|---|
PluginLocation | directory that contains the plugin folder |
PluginName | name of the plugin |
bFullPath | ensures a full path is returned |