Navigation
API > API/Runtime > API/Runtime/IrisCore
Enum used to control whether a DataStream is allowed to write data or not. As the DataStreamManager needs to know this the behavior is controlled there.
| Name | EDataStreamSendStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/DataStream/DataStream.h |
| Include Path | #include "Iris/DataStream/DataStream.h" |
Syntax
enum EDataStreamSendStatus
{
Pause = 0,
Send,
}
Values
| Name | Remarks |
|---|---|
| Pause | |
| Send |