Navigation
API > API/Runtime > API/Runtime/DirectLink
References
| Module | DirectLink |
| Header | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkEndpoint.h |
| Include | #include "DirectLinkEndpoint.h" |
Syntax
namespace DirectLink
{
enum ECommunicationStatus
{
NoIssue = 0,
ModuleNotLoaded_Messaging = 1<<0,
ModuleNotLoaded_UdpMessaging = 1<<1,
ModuleNotLoaded_Networking = 1<<2,
}
}
Values
| Name | Description |
|---|---|
| NoIssue | |
| ModuleNotLoaded_Messaging | |
| ModuleNotLoaded_UdpMessaging | |
| ModuleNotLoaded_Networking |