The result of the duplication operation is that the Actors in the new group are part of the DataLayer but the new GroupActor is not. ...
This issue does not occur if the RPC is not split into partial blobs. The RPC is received on the non-replicated component if Iris is disabled. ...
The JSON export functionality for DataTable relies on a FieldIterator to gather properties. This iterator is unable to gather the properties from the InstancedStruct. CSV export functionality works ...
5.6[Image Removed] 5.5[Image Removed][Link Removed] ...
The WeightBuffer passed to the shader does not reflect the SkinWeightProfile. The work around is : void FOptimusSkinWeightsAsVertexMaskDataProviderProxy::GatherDispatchData(FDispatchData const& In ...
[Link Removed] When camera tracks are activated, saving the sequencer results in captured anomalies: 1. Incorrect aspect ratio 2. Additional post-processing effects such as lens flare appear 3. ...
The problem is that UCharacterMovementComponent::MoveAutonomous can tick the anim instance and dispatch notifies outside of the regular skeletal mesh component tick. But when MoveAutonomous calls T ...
There is a thread conflict between FRDGBuilder execution in Background Worker and LumenVisualizer's LumenCard add/delete process. When lumen cards are displayed in a scene with many objects, a crash ...
ULandscapePatchComponent::SetIsEnabled, IsEnabled, etc. are all callable from BP but not from c++. This is not convenient for licensees ...
ULocalPlayerSaveGame::IsSaveInProgress always returns true after the first save is requested. This is due to the return statement checking if either an error has yet to be reported or a success has ...