UMRIPlayerAgentComponent::AcceptVisitor¶
Class: UMRIPlayerAgentComponent
Accepts a visitor and calls the player-typed Visit overload, so visitors record this entity as EEntityType::Player .
Syntax¶
Parameters¶
| Parameter | Type | Description |
|---|---|---|
Visitor |
IMRIAgentComponentVisitor & |
The visitor object that will read state from this component. |
Remarks¶
Visitor The visitor object that will read state from this component.