Navigation
API > API/Editor > API/Editor/GraphEditor > API/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
&40;
bool bIsSelected,
bool bUpdateNodesUnderComment
&41; 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 |