You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]