This issue also occurs This is the same error as in [Link Removed]. Discovered by a user on AnswerHub, I was able to reproduce this error in today's 4.8 branch, CL 2575437 Attached to his thread ...
User reported a considerable performance drop on iOS between versions 4.7.6 and 4.8. I was able to reproduce this perf drop using the steps he provided. ...
The 3DWidget that is used to represent a vectors position in 3D space now scales when scaling the actor that it is attached to. This could lead to having a vector that is too small to see/ hard to f ...
The 'Convert Actor' option in the details tab of brushes does not function. The option is grayed out and not selectable. Note for Core: This button works by looking for the ConversionRoot UCLASS m ...
Jumping off an object moved by a matinee that is stopped during movement will impart a velocity to the character, even though the object appears to be stopped. This is because ComponentVelocity is o ...
\Engine\Source\Runtime\Engine\Private\DrawDebugHelpers.cpp DrawDebugSphere and DrawDebugAltCone both try to dereference variable 'LineBatcher' without checking for null, as the other DrawDebug func ...
Code asserts because it assumes that a self closing node is within another node or has another node left in the doc to parse ...
If a component class returns 'false' for NeedsLoadForServer(), then variables will not be included in the class in a cooked/packaged dedicated server build, and thus any variable references in scrip ...
Reported by AnswerHub user. UHT should block UFUNCTIONs which hide other UFUNCTIONs with the same name but different signature. ...
It looks like maybe CheckDefaultSubobjectsInternal() isn't set up to handle non-native (i.e. Blueprint) class types? As well as AActor::CheckActorComponents() perhaps? ...