Search Results
/Script/Engine.CharacterMovementComponent
CharacterMovementComponent
| # | Property Name | Type | Offset | Size | |
|---|---|---|---|---|---|
| 1 | GravityScale | float | 0x01A0 | 0x04 | |
| 2 | MaxStepHeight | float | 0x01A4 | 0x04 | |
| 3 | JumpZVelocity | float | 0x01A8 | 0x04 | |
| 4 | JumpOffJumpZFactor | float | 0x01AC | 0x04 | |
| 5 | WalkableFloorAngle | float | 0x01CC | 0x04 | |
| 6 | WalkableFloorZ | float | 0x01D0 | 0x04 | |
| 7 | GravityDirection | float | 0x01D8 | 0x18 | |
| 8 | WorldToGravityTransform | float | 0x01F0 | 0x20 | |
| 9 | GravityToWorldTransform | float | 0x0210 | 0x20 | |
| 10 | GroundFriction | float | 0x0234 | 0x04 | |
| 11 | OldBaseQuat | float | 0x0240 | 0x20 | |
| 12 | OldBaseLocation | float | 0x0260 | 0x18 | |
| 13 | MaxWalkSpeed | float | 0x0278 | 0x04 | |
| 14 | MaxWalkSpeedCrouched | float | 0x027C | 0x04 | |
| 15 | MaxSwimSpeed | float | 0x0280 | 0x04 | |
| 16 | MaxFlySpeed | float | 0x0284 | 0x04 | |
| 17 | MaxCustomMovementSpeed | float | 0x0288 | 0x04 | |
| 18 | MaxAcceleration | float | 0x028C | 0x04 | |
| 19 | MinAnalogWalkSpeed | float | 0x0290 | 0x04 | |
| 20 | BrakingFrictionFactor | float | 0x0294 | 0x04 | |
| 21 | BrakingFriction | float | 0x0298 | 0x04 | |
| 22 | BrakingSubStepTime | float | 0x029C | 0x04 | |
| 23 | BrakingDecelerationWalking | float | 0x02A0 | 0x04 | |
| 24 | BrakingDecelerationFalling | float | 0x02A4 | 0x04 | |
| 25 | BrakingDecelerationSwimming | float | 0x02A8 | 0x04 | |
| 26 | BrakingDecelerationFlying | float | 0x02AC | 0x04 | |
| 27 | AirControl | float | 0x02B0 | 0x04 | |
| 28 | AirControlBoostMultiplier | float | 0x02B4 | 0x04 | |
| 29 | AirControlBoostVelocityThreshold | float | 0x02B8 | 0x04 | |
| 30 | FallingLateralFriction | float | 0x02BC | 0x04 | |
| 31 | CrouchedHalfHeight | float | 0x02C0 | 0x04 | |
| 32 | Buoyancy | float | 0x02C4 | 0x04 | |
| 33 | PerchRadiusThreshold | float | 0x02C8 | 0x04 | |
| 34 | PerchAdditionalHeight | float | 0x02CC | 0x04 | |
| 35 | RotationRate | float | 0x02D0 | 0x18 | |
| 36 | bUseSeparateBrakingFriction | bool | 0x02E8 | 0x01 | |
| 37 | bDontFallBelowJumpZVelocityDuringJump | bool | 0x02E8 | 0x01 | |
| 38 | bApplyGravityWhileJumping | bool | 0x02E8 | 0x01 | |
| 39 | bUseControllerDesiredRotation | bool | 0x02E8 | 0x01 | |
| 40 | bOrientRotationToMovement | bool | 0x02E8 | 0x01 | |
| 41 | bSweepWhileNavWalking | bool | 0x02E8 | 0x01 | |
| 42 | bMovementInProgress | bool | 0x02E8 | 0x01 | |
| 43 | bEnableScopedMovementUpdates | bool | 0x02E9 | 0x01 | |
| 44 | bEnableServerDualMoveScopedMovementUpdates | bool | 0x02E9 | 0x01 | |
| 45 | bForceMaxAccel | bool | 0x02E9 | 0x01 | |
| 46 | bRunPhysicsWithNoController | bool | 0x02E9 | 0x01 | |
| 47 | bForceNextFloorCheck | bool | 0x02E9 | 0x01 | |
| 48 | bShrinkProxyCapsule | bool | 0x02E9 | 0x01 | |
| 49 | bCanWalkOffLedges | bool | 0x02E9 | 0x01 | |
| 50 | bCanWalkOffLedgesWhenCrouching | bool | 0x02E9 | 0x01 | |
| 51 | bNetworkSkipProxyPredictionOnNetUpdate | bool | 0x02EA | 0x01 | |
| 52 | bNetworkAlwaysReplicateTransformUpdateTimestamp | bool | 0x02EA | 0x01 | |
| 53 | bDeferUpdateMoveComponent | bool | 0x02EA | 0x01 | |
| 54 | bEnablePhysicsInteraction | bool | 0x02EA | 0x01 | |
| 55 | bTouchForceScaledToMass | bool | 0x02EA | 0x01 | |
| 56 | bPushForceScaledToMass | bool | 0x02EA | 0x01 | |
| 57 | bPushForceUsingZOffset | bool | 0x02EB | 0x01 | |
| 58 | bScalePushForceToVelocity | bool | 0x02EB | 0x01 | |
| 59 | MaxOutOfWaterStepHeight | float | 0x02F8 | 0x04 | |
| 60 | OutofWaterZ | float | 0x02FC | 0x04 | |
| 61 | Mass | float | 0x0300 | 0x04 | |
| 62 | StandingDownwardForceScale | float | 0x0304 | 0x04 | |
| 63 | InitialPushForceFactor | float | 0x0308 | 0x04 | |
| 64 | PushForceFactor | float | 0x030C | 0x04 | |
| 65 | PushForcePointZOffsetFactor | float | 0x0310 | 0x04 | |
| 66 | TouchForceFactor | float | 0x0314 | 0x04 | |
| 67 | MinTouchForce | float | 0x0318 | 0x04 | |
| 68 | MaxTouchForce | float | 0x031C | 0x04 | |
| 69 | RepulsionForce | float | 0x0320 | 0x04 | |
| 70 | Acceleration | float | 0x0328 | 0x18 | |
| 71 | LastUpdateRotation | float | 0x0340 | 0x20 | |
| 72 | LastUpdateLocation | float | 0x0360 | 0x18 | |
| 73 | LastUpdateVelocity | float | 0x0378 | 0x18 | |
| 74 | ServerLastTransformUpdateTimeStamp | float | 0x0390 | 0x04 | |
| 75 | ServerLastClientGoodMoveAckTime | float | 0x0394 | 0x04 | |
| 76 | ServerLastClientAdjustmentTime | float | 0x0398 | 0x04 | |
| 77 | PendingImpulseToApply | float | 0x03A0 | 0x18 | |
| 78 | PendingForceToApply | float | 0x03B8 | 0x18 | |
| 79 | AnalogInputModifier | float | 0x03D0 | 0x04 | |
| 80 | MaxSimulationTimeStep | float | 0x03E0 | 0x04 | |
| 81 | MaxSimulationIterations | int32_t | 0x03E4 | 0x04 | |
| 82 | MaxJumpApexAttemptsPerSimulation | int32_t | 0x03E8 | 0x04 | |
| 83 | MaxDepenetrationWithGeometry | float | 0x03EC | 0x04 | |
| 84 | MaxDepenetrationWithGeometryAsProxy | float | 0x03F0 | 0x04 | |
| 85 | MaxDepenetrationWithPawn | float | 0x03F4 | 0x04 | |
| 86 | MaxDepenetrationWithPawnAsProxy | float | 0x03F8 | 0x04 | |
| 87 | NetworkSimulatedSmoothLocationTime | float | 0x03FC | 0x04 | |
| 88 | NetworkSimulatedSmoothRotationTime | float | 0x0400 | 0x04 | |
| 89 | ListenServerNetworkSimulatedSmoothLocationTime | float | 0x0404 | 0x04 | |
| 90 | ListenServerNetworkSimulatedSmoothRotationTime | float | 0x0408 | 0x04 | |
| 91 | NetProxyShrinkRadius | float | 0x040C | 0x04 | |
| 92 | NetProxyShrinkHalfHeight | float | 0x0410 | 0x04 | |
| 93 | NetworkMaxSmoothUpdateDistance | float | 0x0414 | 0x04 | |
| 94 | NetworkNoSmoothUpdateDistance | float | 0x0418 | 0x04 | |
| 95 | NetworkMinTimeBetweenClientAckGoodMoves | float | 0x041C | 0x04 | |
| 96 | NetworkMinTimeBetweenClientAdjustments | float | 0x0420 | 0x04 | |
| 97 | NetworkMinTimeBetweenClientAdjustmentsLargeCorrection | float | 0x0424 | 0x04 | |
| 98 | NetworkLargeClientCorrectionDistance | float | 0x0428 | 0x04 | |
| 99 | LedgeCheckThreshold | float | 0x042C | 0x04 | |
| 100 | JumpOutOfWaterPitch | float | 0x0430 | 0x04 | |
| 101 | CurrentFloor | float | 0x0438 | 0x108 | |
| 102 | bMaintainHorizontalGroundVelocity | bool | 0x054C | 0x01 | |
| 103 | bImpartBaseVelocityX | bool | 0x054C | 0x01 | |
| 104 | bImpartBaseVelocityY | bool | 0x054C | 0x01 | |
| 105 | bImpartBaseVelocityZ | bool | 0x054C | 0x01 | |
| 106 | bImpartBaseAngularVelocity | bool | 0x054C | 0x01 | |
| 107 | bJustTeleported | bool | 0x054C | 0x01 | |
| 108 | bNetworkUpdateReceived | bool | 0x054C | 0x01 | |
| 109 | bNetworkMovementModeChanged | bool | 0x054C | 0x01 | |
| 110 | bNetworkGravityDirectionChanged | bool | 0x054D | 0x01 | |
| 111 | bIgnoreClientMovementErrorChecksAndCorrection | bool | 0x054D | 0x01 | |
| 112 | bServerAcceptClientAuthoritativePosition | bool | 0x054D | 0x01 | |
| 113 | bNotifyApex | bool | 0x054D | 0x01 | |
| 114 | bCheatFlying | bool | 0x054D | 0x01 | |
| 115 | bWantsToCrouch | bool | 0x054D | 0x01 | |
| 116 | bCrouchMaintainsBaseLocation | bool | 0x054D | 0x01 | |
| 117 | bIgnoreBaseRotation | bool | 0x054D | 0x01 | |
| 118 | bFastAttachedMove | bool | 0x054E | 0x01 | |
| 119 | bAlwaysCheckFloor | bool | 0x054E | 0x01 | |
| 120 | bUseFlatBaseForFloorChecks | bool | 0x054E | 0x01 | |
| 121 | bPerformingJumpOff | bool | 0x054E | 0x01 | |
| 122 | bWantsToLeaveNavWalking | bool | 0x054E | 0x01 | |
| 123 | bUseRVOAvoidance | bool | 0x054E | 0x01 | |
| 124 | bRequestedMoveUseAcceleration | bool | 0x054E | 0x01 | |
| 125 | bWasSimulatingRootMotion | bool | 0x054F | 0x01 | |
| 126 | bAllowPhysicsRotationDuringAnimRootMotion | bool | 0x054F | 0x01 | |
| 127 | FormerBaseVelocityDecayHalfLife | float | 0x0550 | 0x04 | |
| 128 | bHasRequestedVelocity | bool | 0x0554 | 0x01 | |
| 129 | bRequestedMoveWithMaxSpeed | bool | 0x0554 | 0x01 | |
| 130 | bWasAvoidanceUpdated | bool | 0x0554 | 0x01 | |
| 131 | bProjectNavMeshWalking | bool | 0x0554 | 0x01 | |
| 132 | bSlideAlongNavMeshEdge | bool | 0x0554 | 0x01 | |
| 133 | bProjectNavMeshOnBothWorldChannels | bool | 0x0554 | 0x01 | |
| 134 | AvoidanceConsiderationRadius | float | 0x0574 | 0x04 | |
| 135 | RequestedVelocity | float | 0x0578 | 0x18 | |
| 136 | LastUpdateRequestedVelocity | float | 0x0590 | 0x18 | |
| 137 | AvoidanceUID | int32_t | 0x05A8 | 0x04 | |
| 138 | AvoidanceGroup | float | 0x05AC | 0x04 | |
| 139 | GroupsToAvoid | float | 0x05B0 | 0x04 | |
| 140 | GroupsToIgnore | float | 0x05B4 | 0x04 | |
| 141 | AvoidanceWeight | float | 0x05B8 | 0x04 | |
| 142 | PendingLaunchVelocity | float | 0x05C0 | 0x18 | |
| 143 | NavMeshProjectionInterval | float | 0x0718 | 0x04 | |
| 144 | NavMeshProjectionTimer | float | 0x071C | 0x04 | |
| 145 | NavMeshProjectionInterpSpeed | float | 0x0720 | 0x04 | |
| 146 | NavMeshProjectionHeightScaleUp | float | 0x0724 | 0x04 | |
| 147 | NavMeshProjectionHeightScaleDown | float | 0x0728 | 0x04 | |
| 148 | NavWalkingFloorDistTolerance | float | 0x072C | 0x04 | |
| 149 | bBasedMovementIgnorePhysicsBase | bool | 0x0730 | 0x01 | |
| 150 | bBaseOnAttachmentRoot | bool | 0x0731 | 0x01 | |
| 151 | bStayBasedInAir | bool | 0x0732 | 0x01 | |
| 152 | StayBasedInAirHeight | float | 0x0734 | 0x04 | |
| 153 | PostPhysicsTickFunction | float | 0x0768 | 0x30 | |
| 154 | MinTimeBetweenTimeStampResets | float | 0x07B0 | 0x04 | |
| 155 | CurrentRootMotion | float | 0x0D08 | 0x48 | |
| 156 | ServerCorrectionRootMotion | float | 0x0D50 | 0x48 | |
| 157 | RootMotionParams | float | 0x0F00 | 0x70 | |
| 158 | AnimRootMotionVelocity | float | 0x0F70 | 0x18 |