Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnComponentDoubleClicked
(
TSharedPtr< class FSubobjectEditorTreeNode > Node |
Delegate invoked when an item is double clicked in the subobject editor widget | BlueprintEditor.h | |
virtual void OnComponentDoubleClicked
(
TSharedPtr< class FSCSEditorTreeNode > Node |
Delegate invoked when an item is double clicked in the subobject editor widget | BlueprintEditor.h |
OnComponentDoubleClicked(TSharedPtr< class FSubobjectEditorTreeNode >)
Description
Delegate invoked when an item is double clicked in the subobject editor widget
| Name | OnComponentDoubleClicked |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
virtual void OnComponentDoubleClicked
(
TSharedPtr< class FSubobjectEditorTreeNode > Node
)
OnComponentDoubleClicked(TSharedPtr< class FSCSEditorTreeNode >)
Description
Delegate invoked when an item is double clicked in the subobject editor widget
| Name | OnComponentDoubleClicked |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
virtual void OnComponentDoubleClicked
(
TSharedPtr< class FSCSEditorTreeNode > Node
)