SNodeTitle::Tick

Ticks this widget with Geometry.

Unreal Engine C++ API Reference > Editor > GraphEditor > SNodeTitle

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SGraphNode.h
Include #include "SGraphNode.h"
Source /Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp
virtual void Tick
(
    const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry,
    const double InCurrentTime,
    const float InDeltaTime
)

Remarks

Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation.

Parameters

Name Description
AllottedGeometry The space allotted for this widget
InCurrentTime Current absolute real time
InDeltaTime Real time passed since last tick

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library