FRepLayout::DiffProperties doesn't check if the property's conditions is COND_Never or if the Parent Cmd's flags have the ERepParentFlags::IsLifetime flag (which FRepLayout::InitFromClass doesn't se ...
Parameters left over from an old source MPC cannot be removed without renaming them first. When debugging in FNiagaraParameterStore::RemoveParameter it seems that the parameter cannot be found in ...
Regression tested in 5.1 at CL 23901901 where the issue still occurs. The material will still have the normal and reflective properties. ...
Debugging the code I have been able to verify that in GeometryCollectionComponent.cpp line:2318, the if condition happens every two frames. I think DynamicCollection is not setting all the frames a ...
For a non-replicated actor, the expected values for its local and remote roles would be ROLE_Authority and ROLE_None respectively. However, in ULevel::InitializeNetworkActors, ExchangeNetRoles(true) ...