Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/Interfaces > API/Runtime/Projects/Interfaces/IPluginManager
References
| Module | Projects |
| Header | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include | #include "Interfaces/IPluginManager.h" |
void GetExplanationForUnavailablePackage
(
const FName & UnavailablePackageName,
FStringBuilderBase & InOutExplanation
)
Remarks
Attempts to fill out InOutExplanation with information from various sources (registered via GetExplanationForUnavailablePackageWithPluginInfoDelegate) about why UnavailablePackageName is not available
Parameters
| Name | Description |
|---|---|
| UnavailablePackageName | the name of the package about which to get information |
| InOutExplanation | a stringbuilder to which to append explanatory information |