UInteractiveToolActivity::Setup

Should be called during a tool's [Setup()](API\Plugins\ModelingComponents\UInteractiveToolActivity\Setup).

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 Setup
(
    UInteractiveTool * ParentToolIn
)

Remarks

Should be called during a tool's Setup(). Does not start the activity.