Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/ReplayPlaylistTracker.h |
| Include | #include "Net/ReplayPlaylistTracker.h" |
Syntax
struct FReplayPlaylistParams
Remarks
Set of parameters used with UGameInstance::PlayReplayPlatlist to control how the playlist is started.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FReplayPlaylistUpdatedOptions | InitialOptions | Set of options that will be used to play the very first replay. | |
| TArray< FString > | Playlist | Set of replays to use as the playlist. | |
| FPreStartNextPlaylistReplay | PreStartNextPlaylistReplayDelegate | Callback that can be used to update playback options after each individual replay has been played. |