Skip to content

Class FSource/Schola/Interactors/Module

Class FSource/Schola/Interactors/Module

  • Defined in File Source/Schola/Interactors/.h

Inheritance Relationships

Base Type

  • public IModuleInterface
class FSource/Schola/Interactors/Module : public IModuleInterface

Source: Source/Schola/Interactors/Public/Source/Schola/Interactors/.h Module class for Source/Schola/Interactors/ plugin.

This module provides actuator and sensor interfaces and implementations for Schola-based reinforcement learning agents in Unreal Engine.


Public Functions

SymbolDetails
StartupModuleCalled when the module is loaded during engine startup.
ShutdownModuleCalled when the module is unloaded during engine shutdown.

StartupModule

virtual void StartupModule() override

Called when the module is loaded during engine startup.

Attributes: virtual

Source: Source/Schola/Interactors/Public/Source/Schola/Interactors/.h

Implementation: Source/Schola/Interactors/Private/Source/Schola/Interactors/.cpp

ShutdownModule

virtual void ShutdownModule() override

Called when the module is unloaded during engine shutdown.

Attributes: virtual

Source: Source/Schola/Interactors/Public/Source/Schola/Interactors/.h

Implementation: Source/Schola/Interactors/Private/Source/Schola/Interactors/.cpp