UDisplaceMeshTool::OnTick

Action support/system

Windows
MacOS
Linux

Override Hierarchy

UInteractiveTool::OnTick()

UDisplaceMeshTool::OnTick()

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/DisplaceMeshTool.h

Include

#include "DisplaceMeshTool.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Private/DisplaceMeshTool.cpp

Syntax

virtual void OnTick
(
    float DeltaTime
)

Remarks

Action support/system

Your Tool subclass can register a set of "Actions" it can execute by overloading RegisterActions(). Then external systems can use GetActionSet() to find out what Actions your Tool supports, and ExecuteAction() to run those actions. Allow the Tool to do any necessary processing on Tick

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