UUVLayoutTool::Tick

Allow the Tool to do any necessary processing on Tick

Windows
MacOS
Linux

Override Hierarchy

UInteractiveTool::Tick()

UUVLayoutTool::Tick()

References

Module

MeshModelingToolsEditorOnly

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/UVLayoutTool.h

Include

#include "UVLayoutTool.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Private/UVLayoutTool.cpp

Syntax

virtual void Tick
(
    float DeltaTime
)

Remarks

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