Skip to content

FReplaySession

A named collection of replay frames with source metadata.

Attribute Value
Kind Struct
UE Macro USTRUCT

Properties

Public Properties

Property Type Description
Frames TArray<FMjReplayFrame> The replay frames for this session.
SourceFile FString Source file path (empty for live recording).

Frames

The replay frames for this session.

  • Type: TArray<FMjReplayFrame>
  • Editor: 👁 VisibleAnywhere
  • Blueprint: 🟢 ReadOnly

SourceFile

Source file path (empty for live recording).

  • Type: FString
  • Editor: 👁 VisibleAnywhere
  • Blueprint: 🟢 ReadOnly