ERecvMultiFlags

Flags for specifying how an [FRecvMulti](API\Runtime\Sockets\FRecvMulti) instance should be initialized

Windows
MacOS
Linux

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/SocketTypes.h

Include

#include "SocketTypes.h"

Syntax

enum ERecvMultiFlags
{
    None                  = 0x00000000,
    RetrieveTimestamps    = 0x00000001,
}

Values

Name

Description

None

RetrieveTimestamps

Remarks

Flags for specifying how an FRecvMulti instance should be initialized

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