Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphNodeComment
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/SGraphNodeComment.h |
Include | #include "SGraphNodeComment.h" |
Source | /Engine/Source/Editor/GraphEditor/Private/SGraphNodeComment.cpp |
void HandleSelection ( bool bIsSelected, bool bUpdateNodesUnderComment ) const
Remarks
Helper method to update selection state of comment and any nodes 'contained' within it
Parameters
Name | 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 |