If the directional light is switched from stationary to static, the Light Source Angle Input option is disabled in the details pane. ...
DESCRIPTION: Collision's on CPU Particles are incorrectly being offset on Z by several units [Link Removed]https://answers.unrealengine.com/questions/105202/mesh-particle-collision-bug.html EDIT: ...
Some nodes have target pins that auto-fill to target: self. However, unless a value is passed into this node from a get or other means, the blueprint will not compile. ...
When firing a projectile that has CCD activated, the first hit on an object that is either a bsp or very thin wilil draw a debug line through the object instead of drawing away from the impact point ...
Character::OnJumped_Implementation() should be virtual or users' custom implementations will not be called. If they declare it with "override" their code will fail to compile. Already fixed in Main ...
Possibly some sort of issue related to SetDefaultSubobjectClass() rather than UMovementComponent specifically. I was able to reproduce in 4.10 release branch and in //UE4/Main with the test project ...
While working on an issue for a user using MacroUVs, I noticed that entering any value into the Required Module with Override Default Macro UV toggled true will cause the Material to stretch and dis ...
According to the user, if you install Linux toolchain, the binary build will allow you to package for it, and will not handle the failure gracefully ( https://forums.unrealengine.com/showthread.php? ...
OnComponentBeginOverlap and EndOverlap are called multiple times when moving in a Skeletal Mesh component's collision. This does not occur with a Static Mesh's collision. Test project available her ...
T_Cobblestone_Rough_N is incorrectly set to TC_Default not TC_NormalMap ...