Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > FBlueprintActionDatabaseRegistrar
Syntax
UObject const * ActionKeyFilter
Remarks
When an asset is added/updated we want to poll nodes again for new/refreshed actions, but only for that specific asset. This serves as a filter in that scenario (to keep nodes from adding unrelated, probably duplicate, actions).