Skip to content

UMRISettingsSubsystem::Initialize

Class: UMRISettingsSubsystem

Called by Unreal when the subsystem is created.

Syntax

void UMRISettingsSubsystem::Initialize(FSubsystemCollectionBase &Collection) override

Parameters

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

Remarks

Creates the UMRISettings object, loads it from file, and logs the loaded values. Collection The subsystem collection managing this subsystem.