FBlueprintActionFilter::AddRejectionTest

Users can extend the filter and add their own rejection tests with this method.

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionFilter.h

Include

#include "BlueprintActionFilter.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionFilter.cpp

Syntax

void AddRejectionTest
(
    FRejectionTestDelegate RejectionTestDelegate
)

Remarks

Users can extend the filter and add their own rejection tests with this method. We use rejection "IsFiltered" tests rather than inclusive tests because it is more optimal to whittle down the list of actions early.

Parameters

Parameter

Description

RejectionTestDelegate

The rejection test you wish to add to this filter.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss