Skip to content

Class UBaseScholaEnvironment

Class UBaseScholaEnvironment

  • Defined in File EnvironmentInterface.h

Inheritance Relationships

Base Type

  • public UInterface

Derived Types

class UBaseScholaEnvironment : public UInterface

Source: Source/Schola/Training/Public/Environment/EnvironmentInterface.h

Dependencies: IScholaEnvironment

Base interface for all Schola Environments.

Use this to mark your environment class so it can be detected and managed by the training system. All environment interfaces must derive from IScholaEnvironment.

Subclassed by UMultiAgentScholaEnvironment, USingleAgentScholaEnvironment