DatasmithDispatcher::SocketErrorCode

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

DatasmithDispatcher

Header

/Engine/Plugins/Enterprise/DatasmithCADImporter/Source/DatasmithDispatcher/Public/DatasmithDispatcherNetworking.h

Include

#include "DatasmithDispatcherNetworking.h"

Syntax

namespace DatasmithDispatcher
{
    enum SocketErrorCode
    {
        NoError                     = 0,
        Error_Create,
        Error_Bind,
        Error_Listen,
        UnableToReadOnSocket,
        UnableToSendData,
        CouldNotStartWSA,
        UnableToGetLocalAddress,
        ConnectionToServerFailed,
    }
}

Values

Name

Description

NoError

Error_Create

Error_Bind

Error_Listen

UnableToReadOnSocket

UnableToSendData

CouldNotStartWSA

UnableToGetLocalAddress

ConnectionToServerFailed

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

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