Motion 1.4
AnimateMotionglTF Batch Exporter
  • Getting Started
  • Tutorials
    • Add Footsteps to Motion
    • Add Surfaces to Motion
    • Camera Transitions
    • Creating a component
    • Retargeting Marketplace Characters
    • Using Metahumans
  • Tweaking
    • Breathing Shake
    • Crouch Deceleration
    • Jump Camera Bounce
    • Sneak Deceleration
    • Sneak Shake
    • Sprint Acceleration
    • Sprint Shake
    • Movement Sounds
  • Components
    • BP_BaseCurveManager
    • BP_BaseCharacterCurvedComponent
    • BP_BaseMotionManager
    • BP_BreathingComponent
    • BP_CharacterCoreComponent
    • BP_CharacterCurveManager
    • BP_CoreComponent
    • BP_CrouchingComponent
    • BP_CurvedComponent
    • BP_IdleComponent
    • BP_JumpingComponent
    • BP_MotionCharacter
    • BP_MotionComponent
    • BP_MovementSoundComponent
    • BP_SneakingComponent
    • BP_SprintingComponent
    • BP_TrueFirstPersonComponent
    • BP_WalkingComponent
  • Architecture
    • ECurvePositions
    • ECurveTimes
    • EMovementDirections
    • EMovementEvents
    • EMovementSoundTypes
    • ETransitionCurves
    • ETransitionPositions
    • FStructCameraCurve
    • FStructCameraCurveTransition
    • FStructCharacterGroundInfo
    • FStructMotionCurve
    • FStructMotionCurveConfiguration
    • FStructMotionCurveIdentifier
    • FStructMotionCurveTransition
    • FStructMotionCurveTransitionConfiguration
    • FStructMovementSound
Powered by GitBook
On this page
  1. Tweaking

Sneak Deceleration

Last updated 2 years ago

This page describes how you can adjust the deceleration of the player when they start sneaking.

To edit the curve, double-click the curve in Motion\Blueprints\Curves\Curve_SneakDeceleration. This will open the curve editor.

The Red line, X, translates to the progress of deceleration in percent.

With the provided curve this means that the player will reach the full speed penalty of sneaking in 0.7 seconds.

Valid values for this curve are between 0 (0%) and 1 (100%). Please consider this when editing this curve.

You can add additional points to the curve to create a different deceleration pattern.