UInteractiveToolManager::RegisterToolType

Tool registration and Current Tool state Register a new ToolBuilder

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "InteractiveToolManager.h"

Source

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

Syntax

virtual void RegisterToolType
(
    const FString & Identifier,
    UInteractiveToolBuilder * Builder
)

Remarks

Tool registration and Current Tool state Register a new ToolBuilder

Parameters

Parameter

Description

Identifier

string used to identify this Builder

Builder

new ToolBuilder instance

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