In the Gameplay Tag List, if the user adds a string of tags, then adds one on top of it, attempting to delete the previous end subtag will produce a toast saying the tags were deleted. However, the ...
When using a blueprint with a destructible component, you can call the SetCollisionResponseToChannel node of that component in the construction script. As a result the engine will crash when attempt ...
In vehicle Advanced template, the vehicle seems to lose control when going over landscape and when alternate turning left to right. The vehicle appears to be skidding on ice when attempting to turn ...
'Get Closest Point on Collision" node is used to determine the distance between a primitive component (target) and another specified location (Point) as well as provide the point on the target. Thi ...
AGameModeBase::GetGameSessionClass wasn't properly returning the set GameSessionClass. ...
A crash is occurring on project load when attempting to use GetParentActor and cast that to a Parent class that contains a child actor component inside of that child actor component's blueprint. T ...
This looks like a bug with shader pipeline compilation and custom expressions. ...
// enforce color target is <= depth and MSAA settings match if(RTTDesc.Width > DTTDesc.Width || RTTDesc.Height > DTTDesc.Height || RTTDesc.SampleDesc.Count != DTTDesc.SampleDesc.Count || ...
A Wheeled Vehicle's wheels do not have collision when packaged into an HTML5 game. Regression?: Yes This issue did not occur in 4.13.2 Note: This is currently blocked from testing in Main as the P ...
Under certain conditions, when switching between the project tab and subsequent docked blueprint tabs, the appropriate menu will not refresh for the currently selected tab. Regression: No ...