In CascadeToNiagaraConverter.py # copy the emitter enabled state. enabled = ue_fx_utils.get_lod_level_is_enabled(cascade_emitter_lod) niagara_emitter_context.set_enabled(enabled) It stores the ...
For reference, it was fine in 4.24 In particular, jittering is severe when the camera is moving. GaussianHalfRes has been removed in CL 14036168, which is likely to cause degradation issues if int ...
The tangent of the blendshape curve seam to have the wrong scale (but correct direction) from this UDN. https://udn.unrealengine.com/s/question/0D54z000079J03OCAS/skip-compressing-anims-and-buildin ...
Bool input pins will fail to compile when connected to a boolean logic node and the node also has a float input pin that is currently connected. Compilation will fail with the error Default value ' ...
The licensee has provided a recommended fix for this issue. Please see the UDN. ...
The rectangle lights ignore the specular value of lit materials and will apply a specular highlight to them regardless of the value. you can compare the result against a standard point light and you ...
Due to module initialization order we are serializing shaders before the Niagara module has started up. This means we are unable to find the default data interface for the GPU simulation to seriali ...
Notice that the udatasmith geometry does not have the scale : all volumes are identicalNotice that the udatatsmith scene is rotated of 90 degree compare to the CAD sceneNotice udatasmith does not have ...
@triage need approval to submit this into 4.27.2 When trying to select any of the tutorials in the editor, all of them except for the "Welcome to the Unreal Editor" tutorial are unresponsive. They ...
This doesn't seem to occur every time I run the editor, I can't get it to repro consistently Note: It is possible that this is happening in blueprints based off of a native c++ class has been rel ...