FMRIExperimentModule¶
Primary module class for the MRI Experiment plugin.
Syntax¶
Remarks¶
Implements the IModuleInterface lifecycle callbacks so that Unreal Engine can load and unload the plugin at the appropriate times.
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. |