0x00x0500
Members 9
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x08 | GrabbedComponent | UPrimitiveComponent* | 8 flags | nullptr | |
| 0x00C0 | 0x08 | padding / unreflected | |||
| 0x01 | bSoftAngularConstraint : 1bit 1 | bool | 6 flags | true | |
| 0x01 | bSoftLinearConstraint : 1bit 2 | bool | 6 flags | true | |
| 0x01 | bInterpolateTarget : 1bit 3 | bool | 5 flags | true | |
| 0x00C9 | 0x03 | padding / unreflected | |||
| 0x04 | LinearDamping | float | 8 flags | 200 | |
| 0x04 | LinearStiffness | float | 8 flags | 750 | |
| 0x04 | AngularDamping | float | 8 flags | 500 | |
| 0x04 | AngularStiffness | float | 8 flags | 1500 | |
| 0x00DC | 0xC4 | padding / unreflected | |||
| 0x04 | InterpolationSpeed | float | 8 flags | 50 | |
| 0x01A4 | 0x35C | unreflected bytes to end of UPhysicsHandleComponent | |||
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 14
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetTargetRotation(const FRotator& NewRotation) | FinalNative+1 flags | 0x18 | |
| void SetTargetLocationAndRotation(const FVector& NewLocation, const FRotator& NewRotation) | FinalNative+1 flags | 0x30 | |
| void SetTargetLocation(const FVector& NewLocation) | FinalNative+1 flags | 0x18 | |
| void SetLinearStiffness(float NewLinearStiffness) | FinalNative+1 flags | 0x04 | |
| void SetLinearDamping(float NewLinearDamping) | FinalNative+1 flags | 0x04 | |
| void SetInterpolationSpeed(float NewInterpolationSpeed) | FinalNative+1 flags | 0x04 | |
| void SetAngularStiffness(float NewAngularStiffness) | FinalNative+1 flags | 0x04 | |
| void SetAngularDamping(float NewAngularDamping) | FinalNative+1 flags | 0x04 | |
| void ReleaseComponent() | NativePublic | 0x00 | |
| void GrabComponentAtLocationWithRotation(UPrimitiveComponent* Component, const FName& InBoneName, const FVector& Location, const FRotator& Rotation) | FinalNative+1 flags | 0x40 | |
| void GrabComponentAtLocation(UPrimitiveComponent* Component, const FName& InBoneName, const FVector& GrabLocation) | FinalNative+1 flags | 0x28 | |
| void GrabComponent(UPrimitiveComponent* Component, const FName& InBoneName, const FVector& GrabLocation, bool bConstrainRotation) | NativePublic | 0x29 | |
| void GetTargetLocationAndRotation(const FVector& TargetLocation, const FRotator& TargetRotation) | FinalNative+1 flags | 0x30 | |
| UPrimitiveComponent* GetGrabbedComponent() | FinalNative+1 flags | 0x08 |