Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph
Inheritance Hierarchy
- FNodeTitleTextTable
- FNodeTextTable
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h |
| Include | #include "EdGraph/EdGraphNodeUtils.h" |
Syntax
struct FNodeTextTable : public FNodeTitleTextTable
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | |||
| bool | IsTooltipCached
(
const UEdGraphNode* InOwningNode |
Checks if there is text cached | |
| void | MarkDirty () |
||
| void | SetCachedTooltip
(
FText const& InText, |
Caches the tooltip |