Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Perception
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/Perception/AISightTargetInterface.h |
| Include | #include "Perception/AISightTargetInterface.h" |
Syntax
struct FCanBeSeenFromContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| const bool * | bWasVisible | If available, it is the previous visibility state | |
| const AActor * | IgnoreActor | The actor to ignore when doing test | |
| FVector | ObserverLocation | The location of the observer | |
| FAISightQueryID | SightQueryID | The query identifier used by the delegate call to find the appropriate query |