Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
Inheritance Hierarchy
- TSharedFromThis
- FNoncopyable
- FReplayPlaylistTracker
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/ReplayPlaylistTracker.h |
| Include | #include "Net/ReplayPlaylistTracker.h" |
Syntax
struct FReplayPlaylistTracker :
public TSharedFromThis< FReplayPlaylistTracker >,
public FNoncopyable
Remarks
Used with UGameInstance::PlayReplayPlaylist to manage playing a set of Replays in succession.
Constructors
No constructors are accessible with public or protected access.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArrayView< const FString > | Gets the last updated value of AdditionalOptions. | ||
| const int32 | Gets the index of the current replay in the playlist. | ||
| UGameInstance * | Gets the GameInstance used to start replays. | ||
| const int32 | Gets the number of replays in the playlist. | ||
| const TArrayView< const FString > | GetPlaylist () |
Gets the actual playlist. | |
| UWorld * | Gets the last updated value of WorldOverride. | ||
| const int32 | Whether or not we're currently on the last replay in a playlist. |
Typedefs
| Name | Description |
|---|---|
| ThisClass |