Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UDataStream
| Name | EWriteResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/DataStream/DataStream.h |
| Include Path | #include "Iris/DataStream/DataStream.h" |
Syntax
enum EWriteResult
{
NoData,
Ok,
HasMoreData,
}
Values
| Name | Remarks |
|---|---|
| NoData | If NoData is returned then ReadData will not be called on the receiving end. |
| Ok | Everything was sent or this stream don't want to send more this frame even if there's more bandwidth. |
| HasMoreData | We have more data to write and can continue to write more if we get another call to write. |