SGraphNodeAI::GetComplexTooltip

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

Unreal Engine C++ API Reference > Editor > AIGraph > SGraphNodeAI

References

   
Module AIGraph
Header /Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h
Include #include "SGraphNodeAI.h"
Source /Engine/Source/Editor/AIGraph/Private/SGraphNodeAI.cpp
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