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? ...
It seems that we're getting an intermittent crash when killing a pawn that's executing a parallel node. It's crashing in BehaviourTree.cpp on this code: UpdateInstance.ParallelTasks[ParallelTaskId ...
A crash occurs when scrubbing the matinee slider with a 'Sound Wave' that has 'Subtitles' enabled. You need to enable 'Subtitles' within the settings of the asset. Tested issue in 4.7.6 and did no ...