0x00x0120
Members 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 | |
| 0x011C | 0x04 | unreflected bytes to end of UMovementComponent | |||
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 20
| Signature | Flags | Native | Params |
|---|---|---|---|
| void StopMovementImmediately() | NativePublic | 0x00 | |
| void SnapUpdatedComponentToPlane() | NativePublic | 0x00 | |
| void SetUpdatedComponent(USceneComponent* NewUpdatedComponent) | NativePublic | 0x08 | |
| void SetPlaneConstraintOrigin(const FVector& PlaneOrigin) | NativePublic | 0x18 | |
| void SetPlaneConstraintNormal(const FVector& PlaneNormal) | NativePublic | 0x18 | |
| void SetPlaneConstraintFromVectors(const FVector& Forward, const FVector& Up) | NativePublic | 0x30 | |
| void SetPlaneConstraintEnabled(bool bEnabled) | NativePublic | 0x01 | |
| void SetPlaneConstraintAxisSetting(const EPlaneConstraintAxisSetting& NewAxisSetting) | NativePublic | 0x01 | |
| void PhysicsVolumeChanged(APhysicsVolume* NewVolume) | NativePublic | 0x08 | |
| bool K2_MoveUpdatedComponent(const FVector& Delta, const FRotator& NewRotation, FHitResult& OutHit, bool bSweep, bool bTeleport) | FinalNative+1 flags | 0x133 | |
| bool IsExceedingMaxSpeed(float MaxSpeed) | NativePublic | 0x05 | |
| FVector GetPlaneConstraintOrigin() | FinalNative+1 flags | 0x18 | |
| FVector GetPlaneConstraintNormal() | FinalNative+1 flags | 0x18 | |
| EPlaneConstraintAxisSetting GetPlaneConstraintAxisSetting() | FinalNative+1 flags | 0x01 | |
| APhysicsVolume* GetPhysicsVolume() | NativePublic | 0x08 | |
| float GetMaxSpeed() | NativePublic | 0x04 | |
| float GetGravityZ() | NativePublic | 0x04 | |
| FVector ConstrainNormalToPlane(const FVector& Normal) | NativePublic | 0x30 | |
| FVector ConstrainLocationToPlane(const FVector& Location) | NativePublic | 0x30 | |
| FVector ConstrainDirectionToPlane(const FVector& Direction) | NativePublic | 0x30 |