UPawnNoiseEmitterComponent::MakeNoise

Cache noises instigated by the owning pawn for AI sensing

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/PawnNoiseEmitterComponent.h

Include

#include "Components/PawnNoiseEmitterComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/PawnNoiseEmitterComponent.cpp

Syntax

virtual void MakeNoise
(
    AActor * NoiseMaker,
    float Loudness,
    const FVector & NoiseLocation
)

Remarks

Cache noises instigated by the owning pawn for AI sensing

Parameters

Parameter

Description

NoiseMaker

is the actual actor which made the noise

Loudness

is the relative loudness of the noise (0.0 to 1.0)

NoiseLocation

is the position of the noise

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