FBlueprintActionDatabase::ClearUnloadedAssetActions

Finds the database entry for the specified unloaded asset and wipes it.

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabase.h

Include

#include "BlueprintActionDatabase.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabase.cpp

Syntax

void ClearUnloadedAssetActions
(
    FName ObjectPath
)

Remarks

Finds the database entry for the specified unloaded asset and wipes it. The entry won't be rebuilt, unless RefreshAssetActions() is explicitly called after.

Parameters

Parameter

Description

ObjectPath

Object's path to lookup into the database

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss