Navigation
API > API/Plugins > API/Plugins/DataLink
Instance of a data link to be executed
| Name | FDataLinkInstance |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/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< FDataLinkInputData > | The initial input data to feed into the data link graph | DataLinkInstance.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FConstStructView > GetInputDataViews() |
Converts the Input Data into an array of Const Struct Views | DataLinkInstance.h |