Attempting to open a data table based on a struct with a slate brush variable crashes the editor. Frequency: 2/2 CrashReporter: N/A ...
A crash can occur in FStructurePropertyNode::GetValuePtrOfInstance when using EditConditionHides with arrays of structs. When deleting an element from the array, ParentBaseAddress will be null. ...
A cube constrained to a physics actor will start to jitter uncontrollably when interacted with. (see attached media and repro steps for more details) Tested in the following //UE5-Release-5.3-CL ...
NotifyStateClass may be nullptr when AnimNotifyState and AnimNotify swap occur in NotifyTrack. Workaround: SAnimNotifyPanel.cpp void SAnimNotifyPanel::OnPropertyChanged(UObject* ChangedObject ...
Assertion occurs when undoing a Child State's unparenting from another Child State. Repro Rate: 5/5Assertion failed: false [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Slate\Public\Widgets\Views ...
If a user creates a variable and sets it to a value that is not the default and then gets an error that prevents the blueprint from compiling, this will cause the variable to be reset to it's defaul ...
The Vertex (Sprite) Color is rendering a higher value than the color picker has set. In 4.7.6 this is consistent for Materials as well, but in 4.8 and 4.9 only the Paper2D elements are rendering at ...
This is a regression tested in //UE4/Release-4.27 CL18319896 Changing a Mesh's Build Scale doesn't update the Mesh's Bounding to the same scale. ...
When using a struct as a type for TArray and first element of the array has first member variable of the struct set to default, it is not exported to *.csv ...
Child Actors do not replicated properly to clients when running a project using the "-game" commandline argument. This does functionality does work properly in PIE and in a cooked build however. Re ...