Navigation
API > API/Editor > API/Editor/BlueprintGraph
| Name | FActionFilterTest |
| Type | struct |
| Header File | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionFilter.h |
| Include Path | #include "BlueprintActionFilter.h" |
Syntax
struct FActionFilterTest : public TSharedFromThis< FActionFilterTest >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FActionFilterTest
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FActionFilterTest
(
const FRejectionDelegate Delegate, |
BlueprintActionFilter.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FRejectionDelegate | FBlueprintGraphModule::FActionMenuRejectionTest | The filter uses a series of rejection tests matching | BlueprintActionFilter.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CVarEnableCaching | TAutoConsoleVariable< bool > | BlueprintActionFilter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | EActionFilterTestFlags | BlueprintActionFilter.h | ||
| Name | FString | BlueprintActionFilter.h | ||
| RejectionDelegate | FRejectionDelegate | BlueprintActionFilter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Call
(
FBlueprintActionFilter const& Filter, |
BlueprintActionFilter.h | ||
TSharedRef< FActionFilterTest > WithFlags
(
EActionFilterTestFlags InFlags |
BlueprintActionFilter.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FActionFilterTest& other |
BlueprintActionFilter.h |