Skip to content

Class FSource/Schola/InferenceUtils/Module

Class FSource/Schola/InferenceUtils/Module

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

Inheritance Relationships

Base Type

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

Source: Source/Schola/InferenceUtils/Public/Source/Schola/InferenceUtils/.h Module interface for the Source/Schola/InferenceUtils/ plugin.

Provides utilities for AI inference including various stepper implementations for managing agent-policy interactions.


Public Functions

SymbolDetails
StartupModuleCalled when the module is loaded and initialized.
ShutdownModuleCalled when the module is unloaded.

StartupModule

virtual void StartupModule() override

Called when the module is loaded and initialized.

Performs module initialization tasks.

Attributes: virtual

Source: Source/Schola/InferenceUtils/Public/Source/Schola/InferenceUtils/.h

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

ShutdownModule

virtual void ShutdownModule() override

Called when the module is unloaded.

Performs module cleanup tasks.

Attributes: virtual

Source: Source/Schola/InferenceUtils/Public/Source/Schola/InferenceUtils/.h

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