SGraphNodeComment::HandleSelection

Helper method to update selection state of comment and any nodes 'contained' within it

Windows
MacOS
Linux

References

Module

GraphEditor

Header

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

Include

#include "SGraphNodeComment.h"

Source

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

Syntax

void HandleSelection
(
    bool bIsSelected,
    bool bUpdateNodesUnderComment
) const

Remarks

Helper method to update selection state of comment and any nodes 'contained' within it

Parameters

Parameter

Description

bSelected

If true comment is being selected, false otherwise

bUpdateNodesUnderComment

If true then force the rebuild of the list of nodes under the comment

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