Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UPawnNoiseEmitterComponent
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 |
virtual void MakeNoise
&40;
AActor &42; NoiseMaker,
float Loudness,
const FVector & NoiseLocation
&41;
Remarks
Cache noises instigated by the owning pawn for AI sensing
Parameters
| Name | 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 |