Skip to content

FMRIExperimentModule

A plugin containing logic for running MRI experiments in Unreal Engine.

Syntax

class FMRIExperimentModule : public IModuleInterface

Remarks

Implements logic useful for MRI experiments, including: replication and information extraction / re-rendering basic TTL handling and skeleton for experiment logic Settings I/O

Many of the logic here are scaffolds for building experiments, and the user will need to subclass and implement many of the virtual functions, and also extend some enum definitions.

Interfaces Implemented

  • IModuleInterface

Methods

Method Signature Description Blueprint
ShutdownModule void FMRIExperimentModule::ShutdownModule() override Called before the module is unloaded during shutdown.
StartupModule void FMRIExperimentModule::StartupModule() override Called immediately after the module is loaded into memory.