In Unreal Engine, materials can expose parameters that can then be modified via instances (MaterialInstanceConstant). The UMaterialEditingLibrary provides several functions to modify these parameter ...
A licensee reported that under the Chinese language setting in UE5, using the “Quickly Add to Project” button results in incorrect or ignored input when entering text via Pinyin IME. If the user sta ...
Notifies that are placed on animations referenced by montages aren't triggered when using the UAnimSingleNodeInstance to play back the montage. This is because - unlike on UAnimComposite - there is ...
The output of the CustomStencil node in a User Interface material does not align with the viewport dimensions. Toggling fullscreen/windowed mode (F11) causes the offset to reappear, so scaling the n ...
In UE versions 5.4 and onwards (as of CL 42589677 in Main), when an Instanced UObject property is defined in an Actor Blueprint, modifying the default value in the Blueprint does not propagate the c ...
A licensee has shared a project with us, in which they are able to trigger a problematic case where the RayTracingGeometryManager is ticked twice during a single game frame. It would be good to inve ...
LastRenderTime is never updated with occlusion culling disabled, so the widget component will always stop updating. (see UWidgetComponent::ShouldDrawWidget) Developers can force updates by TickWhen ...
If there is an additive curve present with scalar data, and that scalar data is something like 10,10,10. When you attempt to animate the bone again the translation of the widget with translate expon ...
As described by the licensee, the const CDO contract is being broken on ChaosWheeledVehicleMovementComponent. The issue the licensee is facing is that by spawning cars with different configurations, ...
Fields with Maximum resolution are not affecting all leaves of a Geometry Collection on 5.4 and onwards. When calling GetRelevantParticleHandles() a Maximum Resolution field does return all particl ...