UCharacterMovementComponent::ReplicateMoveToServer checks IsReplicatingMovement before sending moves to the server, but the server does not check IsReplicatingMovement when processing these received ...
In FReplayHelper::ReplicateActor, we check Connection->ClientHasInitializedLevel(Actor->GetLevel()) to see if the actor should create a channel or not. However, the DemoNetConnection does not have a ...
IAssetRegistry::GetChecked().ScanPathsSynchronous() now eventually calls FPathExistence::LoadExistenceData and logs the errorFPathExistence failed to gather correct capitalization from disk for <p ...
This may possibly be due to FReplicationWriter::CanSendObject waiting for CreateConfirmation. ...
Conversation moved to Comments to allow for public visibility. ...
There is currently no simple way to do a deprecated variable fixup on native variables that are set by a blueprint class. For a simple variable rename, CoreRedirects can be used and will work proper ...
SAnalogSlider calculates FastestStepTime by multiplying the step size value by a constant, resulting in high numbers for larger step sizes. This gets lerped from 1 and used as the repeat time, resul ...
FStreamableHandle (used as part of the FStreamableManager system) has a CancelHandle function that stops it from calling any completion callbacks related to that handle (it could cancel the load req ...
Note: This issue also affects MetaSound Patches and any Members Menu List Repro Rate: 5/5 Regression marked as No: issue was seen in 5.2 and 5.1 UE5+Release-5.2-CL-26001984 UE5+Release-5.1-CL- ...
Reproduced 3/3 times. Issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...