Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > FBlueprintActionContext
Syntax
TArray< UEdGraph * > Graphs
Remarks
A list of graphs you want compatible actions for. Generally, this will contain a single graph, but it can have several (where an action has to be viable for every graph to pass the filter).