Crash when using a specific Component Mask with Material

UE - Graphics Features - Dec 11, 2018

This problem seems to stop at Check in HLSLMaterialTranslator.h. If the same value is entered in MCT_Float and MCT_Float4, it branches to True with IsIdentical, but it seems that a problem has occur ...

Product Viewer Template does not in standalone and VR

UE - Editor - Content Pipeline - Datasmith - Importer - Dec 7, 2018

Python cannot spawn object when running in Ueditor-CMD

UE - Editor - Workflow Systems - Dec 7, 2018

It is probably link to the fact the function try to access so GUI object that are not accessible in CMD EditorLevelLibrary.spawn_actor_from_object should work in commandlet ...

User created constraints have a default joint name of "UserConstraint" that cannot be edited

UE - Simulation - Physics - Dec 6, 2018

Constraints created by users are all given the same Joint Name of "UserConstraint" and it cannot be edited. This makes referencing these joints individually impossible. Regression?: No This occurs ...

Static Mesh's Simple Collision does not mirror collision orientation when mirrored

UE - Simulation - Physics - Dec 5, 2018

Created Static Mesh Actor's Simplified Collision boxes do not mirror Collision Orientation when mirrored in the World/Editor. ...

AStaticMeshActor::CheckForErrors using exact compare instead of epsilon

UE - Simulation - Physics - Dec 5, 2018

AStaticMeshActor::CheckForErrors() is producing slightly incorrect results due to position and scale being exact matched, instead of using an epsilon comparison. Rotation is using Euler angles for ...

ContributeToMass not working when simulating physics

UE - Simulation - Physics - Dec 5, 2018

Un-checking the ContributeToMass setting on any part of a physics asset results in an ensure when simulating physics.  ...

"Convert to Blueprint" removes ability to edit component properties

UE - Gameplay - Blueprint - Dec 4, 2018

As noted by the user in the linked UDN question, this seems to be a problem with the PointLightComponent property on APointLight not having the VisibleAnywhere property descriptor. Also as noted, th ...

Behavior Tree has missing Service Nodes on project load

UE - AI - Dec 4, 2018

In the project is Behavior Tree that implements some tasks, decorators and services, but for some reason, two of my tasks nodes gets initialized with all the pointers to their services set to null, ...

Rhino extrusions have high tessellation values after being imported with DataSmith

UE - Editor - Content Pipeline - Datasmith - Importer - Nov 28, 2018

When importing Rhino 'Extrusions' with Datasmith results in extremely dense meshes. A simple box can end up having thousands of vertices. This issue was reported and tested in 4.21 (4.21E0). This ...