Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UEdGraphSchema_K2
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 |
void GetVariableTypeTree
&40;
TArray< TSharedPtr< FPinTypeTreeInfo > > & TypeTree,
ETypeTreeFilter TypeTreeFilter
&41; const
Remarks
Get the type tree for all of the property types valid for this schema
Parameters
Name | 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. |