Selecting the just imported asset will speed up workflow. Fix should be done for legacy and interchange importer ...
The fix for this is to override the FEnhancedActionKeyMapping::operator== to account for the deep copy that happens on modifiers instead of comparing addresses ...
This is a regression from 5.3 that has been fixed in Main (32476819, for 5.5), but needs merging into 5.4. ...
Looks related to [Link Removed], but it appears that something was overlooked. Probably requires a similar fix for the delegate node. ...
I think tessellation will be discontinued in the future, but I will report it just in case. The licensee is not keen on fixing this problem. ...
NOTE: I have been unable to repro this locally, but the crash is because of a null de-reference so we can at least add that to fix up the issue for them. ...
The licensee has also provided an explanation as to why this issue occurs + guidance for a potential fix. Please see the UDN for more details. ...
Previously the game would crash (see: [Link Removed]), but the fix now keeps the game running without VR instead. ...
OccluderVertices didn't consider the subsection's transition, so the position of the OcclusderVertices are not correct. I made a fix as follows: [Image Removed] [Image Removed] ...
Fix is found in licensee’s pull request:https://github.com/EpicGames/UnrealEngine/pull/10333/files ...