Skip to content

FScholaNNEModule

Module interface for the ScholaNNE plugin.

This class provides the entry point for the ScholaNNE module which integrates Unreal Engine’s Neural Network Engine (NNE) with the Schola reinforcement learning framework.

class FScholaNNEModule : public IModuleInterface

Methods

StartupModule

virtual void StartupModule() override

Called when the module is loaded.


ShutdownModule

virtual void ShutdownModule() override

Called when the module is unloaded.

Source: Source/ScholaNNE/Public/ScholaNNE.h