SGraphActionMenu::HandleSelection

Executes the selection delegate providing it has been bound, and the provided action node given is valid and is an action node

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SGraphActionMenu.h

Include

#include "SGraphActionMenu.h"

Source

/Engine/Source/Editor/GraphEditor/Private/SGraphActionMenu.cpp

Syntax

bool HandleSelection
(
    TSharedPtr< FGraphActionNode > & InSelectedItem,
    ESelectInfo::Type InSelectionType
)

Remarks

Executes the selection delegate providing it has been bound, and the provided action node given is valid and is an action node

Returns

true if item selection delegate was executed

Parameters

Parameter

Description

InselectedItem

The graph action node selected

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss