The curve refactor did not add the curve debugger tab to the skeleton editor, which means that morph targets cannot be previewed there. It would be convenient for some users to still be able to do t ...
When it updates the red channel, the Simple Construction Script (SCS) gets re-run (via AActor::RerunConstructionScripts) on the Blueprint Actor instance generating new instances of all its component ...
It seems in the FBodyInstance::InitDynamicProperties_AssumesLocked, we early out when the body instance's collision is QueryOnly, but actually we only recreate its physics state when changing from N ...
This is not a regression. Tested in //UE5/Release-5.2 CL 26001984 The editor crashes when playing in editor on a level that has a break point placed on a ticking draw debug string node that is prec ...
Came from a UDN: [Link Removed] Proposed fix is to change `FRawInputWindows::ParseInputData` to use this logic instead: ``` ... USHORT BitSize = ValueCapsBuffer[iValue].BitSize; LONG SizeMask ...
Currently UBT supports linking in .natvis files when modules are compiled, this should be extended to pull in .natvis files from External modules that are linked into a module. Instead of scanning ...
It appears that only custom event nodes support a deprecation message. In fact, we need all nodes that use delegates in some fashion to support a custom deprecation message. Both UK2Node_ActorBoundE ...
Adding a ZoneShapeComponent to an Actor BP does not behave as expected. You cannot use the shape as a polygon with per point lane profiles like what is needed for an intersection. When attempting to ...