UMRIAgentComponent::AcceptVisitor¶
Class: UMRIAgentComponent
Accepts a visitor and calls the visitor's Visit method with this component.
Syntax¶
Parameters¶
| Parameter | Type | Description |
|---|---|---|
Visitor |
IMRIAgentComponentVisitor & |
The visitor object that will read state from this component. |
Remarks¶
Override in subclasses to call the appropriate typed Visit overload so that visitors can distinguish between different agent component types. Visitor The visitor object that will read state from this component.