Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnSelectionUpdated
(
const TArray< TSharedPtr< class FSubobjectEditorTreeNode > >& SelectedNodes |
Delegate invoked when the selection is changed in the subobject editor widget | BlueprintEditor.h | |
virtual void OnSelectionUpdated
(
const TArray< TSharedPtr< class FSCSEditorTreeNode > >& SelectedNodes |
Delegate invoked when the selection is changed in the subobject editor widget | BlueprintEditor.h |
OnSelectionUpdated(const TArray< TSharedPtr< class FSubobjectEditorTreeNode > > &)
Description
Delegate invoked when the selection is changed in the subobject editor widget
| Name | OnSelectionUpdated |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
virtual void OnSelectionUpdated
(
const TArray< TSharedPtr< class FSubobjectEditorTreeNode > > & SelectedNodes
)
OnSelectionUpdated(const TArray< TSharedPtr< class FSCSEditorTreeNode > > &)
Description
Delegate invoked when the selection is changed in the subobject editor widget
| Name | OnSelectionUpdated |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
virtual void OnSelectionUpdated
(
const TArray< TSharedPtr< class FSCSEditorTreeNode > > & SelectedNodes
)