Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanCollapseSelectionToFunction () |
BlueprintEditor.h | ||
bool CanCollapseSelectionToFunction
(
TSet< class UEdGraphNode* >& InSelection |
Called when a selection of nodes is being collapsed into a function | BlueprintEditor.h |
CanCollapseSelectionToFunction()
| Name | CanCollapseSelectionToFunction |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp |
bool CanCollapseSelectionToFunction() const
CanCollapseSelectionToFunction(TSet< class UEdGraphNode * > &)
Description
Called when a selection of nodes is being collapsed into a function
| Name | CanCollapseSelectionToFunction |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp |
bool CanCollapseSelectionToFunction
(
TSet< class UEdGraphNode * > & InSelection
) const
Returns TRUE if the selection can be promoted to a function
Parameters
| Name | Remarks |
|---|---|
| InSelection | The selection to check |