Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UDataStream
Description
Initiate close of DataStream. Note: This only applies to DataStreams that are flagged with bDynamicCreate in the DataStreamDefinition
| Name | RequestClose |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/DataStream/DataStream.h |
| Include Path | #include "Iris/DataStream/DataStream.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/DataStream/DataStream.cpp |
void RequestClose()
Parameters
| Name | Remarks |
|---|---|
| Name | The name of the DataStream. Names of valid DataStream are configured in UDataStreamDefinitions. |
See Also
- UDataStreamDefinitions