Navigation
API > API/Runtime > API/Runtime/HttpNetworkReplayStreaming > API/Runtime/HttpNetworkReplayStreaming/FHttpNetworkReplayStreamer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void KeepReplay
(
const FString& ReplayName, |
HttpNetworkReplayStreaming.h | ||
virtual void KeepReplay
(
const FString& ReplayName, |
HttpNetworkReplayStreaming.h |
KeepReplay(const FString &, const bool, const FKeepReplayCallback &)
| Name | KeepReplay |
| Type | function |
| Header File | /Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Public/HttpNetworkReplayStreaming.h |
| Include Path | #include "HttpNetworkReplayStreaming.h" |
| Source | /Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Private/HttpNetworkReplayStreaming.cpp |
virtual void KeepReplay
(
const FString & ReplayName,
const bool bKeep,
const FKeepReplayCallback & Delegate
)
KeepReplay(const FString &, const bool, const int32, const FKeepReplayCallback &)
| Name | KeepReplay |
| Type | function |
| Header File | /Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Public/HttpNetworkReplayStreaming.h |
| Include Path | #include "HttpNetworkReplayStreaming.h" |
| Source | /Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Private/HttpNetworkReplayStreaming.cpp |
virtual void KeepReplay
(
const FString & ReplayName,
const bool bKeep,
const int32 UserIndex,
const FKeepReplayCallback & Delegate
)