FBlueprintActionDatabase::RefreshAssetActions

Finds the database entry for the specified asset and wipes it, repopulating it with a fresh set of associated node-spawners.

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 RefreshAssetActions
(
    UObject *const AssetObject
)

Remarks

Finds the database entry for the specified asset and wipes it, repopulating it with a fresh set of associated node-spawners.

Parameters

Parameter

Description

AssetObject

The asset entry you want rebuilt.

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