Navigation
API > API/Developer > API/Developer/Horde
Enum identifying which end of the socket a particular machine is
| Name | EComputeSocketEndpoint |
| Type | enum |
| Header File | /Engine/Source/Developer/Horde/Public/Compute/ComputeSocket.h |
| Include Path | #include "Compute/ComputeSocket.h" |
Syntax
enum EComputeSocketEndpoint
{
Local,
Remote,
}
Values
| Name | Remarks |
|---|---|
| Local | The initiating machine. |
| Remote | The remote machine. |