Files
zach brockway 1a496a6b36 Concert: Fix for crash when transacting level instance actor filters.
Before, when InObject was a ULevelInstanceComponent, we'd return USceneComponent::StaticClass. That happened to work for any properties which ULevelInstanceComponent inherited from USceneComponent (such as transforms, which we tested), but would crash for any properties introduced in/unique to ULevelInstanceComponent (such as actor filters, which we must not have).

#jira UE-209059
#rb jason.walter

[CL 32512369 by zach brockway in 5.4 branch]
2024-03-26 12:23:02 -04:00
..