Class UBlueprintEnvironmentUtilityComponent
- class UBlueprintEnvironmentUtilityComponent : public UAbstractEnvironmentUtilityComponent
-
A blueprint implementable version of the AbstractEnvironmentUtilityComponent.
Subclassed by UStatLoggerComponent
Public Functions
- 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.
-
- 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.