Navigation
API > API/Runtime > API/Runtime/DirectLink > API/Runtime/DirectLink/FEndpoint
| |
|
| Name |
EOpenStreamResult |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkEndpoint.h |
| Include Path |
#include "DirectLinkEndpoint.h" |
Syntax
enum EOpenStreamResult
{
Opened,
AlreadyOpened,
SourceAndDestinationNotFound,
RemoteEndpointNotFound,
Unsuppported,
CannotConnectToPrivate,
}
Values
| Name |
Remarks |
| Opened |
|
| AlreadyOpened |
|
| SourceAndDestinationNotFound |
|
| RemoteEndpointNotFound |
|
| Unsuppported |
|
| CannotConnectToPrivate |
|