Navigation
API > API/Runtime > API/Runtime/DirectLink
Used by data source and destination to describe how they are discovered by remote endpoints
| Name | DirectLink::EVisibility |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkCommon.h |
| Include Path | #include "DirectLinkCommon.h" |
Syntax
namespace DirectLink
{
enum EVisibility
{
Public,
Private,
}
}
Values
| Name | Remarks |
|---|---|
| Public | |
| Private |