Anisotropy from the base of a material disappears when clear coat is used. Car paint with base specular_anisotropy at 0.5 and coat at 0.0 [Image Removed] When coat is 0.0: [Image Removed] ...
In the new implementation UAssetDefinition to define the actions for asset we found that it isn't possible to delete or hide actions from parent classes due to the ToolMenu system works with delegat ...
The editor crashes when activating cvar options for shader compilation and debugging. ...
Material Instance Dynamic assigned to Spawnable objects with Editor Utility Widget get reverted when hit the Save button in Sequencer. This appears to come from the Material Instance Dynamic not be ...
This seems to occur because of how reliability and the retransmission of dropped data is handled in the engine. If a reliable bunch is dropped, the entire bunch will be resent, but any unreliable bu ...
This seems to be because IsNetRelevantFor checks if the actor is hidden, resulting in a hidden actor not being considered relevant to clients. However, if it is a net startup actor, this will result ...
A licensee reports that their large map has a 10s cost in the AssetRegistry when resaved. They took a profile and found the cost is mostly in LoadCalculatedDependencies for the map, and most of that ...
Info from the user: "This is super basic, only just started to build the scene. I have modeled in Vectorworks 2024 Architect and imported it into Twinmotion via the export and not the live link. The ...
When a running search in all blueprints is closed, it may prevent an AsyncTask used to return the look up FText's from StringTables from running on the game thread, leading to a deadlock. When the ...
Normally a warning appears to confirm references to an actor will be deleted. If the references are unloaded then no warning will appear. ...