SCommentBubble::SetCommentBubbleVisibility

Directly sets the bubble's visibility, without assuming it was from a user action (no undo transaction, or OnToggled callback)

Unreal Engine C++ API Reference > Editor > GraphEditor > SCommentBubble

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SCommentBubble.h
Include #include "SCommentBubble.h"
Source /Engine/Source/Editor/GraphEditor/Private/SCommentBubble.cpp
void SetCommentBubbleVisibility
(
    bool bVisible
)

Remarks

Directly sets the bubble's visibility, without assuming it was from a user action (no undo transaction, or OnToggled callback)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library