Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FBlueprintActionFilter
Description
Query to check and see if the specified action gets filtered out by this (and any and'd/or'd filters). NOT marked const to keep FIsFilteredDelegates from recursively calling.
| Name | IsFiltered |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionFilter.h |
| Include Path | #include "BlueprintActionFilter.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionFilter.cpp |
bool IsFiltered
(
FBlueprintActionInfo & BlueprintAction
)
False if the action passes the filter, otherwise false (the action got filtered out).
Parameters
| Name | Remarks |
|---|---|
| BlueprintAction | The node-spawner you wish to test. |