UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FReplayPlaylistParams Struct Reference

#include <ReplayPlaylistTracker.h>

Public Attributes

TArray< FString > Playlist
 
FPreStartNextPlaylistReplay PreStartNextPlaylistReplayDelegate
 
FReplayPlaylistUpdatedOptions InitialOptions
 

Detailed Description

Set of parameters used with UGameInstance::PlayReplayPlatlist to control how the playlist is started.

Member Data Documentation

◆ InitialOptions

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.

◆ Playlist

TArray<FString> FReplayPlaylistParams::Playlist

Set of replays to use as the playlist.

◆ PreStartNextPlaylistReplayDelegate

FPreStartNextPlaylistReplay FReplayPlaylistParams::PreStartNextPlaylistReplayDelegate

Callback that can be used to update playback options after each individual replay has been played.


The documentation for this struct was generated from the following file: