Hi
After updating a 5.4 UE project to UE 5.5 we now have lots of warnings for ItemHeight.
warning C4996: 'STreeView<UObject *>::FArguments::ItemHeight': The ItemHeight is only used for Tile. See ShouldArrangeAsTiles Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
How does one fix this warning, but keep the same functionality?