Using a very specific way of importing an FBX will cause a crash assertion that closes the editor without opening crash reporter. Essentially when using the import button in the content browser and ...
When running in Dx12 on Windows 10, the editor will crash if you click on a bone that you wish to edit in the Skeleton tab of Persona ...
When adding a RuntimeVirtualTextureOutput node to a Virtual Texture domain material, the RVT Output node overwrites any data being sent to the normal material node's output, which interferes with th ...
From the User Submission: I spent some time poking through the FComponentInstanceDataCache code and noticed that there is no component instance data saved/applied for'native' component types, so si ...
When a spawnable is spawned in a streamed level, exiting PIE will cause an ensure, because the world is not valid on the actor. ...
This is caused by the loss of data in the ULScapeHeightfieldCollisionComponent::CollisionHeightData. The CollisionHeightData is not marked as BULKDATA_PayloadInSeperateFile and is processed with a k ...
TranslucencyVolume spheres are not correctly shadowed nor lit in Unreal 5.5 with VSMs disabled. Unreal 5.4 does correctly shade the sphere without VSMs. There appears to be differences in the outpu ...
If you have a Blueprint with a pre-existing component, then add that to a map, and copy it, OnHit events in the COPY will also trigger in the ORIGINAL. According to the licensee, this happens with ...
Get Mouse X and Y stops working when Show Mouse Cursor is enabled This did not happen in 4.10.4-2872498 User Description: hello im having a issue i believe its a bug. im making a city builder sty ...
After creating a Blueprint class and then creating a function inside the BP, then creating another BP that inherits from the parent BP and overriding the original function inside the new Class and t ...