Navigation
API > API/Runtime > API/Runtime/DirectLink
| Name | FCommunicationStatus |
| Type | struct |
| Header File | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkCommon.h |
| Include Path | #include "DirectLinkCommon.h" |
Syntax
struct FCommunicationStatus
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsReceiving | bool | DirectLinkCommon.h | ||
| bIsSending | bool | DirectLinkCommon.h | ||
| TaskCompleted | int32 | DirectLinkCommon.h | ||
| TaskTotal | int32 | DirectLinkCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetProgress() |
DirectLinkCommon.h | ||
bool IsProgressKnown() |
DirectLinkCommon.h | ||
bool IsTransmitting() |
DirectLinkCommon.h |