0x00x01D8
Members 16
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x04 | Duration | float | 7 flags | 1 | |
| 0x01 | bPauseOnImpact : 1bit 0 | bool | 5 flags | false | |
| 0x0125 | 0x03 | padding / unreflected | |||
| 0x01 | bSweep | bool | 7 flags | true | |
| 0x01 | TeleportType | ETeleportType | 7 flags | None | |
| 0x01 | BehaviourType | EInterpToBehaviourType | 7 flags | OneShot | |
| 0x01 | bCheckIfStillInWorld | bool | 7 flags | true | |
| 0x01 | bForceSubStepping : 1bit 0 | bool | 5 flags | false | |
| 0x012D | 0x03 | padding / unreflected | |||
| 0x10 | OnInterpToReverse | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnInterpToStop | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnWaitBeginDelegate | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnWaitEndDelegate | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnResetDelegate | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x04 | MaxSimulationTimeStep | float | 7 flags | 0.05 | |
| 0x04 | SpeedMultiplier | float | 7 flags | 0 | |
| 0x04 | MaxSimulationIterations | int32 | 7 flags | 8 | |
| 0x018C | 0x04 | padding / unreflected | |||
| 0x10 | ControlPoints | TArray<FInterpControlPoint> | 4 flags | [] | |
| 0x01A0 | 0x38 | unreflected bytes to end of UInterpToMovementComponent | |||
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 10
| Signature | Flags | Native | Params |
|---|---|---|---|
| void StopSimulating(FHitResult& HitResult) | FinalNative+1 flags | 0x100 | |
| void RestartMovement(float InitialDirection) | FinalNative+1 flags | 0x04 | |
| void ResetControlPoints() | FinalNative+1 flags | 0x00 | |
| void OnInterpToWaitEndDelegate__DelegateSignature(FHitResult& ImpactResult, float Time) | Public | 0x104 | |
| void OnInterpToWaitBeginDelegate__DelegateSignature(FHitResult& ImpactResult, float Time) | Public | 0x104 | |
| void OnInterpToStopDelegate__DelegateSignature(FHitResult& ImpactResult, float Time) | Public | 0x104 | |
| void OnInterpToReverseDelegate__DelegateSignature(FHitResult& ImpactResult, float Time) | Public | 0x104 | |
| void OnInterpToResetDelegate__DelegateSignature(FHitResult& ImpactResult, float Time) | Public | 0x104 | |
| void FinaliseControlPoints() | FinalNative+1 flags | 0x00 | |
| void AddControlPointPosition(const FVector& Pos, bool bPositionIsRelative) | NativePublic | 0x19 |