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 ( [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FPinTypeTreeInfo](API\Editor\BlueprintGraph\UEdGraphSchema_K2\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. |