UEdGraphSchema_K2::EstimateNodeHeight

Calculates an estimated height for the specified node

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
(
    [UEdGraphNode](API\Runtime\Engine\EdGraph\UEdGraphNode) * Node
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library