IMRIAgentComponentVisitor::Visit¶
Class: IMRIAgentComponentVisitor
Reads relevant state information from the given agent component.
Syntax¶
Parameters¶
| Parameter | Type | Description |
|---|---|---|
| `` | const UMRIAgentComponent & |
Remarks¶
Called by UMRIAgentComponent::AcceptVisitor . Subclasses of UMRIAgentComponent should override AcceptVisitor to call typed Visit overloads so we record appropriate info agent The agent component whose state should be recorded.