Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > FBlueprintActionFilter
Syntax
TArray< TSubclassOf< UEdGraphNode > > RejectedNodeTypes
Remarks
A list of node types that should be filtered out. If a node class is listed both here and in PermittedNodeTypes, then the exclusion wins (it will be filtered out).