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

#include <ReplayPlaylistTracker.h>

+ Inheritance diagram for FReplayPlaylistTracker:

Public Member Functions

 ~FReplayPlaylistTracker ()
 
const int32 IsOnLastReplay () const
 
const int32 GetNumReplays () const
 
const int32 GetCurrentReplay () const
 
const TArrayView< const FString > GetPlaylist () const
 
const TArrayView< const FString > GetAdditionalOptions () const
 
class UWorldGetWorldOverride () const
 
class UGameInstanceGetGameInstance () const
 
- Public Member Functions inherited from TSharedFromThis< FReplayPlaylistTracker >
TSharedRef< FReplayPlaylistTracker, Mode > AsShared ()
 
TSharedRef< FReplayPlaylistTracker const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< FReplayPlaylistTracker, Mode > AsWeak ()
 
TWeakPtr< FReplayPlaylistTracker const, Mode > AsWeak () const
 
TWeakPtr< SubobjectType, Mode > AsWeakSubobject (SubobjectType *SubobjectPtr) const
 
void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const
 
void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const
 
UE_FORCEINLINE_HINT bool DoesSharedInstanceExist () const
 

Friends

class FGameInstanceReplayPlaylistHelper
 
class FDemoNetDriverReplayPlaylistHelper
 

Additional Inherited Members

- Protected Member Functions inherited from TSharedFromThis< FReplayPlaylistTracker >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Protected Member Functions inherited from FNoncopyable
 FNoncopyable ()
 
 ~FNoncopyable ()
 
- Static Protected Member Functions inherited from TSharedFromThis< FReplayPlaylistTracker >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Detailed Description

Used with UGameInstance::PlayReplayPlaylist to manage playing a set of Replays in succession.

Constructor & Destructor Documentation

◆ ~FReplayPlaylistTracker()

FReplayPlaylistTracker::~FReplayPlaylistTracker ( )
inline

Member Function Documentation

◆ GetAdditionalOptions()

const TArrayView< const FString > FReplayPlaylistTracker::GetAdditionalOptions ( ) const
inline

Gets the last updated value of AdditionalOptions.

◆ GetCurrentReplay()

const int32 FReplayPlaylistTracker::GetCurrentReplay ( ) const
inline

Gets the index of the current replay in the playlist.

◆ GetGameInstance()

class UGameInstance * FReplayPlaylistTracker::GetGameInstance ( ) const
inline

Gets the GameInstance used to start replays.

◆ GetNumReplays()

const int32 FReplayPlaylistTracker::GetNumReplays ( ) const
inline

Gets the number of replays in the playlist.

◆ GetPlaylist()

const TArrayView< const FString > FReplayPlaylistTracker::GetPlaylist ( ) const
inline

Gets the actual playlist.

◆ GetWorldOverride()

class UWorld * FReplayPlaylistTracker::GetWorldOverride ( ) const
inline

Gets the last updated value of WorldOverride.

◆ IsOnLastReplay()

const int32 FReplayPlaylistTracker::IsOnLastReplay ( ) const
inline

Whether or not we're currently on the last replay in a playlist.

Friends And Related Symbol Documentation

◆ FDemoNetDriverReplayPlaylistHelper

◆ FGameInstanceReplayPlaylistHelper


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