Skip to content

UMRIDemoSubsystem::DemoRenderFrames

Class: UMRIDemoSubsystem

Plays back a demo and renders each frame to disk using a spectator controller.

Syntax

void UMRIDemoSubsystem::DemoRenderFrames(const FString &demoName, int fps)

Parameters

Parameter Type Description
demoName const FString & Internal filename of the demo to render.
fps int Frame rate at which to render the demo.

Blueprint

Blueprint: Callable from Blueprints

Remarks

Sets up the capture folder, FPS, and demo name, then calls PlayReplay. demoName Internal filename of the demo to render. fps Frame rate at which to render the demo. UFUNCTION