Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FBlueprintActionFilter
Syntax
TArray< TSubclassOf< UEdGraphNode > > PermittedNodeTypes
Remarks
A list of allowed node types. If a spawner's NodeClass isn't one of these types, then it is filtered out. Use the "RejectPermittedNodeSubClasses" flag to aggressively filter out child classes as well (enforcing an explicit match).