Looks like maybe the PropertyView stuff doesn't like it when the subobject name matches the parent's object property name? In this case the CDO is the object that will be selected to the PropertyVie ...
During workflow I came across this bug when I was trying to move multiple items around in the blueprint to create a structure. The weird part is that even though it doesn't reflect the movement in t ...
When adding new elements to a Map in blueprints it will return the error "Cannot add a new key to the map while a key with the default value exists". This is because it currently won't increment the ...
With the Draw debug points node, the points do not draw at the same sizes in Orthographic viewports as they do in Perspective viewports. This issue does not appear to be a regression. Versions Test ...
If a client hitches while a server performs a seamless travel, the client will get multiple lines of logspam of these warnings:Warning: UActorChannel::ProcessBunch: SerializeNewActor failed to find/ ...
A Parameterized Vector4 are being treated as Float3. This prevents users from being able to use Vector4s in an If node during runtime. This is seen as far back as //UE4/Release4.22 cl 8065155 so th ...
Licensee found that memory being allocated during a resize in NavMeshMemory is not being tagged within LLM as NavigationMemory but show in LLM as Untagged memory. They do not have a callstack showca ...
If a DataTable Asset is created with a Row Structure that contains a member variable of type BodyInstance, the Editor will crash when attempting to open it while it has no rows. It will also crash w ...