Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FBlueprintActionFilter
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionFilter.h |
Include | #include "BlueprintActionFilter.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionFilter.cpp |
bool IsFilteredByThis
&40;
FBlueprintActionInfo & BlueprintAction
&41; const
Remarks
Query to check and see if the specified action gets filtered out by this (does not take into consideration any and'd/or'd filters). False if the action passes the filter, otherwise true (the action got filtered out).
Parameters
Name | Description |
---|---|
BlueprintAction | The node-spawner you wish to test. |