Files
Max Chen 8e0b03c518 Sequencer: Fix static analysis for 28883250
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]
2023-10-18 20:52:15 -04:00
..