UInteractiveToolActivity::Tick

If the activity is running, should be called from the tool's OnTick()

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

ModelingComponents

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/InteractiveToolActivity.h

Include

#include "InteractiveToolActivity.h"

Syntax

virtual void Tick
(
    float DeltaTime
)

Remarks

If the activity is running, should be called from the tool's OnTick()