![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AIPerceptionComponent.h>
Public Member Functions | |
| FActorPerceptionUpdateInfo ()=default | |
| FActorPerceptionUpdateInfo (const int32 TargetId, const TWeakObjectPtr< AActor > &Target, const FAIStimulus &Stimulus) | |
Public Attributes | |
| int32 | TargetId = -1 |
| TWeakObjectPtr< AActor > | Target |
| FAIStimulus | Stimulus |
|
default |
| FActorPerceptionUpdateInfo::FActorPerceptionUpdateInfo | ( | const int32 | TargetId, |
| const TWeakObjectPtr< AActor > & | Target, | ||
| const FAIStimulus & | Stimulus | ||
| ) |
| FAIStimulus FActorPerceptionUpdateInfo::Stimulus |
Updated stimulus
| TWeakObjectPtr<AActor> FActorPerceptionUpdateInfo::Target |
Actor associated to the stimulus (can be null)
| int32 FActorPerceptionUpdateInfo::TargetId = -1 |
Id of to the stimulus source