Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > FBlueprintActionContext
Syntax
TArray< UBlueprint * > Blueprints
Remarks
A list of all blueprints you want actions for. Generally, this will only contain a single blueprint, but it can have many (where an action has to be available for every blueprint listed to pass the filter).