Class UAbstractEnvironmentUtilityComponent
- class UAbstractEnvironmentUtilityComponent : public UActorComponent
-
An Abstract Base class for an ActorComponent that provides utility functions for an environment.
Subclassed by UBlueprintEnvironmentUtilityComponent
Public Functions
- inline virtual void OnEnvironmentStep(int AgentID, FTrainerState &State)
-
Callback for when an agent takes a step in the environment.
- Parameters:
-
-
AgentID – [in] The ID of the agent that took the step.
-
State – [in] The state of the agent after taking the step.
-
- inline virtual void OnAgentRegister(int AgentID)
-
Callback for when an agent is registered in the environment.
- Parameters:
-
AgentID – [in] The ID of the agent that was registered.