0x00x0200
Members 12
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x0120 | 0x08 | padding / unreflected | |||
| 0x10 | OnGroundStateChangedDelegate | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnStabilityChangedDelegate | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x01 | bIsGrounded | bool | Protected+7 flags | false | |
| 0x0149 | 0x13 | padding / unreflected | |||
| 0x04 | GravityScale | float | Protected+6 flags | 1 | |
| 0x04 | LinearAccelerationRatio | float | Protected+6 flags | 1 | |
| 0x04 | AngularAccelerationRatio | float | Protected+6 flags | 0.1 | |
| 0x04 | MinDeflectionAngle | float | Protected+6 flags | 15 | |
| 0x04 | BaseResistance | float | Protected+6 flags | 10 | |
| 0x0170 | 0x28 | padding / unreflected | |||
| 0x04 | AirFriction | float | Protected+6 flags | 0.01 | |
| 0x04 | GroundFriction | float | Protected+6 flags | 1 | |
| 0x10 | OnPhysicsChangedDelegate | FMulticastScriptDelegate | Protected+4 flags | <delegate> | |
| 0x01B0 | 0x48 | padding / unreflected | |||
| 0x01 | bDebugManualDrag | bool | Protected+6 flags | false | |
| 0x01F9 | 0x07 | unreflected bytes to end of UTumbleMovementComponent | |||
Inherited from UMovementComponent 14
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x08 | UpdatedComponent | USceneComponent* | Transient+11 flags | nullptr | |
| 0x08 | UpdatedPrimitive | UPrimitiveComponent* | Transient+11 flags | nullptr | |
| 0x00C8 | 0x08 | padding / unreflected | |||
| 0x18 | Velocity | FVector | 7 flags | {X=0, Y=0, Z=0} | |
| 0x18 | PlaneConstraintNormal | FVector | Protected+8 flags | {X=0, Y=0, Z=0} | |
| 0x18 | PlaneConstraintOrigin | FVector | Protected+8 flags | {X=0, Y=0, Z=0} | |
| 0x01 | bUpdateOnlyIfRendered : 1bit 0 | bool | 5 flags | false | |
| 0x01 | bAutoUpdateTickRegistration : 1bit 1 | bool | 6 flags | true | |
| 0x01 | bTickBeforeOwner : 1bit 2 | bool | 6 flags | true | |
| 0x01 | bAutoRegisterUpdatedComponent : 1bit 3 | bool | 6 flags | true | |
| 0x01 | bConstrainToPlane : 1bit 4 | bool | 6 flags | false | |
| 0x01 | bSnapToPlaneAtStart : 1bit 5 | bool | 6 flags | false | |
| 0x01 | bAutoRegisterPhysicsVolumeUpdates : 1bit 6 | bool | 6 flags | true | |
| 0x01 | bComponentShouldUpdatePhysicsVolume : 1bit 7 | bool | 6 flags | false | |
| 0x0119 | 0x02 | padding / unreflected | |||
| 0x01 | PlaneConstraintAxisSetting | EPlaneConstraintAxisSetting | 6 flags | Custom | |
Inherited from UActorComponent 15
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x30 | PrimaryComponentTick | FActorComponentTickFunction | 3 flags | {} | |
| 0x10 | ComponentTags | TArray<FName> | 4 flags | [] | |
| 0x10 | AssetUserData | TArray<UAssetUserData*> | Protected+8 flags | [] | |
| 0x0088 | 0x04 | padding / unreflected | |||
| 0x04 | UCSSerializationIndex | int32 | 5 flags | -1 | |
| 0x0090 | 0x04 | padding / unreflected | |||
| 0x01 | bNetAddressable : 1bit 5 | bool | Protected+3 flags | false | |
| 0x01 | bReplicateUsingRegisteredSubObjectList : 1bit 6 | bool | Protected+9 flags | false | |
| 0x01 | bReplicates : 1bit 7 | bool | Net+7 flags | false | |
| 0x0095 | 0x01 | padding / unreflected | |||
| 0x01 | bAutoActivate : 1bit 3 | bool | 6 flags | false | |
| 0x01 | bIsActive : 1bit 4 | bool | NetTransient+4 flags | false | |
| 0x01 | bEditableWhenInherited : 1bit 5 | bool | 5 flags | true | |
| 0x01 | bCanEverAffectNavigation : 1bit 7 | bool | Protected+6 flags | false | |
| 0x01 | bIsEditorOnly : 1bit 1 | bool | 6 flags | false | |
| 0x0098 | 0x19 | padding / unreflected | |||
| 0x01 | CreationMethod | EComponentCreationMethod | 5 flags | Native | |
| 0x01 | OnComponentActivated | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x01 | OnComponentDeactivated | FMulticastScriptDelegate | 4 flags | <delegate> | |
Functions 7
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetMovementMode(const ETumbleMovementMode& InMode) | FinalNative+1 flags | 0x01 | |
| void OnTumbleStabilityChangedSignature__DelegateSignature(bool bIsStable) | Public | 0x01 | |
| void OnTumblePhysicsChangedSignature__DelegateSignature(bool bValue) | Public | 0x01 | |
| void OnTumbleGroundStateChangedSignature__DelegateSignature(bool bValue) | Public | 0x01 | |
| void OnMeshHit(UPrimitiveComponent* HitComponent, AActor* OtherActor, UPrimitiveComponent* OtherComp, const FVector& NormalImpulse, FHitResult& Hit) | FinalNative+1 flags | 0x130 | |
| void Multicast_LandAfterLaunch(const FVector& ImpactNormal) | FinalNative+2 flags | 0x18 | |
| void Multicast_LandAfterFall(const FVector& ImpactNormal) | FinalNative+2 flags | 0x18 |