FTargetClassFilterData

A list of classes that you want members for.

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "BlueprintActionFilter.h"

Syntax

struct FTargetClassFilterData

Remarks

A list of classes that you want members for. If an action would produce a node with a TargetPin, and that pin is incompatible with one of these classes, then the action is filtered out. Extra data is cached in FTargetClassFilterData so that it can be reused by filters efficiently.

Variables

Name Description

Public variable

TArray< FString...

 

HiddenCategories

Public variable

UClass *

 

TargetClass

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