In order to use the 'Wind' material function correctly the function states you need to reference the 'Wind Directional Source' actor. The only way to do this within the material editor and through b ...
Licensee also posted on Asnwerhub here, https://answers.unrealengine.com/questions/220787/bug-net-cull-distance-doesnt-work-when-the-player.html Also Reproduced in Main Promotable-CL-2535351 & Rele ...
If the user has a component that is of the mobility setting of "non-Scene Component" selected and this hits the compile button, the details panel will be cleared. The following are example compone ...
When a new client joins a server all of the actors will be replaced with new copies of themselves. This will cause things like the construction script and event begin play nodes to fire off every ti ...
The widgets that are the children of the "Root" of the hierarchy of a widget blueprint return null as their parents. The expected parent would be the widget itself. ...
Edit MattK: This is UserWidget specific. If we don't want users to extend this class we should figure out a way to prevent that in our wizards When trying to add a C++ class to a project the follo ...
If an Alpha value is set in a FLinearColor that is used to draw a line on a Canvas HUD, the Alpha value is ignored when the line is drawn. A comment in BatchedElements.cpp indicates that some legac ...
It's been reported that using the rolling ball physics on a flat landscape will cause the rolling ball to bounce when it crosses a seam. It does not happen on every single seam, but it happens prett ...
User would like to see improvements with the high resolution screenshot function with regards to Anti-Aliasing. They are saying that they would like higher quality reflections. ...
Child BPs created from Parent BPs that include nodes attached to the Event BeginPlay, Event ActorBeginOverlap, or Event Tick nodes include a Parent call in the Event Graph by default. This is incons ...