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. ...
Something is wrong with the TargetInfo.json file generated when they are some Marketplace plugin installed. The client reported this workaround: Backup the plugins found in Engine\Plugins\Marketp ...
Renaming an emitter's name in Timeline panel of Niagara editor causes an editor crash. This happens because FViewModelHierarchyOperation constructor is called with null InAnyModel ptr; FViewModelHi ...