Repro from licensee here - [Link Removed] ...
Deleting the transform track for an actor that does not have a transform track by default can fail to restore state if there are no keys. ...
This is because FFbxExporter::ExportStaticMeshToFbx() does not correctly determine the OverrideMaterials. Therefore, the following code will not pass.else { Material = StaticMesh->GetMaterial(P ...
The keyed transform value will have the origin offset applied to it when it should not be. ...
When a Cube of StaticMeshActor is placed, it is generated without any problem. ...
When a collision enabled RBAN node attempts to collect surrounding meshes, if there is a mesh with UseComplexAsSimple, it will hit the Ensure when cloning a mesh on the task graph thread. Disabling ...
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 ...
Calling PlayQuantized on an asset set to Force Inline crashes editor:Assertion failed: SoundWaveDataPtr->GetLoadingBehavior() != ESoundWaveLoadingBehavior::ForceInline [File:D:\SMoyls_UE5_Release-5. ...
Within a UEditorScriptableClickDragTool tool, when attempting to watch the changes of an UENUM property using WatchEnumProperty() node, the property will never be able to be found during FindValid ...