FSequencer::UpdatePlaybackRange does not check the exclusivity of the new bounds when setting them, but UMovieScene::UpgradeTimeRanges does. ...
Importing the fbx uses the default settings, which aren't accessed through scripting, so they cannot be changed. To circumvent this MovieSceneToolHelpers::ImportFBXIfReady caches the defaults, and ...
This issue was previously reported at [Link Removed], but it seems to have regressed due to the change at CL 23357753. GetNetMode is correctly returning NM_ListenServer, but APawn::PossessedBy now c ...
USplineComponent::GetSplinePointAt() returns an FSplinePoint with the ESplinePointType 'CurveCustomTangent' rather than the type from the setup.Expected: It should return the correct type. ...
When you are playing a game on PC (especially local multiplayer) many developers want to change how input devices are "mapped" to different players. For example, a single player game might want the ...
Camera shot blending on Sequencer does not work when Reverse Play. If we place two cameras in a scene and just blend them by Camera Shot track in sequencer, the view point is interpolated between th ...
Many of the animation asset editors don't display static mesh attachments in the way that the anim sequence or anim bp editor do. This prevents users from previewing characters that are built from ...
HLOD actors may be empty and have no meshes generated for them in which case they should not be included in the cooked game. ...