Created a C++ project with starter content and then deleting the project and making another C++ project with starter content with the project name the same as the previous project causes starter con ...
Summary: The following warning appears on each selection of any ChildActorComponent inside Blueprint Editor:LogUObjectGlobals: Warning: Failed to find object 'Class None.NewBlueprint1' (where NewBl ...
Changing capitalization in a newly created folder will not rename folder and the user will be presented with "A folder already exists at this location with this name. Also occurring in 5.0-Release ...
When sampling root motion backwards we can hit an infinite loop in ExtractRootMotion. This happens if the initial sample time + negative delta is off the end of the animation clip. In that case FA ...
This is a regression. In 4.27 basic shapes created from the place actor panel are named after their respective shapes making it easier to to discern. In 5.0ea this is no longer the case. ...
An FBX exported from 3DEXCITE DELTAGEN fails to parse correctly in the latest FBX SDK and crashes the UE importer. This FBX is automatically repaired when loaded into Maya (citing "polygons with ov ...
It does not appear to matter to the repro steps what is input to the VertexInterpolator, it matters more that there is a Normalize between the VertexInterpolator and the base color input of the mate ...
If the type of a property in a Json string doesn't match the expected type in the Json serializable class being created, then the value for that property will not be read in. However, FromJson still ...
Found here: [Link Removed] The relevant sections in ConvertScalarJsonValueToFPropertyWithContainer() use script helpers to add defaulted elements to each container and then parse straight into them ...