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