FAINoiseEvent

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "Perception/AISense_Hearing.h"

Syntax

struct FAINoiseEvent

Variables

Name Description

Public variable

float

 

Age

Public variable

AActor *

 

Instigator

Actor triggering the sound.

Public variable

float

 

Loudness

Loudness modifier of the sound.

Public variable

float

 

MaxRange

Max range at which the sound can be heard.

Public variable

FVector

 

NoiseLocation

If not set Instigator's location will be used

Public variable

FName

 

Tag

Named identifier for the noise.

Public variable

FGenericTeamId

 

TeamIdentifier

Constructors

Name Description

Public function

FAINoiseEvent()

Public function

FAINoiseEvent

(
    AActor* InInstigator,
    const FVector& InNoiseLocation,
    float InLoudness,
    float InMaxRange,
    FName Tag
)

Functions

Name Description

Public function

void

 

Compile()

Verifies and calculates derived data

Typedefs

Name

Description

FSenseClass

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