Navigation
API > API/Runtime > API/Runtime/NetworkReplayStreaming > API/Runtime/NetworkReplayStreaming/INetworkReplayStreamer
References
| Module | NetworkReplayStreaming |
| Header | /Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h |
| Include | #include "NetworkReplayStreaming.h" |
void AddUserToReplay
(
const FString & UserString
)
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 |