Skip to content

UMRIAgentComponent::EndPlay

Class: UMRIAgentComponent

Called when the actor is removed from the world.

Syntax

void UMRIAgentComponent::EndPlay(EEndPlayReason::Type EndPlayReason) override

Parameters

Parameter Type Description
EndPlayReason EEndPlayReason::Type Reason the actor's EndPlay was triggered.

Remarks

Clears bAgentComponentIsRegistered so the logging system stops tracking this agent. EndPlayReason Reason the actor's EndPlay was triggered.