Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/FEditorDragToolBehaviorTarget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Render
(
FCanvas* Canvas |
Rendering stub for 2D viewport drag tools. | EditorDragTools/EditorDragToolBehaviorTarget.h | |
virtual void Render
(
const FSceneView* InView, |
EditorDragTools/EditorDragToolBehaviorTarget.h |
Render(FCanvas *)
Description
Rendering stub for 2D viewport drag tools.
| Name | Render |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorDragTools/EditorDragToolBehaviorTarget.h |
| Include Path | #include "EditorDragTools/EditorDragToolBehaviorTarget.h" |
virtual void Render
(
FCanvas * Canvas
)
Render(const FSceneView , FCanvas , EViewInteractionState)
| Name | Render |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorDragTools/EditorDragToolBehaviorTarget.h |
| Include Path | #include "EditorDragTools/EditorDragToolBehaviorTarget.h" |
virtual void Render
(
const FSceneView * InView,
FCanvas * InCanvas,
EViewInteractionState InInteractionState
)