You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Added new methods to the API to filter a list of request results or slot handles by evaluating the selection preconditions - Filter methods can accept external data as a struct with properties which name and type match the WolrdConditionContext. - FSmartObjectUserContext has been introduced to cover the common case of passing in a user actor to the context. - Stored UserDescriptor as instanced struct in the runtime slot - Claim methods now receive a user descriptor - Removed slot event delegate and reuse the runtime instance one instead. Listeners can filter for a given slot using 'Event.SlotHandle' - Removed UserTags from the SmartObjectWorldConditionSchema. The user tags are part of the query filter. Conditions requiring user tags could fetch them from the actors passed in the context. #rb mikko.mononen #jira UE-157763 #preflight 63dbe99f797b029c0add9806 [CL 23984054 by yoan stamant in ue5-main branch]