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 |
FBlueprintActionFilter const & operator&&61;
&40;
FBlueprintActionFilter const & Rhs
&41;
Remarks
Appends another filter to be utilized in IsFiltered() queries, extending the query to be: IsFilteredByThis() && Rhs.IsFiltered()
NOTE: Appending additional filters can hinder performance (as the additional filter has to loop over its tests foreach database entry) This.
Parameters
Name | Description |
---|---|
Rhs | The filter to append to this one. |