Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > FBlueprintActionContext
Syntax
TArray< FFieldVariant > SelectedObjects
Remarks
A list of objects the user currently has selected (things like blueprint properties, level actors, content-browser assets, etc.). Bound actions have to be tied to one of these objects in order to pass the filter.