Modifying Override Parameters on NiagaraActor blueprints created from a System Actor does not work The System component appears to only use the default value set in the System. This issue does no ...
GPUScene primitive validation is currently busted and asserts. It looks like there are two problems: 1) NaN's in the entries can cause comparison issues, so a MemCmp would be better. 2) There's a ...
The fbx exporter should query component material override when exporting a level actor. ...
Consider this function in StaticMeshRender.cpp. FStaticMeshSceneProxy::GetDynamicMeshElements Now look for this line in the function: if(bDrawComplexWireframeCollision || (bInCollisionView && bDr ...
7054614 was submitted to fix an issue with not being able to modify physics properties on instanced blueprints child components. This is related to [Link Removed]. This change causes BodyInstance t ...
The EDeviceScreenOrientation landscape values appear to be inverted on iOS based on the comments in the code. i.e.EDeviceScreenOrientation::LandscapeRight // The orientation is landscape with the h ...
Licensee reports it's not possible to use the dynamic framework used by the latest release of the iOS version BugFender - [Link Removed] Licensee bug report: : https://github.com/bugfender/Bugfende ...
At some points the rotations will diverge briefly while the client and server attempt to rotate to the orientation direction by going different directions about the rotation axis. ...
Only files in UFS or NonUFS manifest that are local are returning a non-minvalue timestamp. While this is expected it is causing issues with logging file handling. See: https://udn.unrealengine.co ...