DirectLink::ECommunicationStatus

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss