Files
UnrealEngineUWP/Engine/Source/Runtime/AIModule
zhikang shao c7626eb09f #jira UE-156745 #rb Maxime.Mercier
Fixes two issues in AI Perception UnregisterSource involving pending adds (sources that were added this frame):
1. The function would erronously UE_VLOG "source doesn't seem to be registered" even if it did remove pending adds
2. The code for unregistering pending adds did not treat Sense == null as documented, i.e. Sense == null should target all senses.
#preflight 62ab3110ea213dadf0cb414c

[CL 20688284 by zhikang shao in ue5-main branch]
2022-06-16 11:52:56 -04:00
..