UE5.3 C++: OnTargetPerceptionForgotten Delegate not Firing

Hi Penguenin,
You set bForgetStaleActors through the UAISystem. This class has a static function, UAISystem::GetCurrent (also GetCurrentSafe) that you can use to return a pointer to it. You can then set bForgetStaleActors directly using that pointer.

2 Likes