Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Perception > API/Runtime/AIModule/Perception/FActorPerceptionInfo
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/Perception/AIPerceptionComponent.h |
| Include | #include "Perception/AIPerceptionComponent.h" |
bool IsSenseActive
(
const FAISenseID Sense
) const
Remarks
Indicates a currently active stimuli for a given sense True if a target is still sensed for the given sense and the stimuli is not expired.
Parameters
| Name | Description |
|---|---|
| Sense | The AISenseID of the sense |