It would seem that updating a material does not update the associated platform stats in a material instance editor, only the parameters. Can workaround by manually invoking shader compile in the ma ...
The GPU crashes after the ray tracing geometry builder attempts to create a shader resource view with an invalid offset. ...
The Take Recorder plugin allows for multiple sources to be recorded during gameplay. The World Source is expected to record everything in the level when the Autotrack Actors option is enabled. Once ...
When using GetRefBonePose() on a USkeletalMesh's RefSkeleton, the given location is incorrect if the SkeletalMesh has been changed from one to another where both meshes share the same skeleton. Als ...
No user comments ...
When attaching a Procedural Mesh Component with a copied static mesh to a static mesh component the two meshes collide and "push" each other (go flying on play). Weld is to be used for simulated ph ...
The texture streamer does not appear to take into consideration the size on screen of any BSP brushes, only static meshes. When a large brush, and a very small static mesh, both using the same textu ...
During PIE instance initialization, there seems to be a window during which UWorld::GetNetMode will not return the expected value: before the instance's NetDriver has been created but after UGameIns ...
When using a created tool of the ScriptableTool plugin, and setting an InstanceEditable variable, the tool might get close. For this to happen, we need to have a ToolPropertySet attached to the too ...
Pass by reference variables do not work when called from a blueprint interface between two blueprints. Workaround: Use direct communication to pass by reference between two blueprints. ...