FInteractiveToolStack::AddTool

Add the tool to our internal tool array

Unreal Engine C++ API Reference > Editor > EditorInteractiveToolsFramework > FInteractiveToolStack

References

   
Module EditorInteractiveToolsFramework
Header /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/InteractiveToolStack.h
Include #include "InteractiveToolStack.h"
Source /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/InteractiveToolStack.cpp
int32 AddTool
(
    const [FString](API\Runtime\Core\Containers\FString) & InToolName,
    const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FUICommandInfo](API\Runtime\Slate\Framework\Commands\FUICommandInfo) > & InUICommand
)

Remarks

Add the tool to our internal tool array


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library