Landscape Material renders with missing components when using a 'Landscape Visibility Mask' and deploying to a mobile device. I have found this issue now with an Android and iOS device. I was able ...
Open a level that contains instanced meshes will crash the editor. Per the users description, the level must have had lighting built and then another level loaded or the editor restarted. Once the ...
The Post Process setting "Screen Percentage" does not seem to work at all. After looking at the example provided in the documentation highlighting the Content Examples map with this feature, I was ...
Trying to package a blank project on Linux fails. ...
On the Material Expression Reference Page, located here:https://docs.unrealengine.com/latest/INT/Engine/Rendering/Materials/ExpressionReference/index.html Material Expressions has an image numbered ...
OnRep functions do not fire on the Server when elements are added to an array variable marked as RepNotify. They do not fire at all when setting an array element with the Set Array Elem node. Proba ...
If a struct has a variable set to a class type, then the object of that class type is moved to a new folder in the editor, the struct will replace the class type with "class", which causes the edito ...
In an orthographic view, dragging the marquee tool to select a group of objects will often result in other objects being selected outside the selection area. ...
If an object containing a struct is instanced inline inside ActorComponent, the properties of the struct cannot be edited. This only happens if the ActorComponent is added to a class by using Create ...
There are two extra "=" marks on the "if" node: A>=B A==B This does not match documentation. *See image ...