![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ReplayPlaylistTracker.h>
Public Attributes | |
| TArray< FString > | Playlist |
| FPreStartNextPlaylistReplay | PreStartNextPlaylistReplayDelegate |
| FReplayPlaylistUpdatedOptions | InitialOptions |
Set of parameters used with UGameInstance::PlayReplayPlatlist to control how the playlist is started.
| FReplayPlaylistUpdatedOptions FReplayPlaylistParams::InitialOptions |
Set of options that will be used to play the very first replay. These can be updated via PreStartNextPlaylistReplayDelegate before each new replay begins (including before looping if "Demo.Loop" is enabled.
| TArray<FString> FReplayPlaylistParams::Playlist |
Set of replays to use as the playlist.
| FPreStartNextPlaylistReplay FReplayPlaylistParams::PreStartNextPlaylistReplayDelegate |
Callback that can be used to update playback options after each individual replay has been played.