FBlueprintGraphModule::GetExtendedActionMenuFilters

Provides access to a list of additional rejection tests that will be utilized when constructing Blueprint context/action menus.

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphModule.h

Include

#include "BlueprintGraphModule.h"

Syntax

TArray< FActionMenuRejectionTest > & GetExtendedActionMenuFilters()

Remarks

Provides access to a list of additional rejection tests that will be utilized when constructing Blueprint context/action menus. Helpful to game modules, so they can inject their own custom filtering (and hide options that may be undesired for their specific project).

These rejection tests will be ran after all the standard filter tests, and in the order that they are in this array.

Returns

An array of additional rejection tests for FBlueprintActionFilter.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss