FBlueprintActionDatabase::ClearAssetActions

Finds the database entry for the specified object 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

bool ClearAssetActions
(
    UObject *const AssetObject
)

Remarks

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

Returns

True if an entry was found and removed.

Parameters

Parameter

Description

AssetObject

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