UAISense_Blueprint::OnNewPawn

Gets called when perception system gets notified about new spawned pawn.

Windows
MacOS
Linux

Override Hierarchy

UAISense::OnNewPawn()

UAISense_Blueprint::OnNewPawn()

References

Module

AIModule

Header

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

Include

#include "Perception/AISense_Blueprint.h"

Source

/Engine/Source/Runtime/AIModule/Private/Perception/AISense_Blueprint.cpp

Syntax

virtual void OnNewPawn
(
    APawn & NewPawn
)

Remarks

Gets called when perception system gets notified about new spawned pawn. : do not call super implementation. It's used to detect when subclasses don't override it

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