Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UBlueprintEditorSettings
Syntax
UPROPERTY (EditAnywhere, Config, Category=Workflow,
Meta=(EditCondition="bIncludeActionsForSelectedAssetsInContextMenu", DisplayName="Context Menu: Pre-Bound Actions: Always Load Selected Asset(s)"))
bool bLoadSelectedAssetsForContextMenuActionBinding
Remarks
When generating pre-bound "Add Component" actions, any selected assets that are not yet loaded will be synchronously loaded as part of building the Blueprint Graph context menu. Enabling this option will ensure that all pre-bound actions for all selected assets are included in the menu, but load times may also affect editor UI responsiveness while the context menu is building.