UInteractiveTool::Tick

Non overrideable func which does processing and calls the tool's OnTick

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveTool.h

Include

#include "InteractiveTool.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/InteractiveTool.cpp

Syntax

virtual void Tick
(
    float DeltaTime
)

Remarks

Non overrideable func which does processing and calls the tool's OnTick

Parameters

Parameter

Description

DeltaTime

the time delta since last tick

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