Skip to content

UMRIPlayerAgentComponent::AcceptVisitor

Class: UMRIPlayerAgentComponent

Accepts a visitor and calls the player-typed Visit overload, so visitors record this entity as EEntityType::Player .

Syntax

void UMRIPlayerAgentComponent::AcceptVisitor(IMRIAgentComponentVisitor &Visitor) const override

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.