Can move individual mesh instances of a regular instanced mesh component in the blueprint editor, but not hierarchical ones. Originally reported as a pull request in [Link Removed], but we rejected ...
Workaround:Open the Landscape Material and click SaveReload the level Landscape components render black upon first-time compile. Observed in QA-Landscape - several chunks of the Landscape were bla ...
Cooking will fail while attempting to convert a non-data-only Blueprint class based on the native UAnimNotify class when Blueprint nativization is enabled. Workaround in lieu of a fix would be to e ...
Issues observed: - When bRenderStatic is on and bNoSkeletonUpdate is off, CachedMeshDrawCommands takes a significant chunk of time, because the scene primitive transform is being updated every fra ...
We are having a display issue with tiled landscapes displaying well below full tessellation in editor, but displaying fine in game. We can "fix" this issu by unchecking "Use Default Falloff" in deta ...
Attempting to set the collision of a component to NoCollision while the actor's collision is disabled will prevent the component's collision from changing. This is because of the early exit in UPrim ...
Landscapes created with Import Tiled Landscape are loaded at the World Origin when loaded in a level without World Composition enabled. Enabling World Composition in the second level fixes this iss ...
ShooterGame demonstrates the issue where when encryption is enabled, if the (unencrypted) EncryptionAck message is dropped, the resent messages will be encrypted since the server has enabled encrypt ...
See the UDN for sample project. This is caused by the Editor Python sample not using the UMoviePipelineQueueSubsystem, which (when rendering) blocks the Sequencer from auto-binding to PIE. The fix ...
Cascade to Niagara conversion causes the editor to crash due to any distribution parameter in the Particle Emitter being reset to none. Repro Rate: 4/4 Tested this in //UE4/Release-4.27 @ CL# 1831 ...