ETypeTreeFilter

Filter flags for GetVariableTypeTree

Choose your operating system:

Windows

macOS

Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h

Include

#include "EdGraphSchema_K2.h"

Syntax

enum ETypeTreeFilter
{
    None              = 0x00,
    AllowExec         = 0x01,
    AllowWildcard     = 0x02,
    IndexTypesOnly    = 0x04,
    RootTypesOnly     = 0x08,
}

Values

Name

Description

None

AllowExec

AllowWildcard

IndexTypesOnly

RootTypesOnly

Remarks

Filter flags for GetVariableTypeTree