FReceiveThreadRunnable

Runnable object representing the receive thread, if enabled.

Windows
MacOS
Linux

Inheritance Hierarchy

FRunnable

UIpNetDriver::FReceiveThreadRunnable

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/IpNetDriver.h

Include

#include "IpNetDriver.h"

Syntax

class FReceiveThreadRunnable : public FRunnable

Remarks

Runnable object representing the receive thread, if enabled.

Variables

Name Description

Public variable

TAtomic< bool >

 

bIsRunning

Running flag. The Run() function will return shortly after setting this to false.

Public variable

TCircularQueue<...

 

ReceiveQueue

Thread-safe queue of received packets.

Constructors

Name Description

Public function

FReceiveThreadRunnable

(
    UIpNetDriver* InOwningNetDrive...
)

Functions

Name Description

Public function Virtual

uint32

 

Run()

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