Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Perception
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/Perception/AISense_Hearing.h |
| Include | #include "Perception/AISense_Hearing.h" |
Syntax
struct FAINoiseEvent
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Age | ||
| TObjectPtr< AActor > | Instigator | Actor triggering the sound. | |
| float | Loudness | Loudness modifier of the sound. | |
| float | MaxRange | Max range at which the sound can be heard. | |
| FVector | NoiseLocation | If not set Instigator's location will be used | |
| FName | Tag | Named identifier for the noise. | |
| FGenericTeamId | TeamIdentifier |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAINoiseEvent
(
AActor* InInstigator, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Compile () |
Verifies and calculates derived data |
Typedefs
| Name | Description |
|---|---|
| FSenseClass |