The Reset to Defaults button in Editor Preferences does not reset all the properties to their default values. Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21 (CL - 4543149), 4.22 (CL ...
The new event track in level sequences fires the number of times that there are levels streaming. ...
A user has reported that using GetAttachedActors in the Constructor does not work properly. If actors are attached in the editor, the function does not return the correct value when called in the Co ...
Here you can see two similarly named variables. One contains debug in the name and the other does not. The one that does not was generated after I attempted to rename the variable in the variable pa ...
Skeletal Mesh Ref Skeleton can be built before Skeleton has finished loading, meaning it misses Virtual Bones. Need to force Skeleton to finish loading before building ref skeleton (Like animation a ...
Setting a Vehicle to Asynchronous physics will cause a crash. Confirmed in 4.22 Main at CL 4542756 ...
When introduced with two Steam NetDrivers/NetConnections to the same user, instead of closing out the communications on a per channel basis, the entire session is removed from the connection list. T ...
A static mesh assets's Walkable Slope Override is observed by placed static meshes, but not by ISMC instances. ...
There seems to be a bug with the Possess\Unpossess events. Because if you change the last node in "PossessCharacter", which is created in PlayerController(called "PC"), to Unpossess the AI still con ...
User comments in crash group:Enabled Flat Tesselation on a Terrain Material.I saved the material. 1628 if (HasTessellationEnabled) 1629 { 1630 ***** UMaterialInstance* NonTess ...