UCAIPerceptionStimuliSourceComponent

Overview

AI perception stimuli source that registers/unregisters with the perception system based on actor activation state. Extends UAIPerceptionStimuliSourceComponent, implements ICActorBoundable.

Properties & Methods

Name Description
commonDetailInformation Shared UCActorInformation reference
init Registers for UAISense_Sight, binds to actor events
reset Registers or unregisters from perception based on activated state
onActorEvent Re-evaluates registration when actor status changes
// Requires in DefaultGame.ini:
// [/Script/AIModule.AISense_Sight]
// bAutoRegisterAllPawnsAsSources=false

// Automatically managed by UCInitializerComponent lifecycle