Renaming assets set to Sequencer's Payload will resolve the reference after restarting the editor. This is probably due to the fact that FemaleSceneEventPayloadVariable::Value is a String type. This ...
When creating a new NiagaraSystem, the DefaultEffectType set in ProjectSettings should be reflected. If another EffectType is already set, it should be respected. The problem here is that when creat ...
In a scene without a sky sphere, increasing the skylight intensity will cause the sky to brighten in the pathtracer. Other renderers do not brighten the sky, and the intensity increase is applied on ...
User is experiencing a situation where he gets this window 200 times and no way to get out of it with a single click. ...
Crash when renaming assets from the Persona asset browser [Link Removed] [Link Removed] LOG IS ATTACHED ...
If a player on a dedicated server attempts to possess a feshly spawned pawn, the blueprint must have an unpossess node just before the possess node to be able to possess the pawn. This is not the ca ...
In the Skeletal Mesh editor, turning Show>Clothing>Apply Wind while switching tabs causes a crash. For example, turn it on while in the Mesh tab. Switch to Animation Tab and then back to Mesh. Turn ...
With 'Use Small Toolbar Icons' checked in the 'Editor Preferences', the 'Back' button within the 'Project Launcher' disappears. The expected would for the button to get smaller and not vanish entir ...
The Material Fucntion CylindricalUVs is missing the Object Position node ADDITIONAL NOTES: You can see the UVs wrapping around 0,0,0 without the position node attached, instead of the mesh's pos ...
See repro steps. Workaround Unset and set bIsFocusable on widget's class will allow bIsFocusable to be set and persist on the nested instance. ...