Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FNodeTextTable |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h |
| Include Path | #include "EdGraph/EdGraphNodeUtils.h" |
Syntax
struct FNodeTextTable : public FNodeTitleTextTable
Inheritance Hierarchy
- FNodeTitleTextTable → FNodeTextTable
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedTooltip | FNodeTextCache | EdGraph/EdGraphNodeUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetCachedTooltip() |
EdGraph/EdGraphNodeUtils.h | ||
bool IsTooltipCached
(
const UEdGraphNode* InOwningNode |
Checks if there is text cached | EdGraph/EdGraphNodeUtils.h | |
void MarkDirty() |
EdGraph/EdGraphNodeUtils.h | ||
void SetCachedTooltip
(
FText const& InText, |
Caches the tooltip | EdGraph/EdGraphNodeUtils.h |