Navigation
API > API/Plugins > API/Plugins/DataLink
Instance of a data link to be executed
| Name | FDataLinkInstance |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/DataLink/Source/DataLink/Public/DataLinkInstance.h |
| Include Path | #include "DataLinkInstance.h" |
Syntax
USTRUCT (BlueprintType )
struct FDataLinkInstance
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataLinkGraph | TObjectPtr< UDataLinkGraph > | The data link graph to execute | DataLinkInstance.h |
|
| InputData | TArray< FInstancedStruct > | The initial input data to feed into the data link graph | DataLinkInstance.h |
|