Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FBlueprintActionDatabase
Description
Finds the database entry for the specified unloaded asset and wipes it. The entry won't be rebuilt, unless RefreshAssetActions() is explicitly called after.
| Name | ClearUnloadedAssetActions |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabase.h |
| Include Path | #include "BlueprintActionDatabase.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabase.cpp |
void ClearUnloadedAssetActions
(
const FSoftObjectPath & ObjectPath
)
Parameters
| Name | Remarks |
|---|---|
| ObjectPath | Object's path to lookup into the database |