Skip to content

UMRIDemoSubsystem::StartRecordingReplayFromBP

Class: UMRIDemoSubsystem

Blueprint-callable wrapper to begin recording a demo.

Syntax

void UMRIDemoSubsystem::StartRecordingReplayFromBP(FString ReplayName, FString FriendlyName)

Parameters

Parameter Type Description
ReplayName FString Internal filename for the new recording.
FriendlyName FString Human-readable name shown in UI.

Blueprint

Blueprint: Callable from Blueprints

Remarks

ReplayName Internal filename for the new recording. FriendlyName Human-readable name shown in UI. UFUNCTION