UEdGraphSchema_K2::GetVariableTypeTree

Get the type tree for all of the property types valid for this schema

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "EdGraphSchema_K2.h"

Source

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

Syntax

void GetVariableTypeTree
(
    TArray< TSharedPtr< FPinTypeTreeInfo > > & TypeTree,
    ETypeTreeFilter TypeTreeFilter
) const

Remarks

Get the type tree for all of the property types valid for this schema

Parameters

Parameter

Description

TypeTree

The array that will contain the type tree hierarchy for this schema upon returning

TypeTreeFilter

ETypeTreeFilter flags that determine how the TypeTree is populated.

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