This seems to happen due to a precision error when calculating the relative transform between the socket and the component being attached. Occasionally, one of the transforms will have a scale of (0 ...
FAnimNode_BlendListByEnum assumes that values within a custom enum type are sequential (ie. the index 0 = value 0, index 1 = value 1). But this is not true of all custom enum types, for example: U ...
EQS spheres are not fading correctly where red = 0 and green = 1 This is a regression as it is working correctly in 4.13.2 at CL 3145013 ...
User has found bug but has a working fix. Verify fix and implement in engine. ...
When the user attempts to place an object on a tracked plane it slides around the environment not staying in the expected place. Using the ARDebugcheck project with the show planes option you can se ...
WindDirectionalSourceComponent.h has a meta edit condition that, by referencing an undefined class property (bSimulatePhysics), throws an error in the logs: LogEditCondition: Error: EditCondition pa ...
Tested in: //UE4/Release-4.27 CL 18319896 Input pin was of type Vector //UE5/Release-5.0 CL 20979098 Input pin was of type Vector 3f //UE5/Release-5.1 CL 22346211 Input pin was of type Vector 3f Th ...
The Packed Level Actor behavior has changed since 5.0.3, exhibiting the behavior described in the Result. I was able to reproduce this 4/4 times on Windows. When testing on 5.0.3, I confirmed that t ...
When importing an FBX file with simple RGB color they are not importing with the same color as its original value with either interchange or mootools. When opening the attached FBX file in 3dsmax ...
This is due to the [Link Removed] encoded UFunction object name passing through UHT into the boilerplate code (*.gen.cpp) that gets generated from the nativized Blueprint's C++ header file. The iss ...