You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Sequencer: Fix property owner/container PropertyContainer is what we look to for the setter function PropertyOwner is the owner struct, which is where we look for permissions The original fix was to find the property owner struct to determine DoesPropertyPassFilter. This broke finding setter functions for some properties. Modified version of 27916475 to make this hotfix compatible. #jira UE-198396 #rb andrew.rodham, ludovic.chabant #lockdown aurel.cordonnier [CL 28903124 by Max Chen in 5.3 branch]