Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
Description
Calculates an estimated height for the specified node
Attempts to best-guess the height of the node. This is necessary because we don't know the actual size of the node until the next Slate tick
| Name | EstimateNodeHeight |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include Path | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
static float EstimateNodeHeight
(
UEdGraphNode * Node
)
The estimated height of the specified node
Parameters
| Name | Remarks |
|---|---|
| Node | The node to guess the height of |