I am seeing Illegal Property Value errors when referencing cosmetic icons.
Weapon icons in the /Game/ path currently pass validation: /Script/Engine.Texture2D'/Game/UI/Foundation/Textures/Icons/Weapons/Items/T-Icon-Weapons-AssaultRifleMark2Base-L.T-Icon-Weapons-AssaultRifleMark2Base-L'
However, character icons in the /BRCosmetics/ path are being flagged as illegal references: /Script/Engine.Texture2D'/BRCosmetics/UI/Foundation/Textures/Icons/Heroes/Athena/Soldier/T-Soldier-HID-A-448-Athena-Commando-M-PennantSeasOne-C-L.T-Soldier-HID-A-448-Athena-Commando-M-PennantSeasOne-C-L'
Please consider exposing or whitelisting these /BRCosmetics/ paths for use in custom Verse UI and Canvas slots so they do not become hard errors in future releases.
Pixel Programmable distance on foliage is currently considered an illegal property override if set above 0.0, despite being exposed in editor. This greatly limits the amount of optimization one can do for custom foliage. This is especially important when creating higher fidelity experiences or more open world maps like rpg’s or larger BR’s. This simple fix could save a lot of frame rate optimization.
Additionally I understand this feature isn’t supported for lower end platforms however a simple scalability switch could be included to counteract that.
When someone creates a read-only MSS asset (meta sound source) from the provided presets (looped or one shot), they now yield an illegal property warning about the mono / stereo channels.
There’s nothing any creator can do here, because those assets are fully read-only and configured by the engine/Epic.
If this becomes a hard validation error, it will break every map that uses scene graph sound_component as such an MSS asset is reflected as SG verse component class
Additionally here’s my report I was point out several times that I need the aspect ratio settings to be whitelisted until SG UI lands the proper solution in the future.