Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPluginBlueprintLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PluginBlueprintLibrary.h |
| Include | #include "PluginBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PluginBlueprintLibrary.cpp |
static bool GetPluginNameForObjectPath
&40;
const FSoftObjectPath & ObjectPath,
FString & OutPluginName
&41;
Remarks
Get the name of the plugin containing an object. true if the object is contained within a plugin and the plugin name was stored in OutPluginName, or false otherwise
Parameters
| Name | Description |
|---|---|
| ObjectPath | Path to the object |
| OutPluginName | Name of the plugin containing the object, if found |