Skip to content

UMRIDemoSubsystem::Initialize

Class: UMRIDemoSubsystem

Called by Unreal when the subsystem is created.

Syntax

void UMRIDemoSubsystem::Initialize(FSubsystemCollectionBase &Collection) override

Parameters

Parameter Type Description
Collection FSubsystemCollectionBase & The subsystem collection managing this subsystem.

Remarks

Loads MRISettings, determines the experiment type, and prepares the replay streamer. Note : Post-init, find the settings object and call ReadSettings to get the replay settings for this instance. Collection The subsystem collection managing this subsystem.