Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/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
(
TArray< TSharedPtr< FPinTypeTreeInfo > > & TypeTree,
ETypeTreeFilter TypeTreeFilter
) 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. |