The Set World Location at Spline Point node does not correctly update the location of the indicated spline. ...
Hi, I tried to use for a scriptable tool the watch property node for a struct. The objective for me was to offer to my user a view of a struct in the scriptable tool and have these modifications b ...
BuildTextMesh function queued as AsyncTasks may be called during saving (renaming) a level containing Text3DComponents. The following workaround fix the problem. void UText3DComponent::BuildTextMe ...
Arrays chosen through a Select node cannot be altered. Note - This is also reproducible using any of these nodes instead of using 'Add':Add UniqueSet Array ElemInsert ...
When a collision enabled RBAN node attempts to collect surrounding meshes, if there is a mesh with UseComplexAsSimple, it will hit the Ensure when cloning a mesh on the task graph thread. Disabling ...
When a Directional Light is changed from static to movable, the materials in the level will appear dark. ...
FNiagaraParameterStore::UnbindAll() may be called from both GameThread and RenderingThread. Each may modify the same Binding array, it causes infrequent crashes. In my environment, I was able to r ...
Cannot save actor after actor component modification. The user gets the error Graph is linked to private object(s) in an external package ...
Changes in Scale are not replicated on the Client through RPCs. Location and Rotation are replicated as expected. Reproduced in 4.7.6 binary and Main (//depot/UE4/Promotable-CL-2522625) ...