Class ADynamicScholaEnvironment
- class ADynamicScholaEnvironment : public AAbstractScholaEnvironment
-
Subclassed by ABlueprintDynamicScholaEnvironment
Public Functions
- virtual void InternalRegisterAgents(TArray<FTrainerAgentPair> &OutAgentTrainerPairs)
-
Register a list of agents with the environment, from a list of pawns with associated agents.
Called after the environment is initialized.
- Parameters:
-
OutAgentTrainerPairs – [out] An array of Trainers and their controlled Pawns, representing all agents in the environment.
- inline virtual void RegisterAgents(TArray<FDynamicAgentStruct> &OutAgentSpawnStructs)