UPawnSensingComponent::BroadcastOnHearRemoteNoise

Broadcasts notification that our sensor hears a noise made remotely from a Pawn's position, using the OnHearNoise delegates.

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "Perception/PawnSensingComponent.h"

Source

/Engine/Source/Runtime/AIModule/Private/Perception/PawnSensingComponent.cpp

Syntax

virtual void BroadcastOnHearRemoteNoise
(
    APawn & Instigator,
    const FVector & Location,
    float Volume
)

Remarks

Broadcasts notification that our sensor hears a noise made remotely from a Pawn's position, using the OnHearNoise delegates.

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