Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphNode
- SWidget::Tick()
- SGraphNode::Tick()
- SRigVMGraphNodeComment::Tick()
- SGraphNodeDocumentation::Tick()
- SGraphNodeComment::Tick()
- SRigVMGraphNodeComment::Tick()
- SGraphNodeTexture::Tick()
- SRigVMGraphNode::Tick()
- SAnimationGraphNode::Tick()
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
&40;
const FGeometry & AllottedGeometry,
const double InCurrentTime,
const float InDeltaTime
&41;
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 |