Navigation
API > API/Runtime > API/Runtime/NetworkReplayStreaming > API/Runtime/NetworkReplayStreaming/INetworkReplayStreamer
- INetworkReplayStreamer::AddUserToReplay()
- FNullNetworkReplayStreamer::AddUserToReplay()
- FHttpNetworkReplayStreamer::AddUserToReplay()
- FLocalFileNetworkReplayStreamer::AddUserToReplay()
References
| Module | NetworkReplayStreaming |
| Header | /Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h |
| Include | #include "NetworkReplayStreaming.h" |
void AddUserToReplay
&40;
const FString & UserString
&41;
Remarks
Adds a join-in-progress user to the set of users associated with the currently recording replay (if any)
Parameters
| Name | Description |
|---|---|
| UserString | a string that uniquely identifies the user, usually their FUniqueNetId |