UAISense_Blueprint::OnListenerUnregistered

Called when a listener unregistered from this sense. Most often this is called due to actor's death

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Perception/AISense_Blueprint.h

Include

#include "Perception/AISense_Blueprint.h"

Syntax

void OnListenerUnregistered
(
    AActor * ActorListener,
    UAIPerceptionComponent * PerceptionComponent
)

Remarks

Called when a listener unregistered from this sense. Most often this is called due to actor's death

Parameters

Parameter

Description

PerceptionComponent

is ActorListener's AIPerceptionComponent instance

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss