ETypeTreeFilter

Filter flags for GetVariableTypeTree

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

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