Skip to content

Class FSource/Schola/Imitation/Module

Class FSource/Schola/Imitation/Module

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

Inheritance Relationships

Base Type

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

Source: Source/Schola/Imitation/Public/Source/Schola/Imitation/.h Unreal Engine module for Schola Imitation Learning functionality.

This module provides the infrastructure for imitation learning in Schola, enabling environments to collect expert demonstrations and learn from them.


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/Imitation/Public/Source/Schola/Imitation/.h

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

ShutdownModule

virtual void ShutdownModule() override

Called when the module is unloaded during engine shutdown.

Attributes: virtual

Source: Source/Schola/Imitation/Public/Source/Schola/Imitation/.h

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