Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UDragToolsBehaviorSource
Description
Creates and stores the drag tools. Instantiates the BehaviorSet hosting all behaviors required by drag tools.
| Name | Initialize |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorDragTools/DragToolsBehaviourSource.h |
| Include Path | #include "EditorDragTools/DragToolsBehaviourSource.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorDragTools/DragToolsBehaviourSource.cpp |
void Initialize
(
const UEditorInteractiveToolsContext * InInteractiveToolsContext
)
Parameters
| Name | Remarks |
|---|---|
| InInteractiveToolsContext | used to retrieve the viewport client used by drag tools. Can be gathered e.g. from UEdMode::GetInteractiveToolsContext. |