Navigation
Unreal Engine C++ API Reference > Plugins > DatasmithDispatcher
References
Module | DatasmithDispatcher |
Header | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/DatasmithDispatcher/Public/DatasmithDispatcherNetworking.h |
Include | #include "DatasmithDispatcherNetworking.h" |
Syntax
namespace DatasmithDispatcher
{
enum SocketErrorCode
&123;
NoError = 0,
Error_Create,
Error_Bind,
Error_Listen,
UnableToReadOnSocket,
UnableToSendData,
CouldNotStartWSA,
UnableToGetLocalAddress,
ConnectionToServerFailed,
&125;
}
Values
Name | Description |
---|---|
NoError | |
Error_Create | |
Error_Bind | |
Error_Listen | |
UnableToReadOnSocket | |
UnableToSendData | |
CouldNotStartWSA | |
UnableToGetLocalAddress | |
ConnectionToServerFailed |
Remarks
Copyright Epic Games, Inc. All Rights Reserved.