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 |
static float EstimateNodeHeight
&40;
UEdGraphNode &42; Node
&41;
Remarks
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 The estimated height of the specified node
Parameters
Name | Description |
---|---|
Node | The node to guess the height of |