Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UDataStreamManager
Description
Request that the dynamic data stream with the given name will be closed after handshake with remote peer. NOTE: This will not do anything for streams not marked as bDynamicCreate
| Name | CloseStream |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/DataStream/DataStreamManager.h |
| Include Path | #include "Iris/DataStream/DataStreamManager.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/DataStream/DataStreamManager.cpp |
void CloseStream
(
const FName StreamName
)
Parameters
| Name | Remarks |
|---|---|
| StreamName | The name of the data stream as configured in UDataStreamDefinitions. |