Navigation
API > API/Plugins > API/Plugins/DataLink
| Name | FDataLinkInputDataViewer |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DataLink/Source/DataLink/Public/DataLinkInputDataViewer.h |
| Include Path | #include "DataLinkInputDataViewer.h" |
Syntax
class FDataLinkInputDataViewer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataLinkInputDataViewer
(
TConstArrayView< FDataLinkPin > InInputPins |
DataLinkInputDataViewer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataEntries | TArray< FDataLinkInputDataEntry > | DataLinkInputDataViewer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstStructView Find
(
FName InInputName |
DataLinkInputDataViewer.h | ||
const T & Get
(
FName InInputName |
DataLinkInputDataViewer.h | ||
TConstArrayView< FDataLinkInputDataEntry > GetDataEntries() |
DataLinkInputDataViewer.h | ||
int32 Num() |
DataLinkInputDataViewer.h | ||
FString ToDebugString() |
Converts the output data to a string for debugging purposes | DataLinkInputDataViewer.h |