It will be displayed correctly when launched with XperiaXPerformance. ...
The engine crashes when trying to initialize a native UserWidget within another widget. This happens because UUserWidget::GetSlotNames gets called before the widget tree is initialized, and we don't ...
Mesh paint is for painting the vertices of a mesh, but in part uses physics collision queries to detect hits and search for vertices. (see FMeshPaintGeometryAdapterForSkeletalMeshes::LineTraceCompon ...
When properties are customized on an Add Component node, and the component is replicated, the client will create the component without the customized properties. This is likely due to subobject repl ...
In UCharacterMovementComponent code such as PhysFalling, RestorePreAdditiveRootMotionVelocity is called before FVector OldVelocity = Velocity; leaving OldVelocity in a pre-additive state making furt ...
When editing the default values of a BP using an ABP, the ABP's initialize event will be triggered multiple times in a single frame. ...
Map entries are removed on Blueprint compile when using struct as key. ...
The background blur widget does not render in the correct position in PIE when it is within a retainer box. It's likely that we're not applying the retainer window's offset properly when calling FSl ...
This seems to be because the OrbitZoom of ThumbnailInfo is rewritten by ResetCamera () when the viewport is opened. Is this correct processing? ...
This issue occurs when the section and material slot order do not match In this sample project:[Link Removed] According to a report from the licensee, the order of Sections seems incorrect.[Link R ...