unreal.LearningAgentsReplayListEntry

class unreal.LearningAgentsReplayListEntry(outer: Object | None = None, name: Name | str = 'None')

Bases: Object

An available replay for display in the UI

C++ Source:

  • Plugin: LearningAgents

  • Module: LearningAgentsReplay

  • File: LearningAgentsReplaySubsystem.h

get_duration() Timespan

The duration of the stream in MS

Return type:

Timespan

get_friendly_name() str

The UI friendly name of the stream

Return type:

str

get_is_live() bool

True if the stream is live and the game hasn’t completed yet

Return type:

bool

get_num_viewers() int32

Number of viewers viewing this stream

Return type:

int32

get_timestamp() DateTime

The date and time the stream was recorded

Return type:

DateTime