SGraphNode::GetComplexTooltip

Override this to provide support for an 'expensive' tooltip widget that is only built on demand

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

  • SGraphNode::GetComplexTooltip()

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SGraphNode.h
Include #include "SGraphNode.h"
virtual [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SToolTip](API\Runtime\Slate\Widgets\SToolTip) > GetComplexTooltip()  

Remarks

Override this to provide support for an 'expensive' tooltip widget that is only built on demand


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library