Navigation
API > API/Plugins > API/Plugins/DataLink
Metadata of a Node for Editor-side representation.
| Name | FDataLinkNodeMetadata |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/DataLink/Source/DataLink/Public/DataLinkNodeMetadata.h |
| Include Path | #include "DataLinkNodeMetadata.h" |
Syntax
struct FDataLinkNodeMetadata
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | FText | Display name of the Node | DataLinkNodeMetadata.h | |
| TooltipText | FText | Description for the node. Used for the Tooltip text of nodes | DataLinkNodeMetadata.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FText & GetDisplayName() |
DataLinkNodeMetadata.h | ||
const FText & GetTooltipText() |
DataLinkNodeMetadata.h | ||
FDataLinkNodeMetadata & SetDisplayName
(
const FText& InDisplayName |
DataLinkNodeMetadata.h | ||
FDataLinkNodeMetadata & SetTooltipText
(
const FText& InDescription |
DataLinkNodeMetadata.h |