When first added as a child widget in NamedSlot, the child widget can be dragged and dropped onto the parent widget's designer. The following assert causes a crash. Assertion failed: ParentWidget ! ...
The frame appears to be getting skipped entirely, but the timing for the frames on either side of them is correct, ie: if frame 10 is skipped, frame 9 and 11 still match the working case, so the ove ...
Licensee has suggested a fix: "Switching to >= resolves the problem: in GPUFastFourierTransform2DCore.ush, `bool InWindow = ...` at lines 127, 144, 170, and 185." ...
Default HDR images look incorrect for different reasons on each platform: PC SDR:[Image Removed] PC HDR:[Image Removed] ...
This is because FFbxExporter::ExportStaticMeshToFbx() does not correctly determine the OverrideMaterials. Therefore, the following code will not pass.else { Material = StaticMesh->GetMaterial(P ...
When a Cube of StaticMeshActor is placed, it is generated without any problem. ...
PerInstanceSMCustomData is bulk serialized and doesn't get changed on the BP instance when changing NumCustomDataFloats, possibly causing out of bounds array access leading to a crash. Possible sol ...
FRepLayout::DiffProperties doesn't check if the property's conditions is COND_Never or if the Parent Cmd's flags have the ERepParentFlags::IsLifetime flag (which FRepLayout::InitFromClass doesn't se ...