Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNodeTextCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsOutOfDate
(
const UEdGraphNode* InOwningNode |
Checks if the title is out of date | EdGraph/EdGraphNodeUtils.h | |
bool IsOutOfDate
(
const UEdGraphSchema* InSchema |
Checks if the title is out of date | EdGraph/EdGraphNodeUtils.h |
IsOutOfDate(const UEdGraphNode *)
Description
Checks if the title is out of date
| Name | IsOutOfDate |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h |
| Include Path | #include "EdGraph/EdGraphNodeUtils.h" |
bool IsOutOfDate
(
const UEdGraphNode * InOwningNode
) const
Parameters
| Name | Remarks |
|---|---|
| InOwningNode | Node that owns this title |
IsOutOfDate(const UEdGraphSchema *)
Description
Checks if the title is out of date
| Name | IsOutOfDate |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h |
| Include Path | #include "EdGraph/EdGraphNodeUtils.h" |
bool IsOutOfDate
(
const UEdGraphSchema * InSchema
) const
Parameters
| Name | Remarks |
|---|---|
| InSchema | Schema to use for checking if externally made out of date |