UEdGraphSchema_K2::EstimateNodeHeight

Calculates an estimated height for the specified node

Windows
MacOS
Linux

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

Syntax

static float EstimateNodeHeight
(
    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

Returns

The estimated height of the specified node

Parameters

Parameter

Description

Node

The node to guess the height of

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss