Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
Include |
#include "EdGraphSchema_K2.h" |
enum ETypeTreeFilter
{
None = 0x00,
AllowExec = 0x01,
AllowWildcard = 0x02,
IndexTypesOnly = 0x04,
RootTypesOnly = 0x08,
}
Name |
Description |
---|---|
None |
|
AllowExec |
|
AllowWildcard |
|
IndexTypesOnly |
|
RootTypesOnly |
Filter flags for GetVariableTypeTree