0x00x0368
Members 15
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x00B8 | 0x98 | padding / unreflected | |||
| 0x08 | PullSettings | UActorDragSettings* | Protected+7 flags | nullptr | |
| 0x04 | OutOfRangeMargin | float | Protected+6 flags | 5 | |
| 0x04 | TargetPullAccelerationTime | float | Protected+6 flags | 3 | |
| 0x08 | TargetPullSpeedCurve | UCurveFloat* | Protected+7 flags | nullptr | |
| 0x08 | OrbitComponent | UTornadoOrbitComponent* | 8 flags | nullptr | |
| 0x0170 | 0x20 | padding / unreflected | |||
| 0x50 | LooseTargets | TMap<int32, UWeatherComponent*> | 3 flags | <TMap> | |
| 0x01E0 | 0x28 | padding / unreflected | |||
| 0x04 | ClaimHeight | float | Protected+6 flags | 60 | |
| 0x04 | ClaimSpeedThreshold_Base | float | Protected+6 flags | 150 | |
| 0x04 | ClaimSpeedThreshold_Stuck | float | Protected+6 flags | 75 | |
| 0x04 | TargetEjectionAccelerationTime | float | Protected+6 flags | 5 | |
| 0x08 | TargetEjectionSpeedCurve | UCurveFloat* | Protected+7 flags | nullptr | |
| 0x0220 | 0x08 | padding / unreflected | |||
| 0x50 | ClaimedTargets | TMap<int32, UWeatherComponent*> | 3 flags | <TMap> | |
| 0x0278 | 0x10 | padding / unreflected | |||
| 0x50 | EjectingTargets | TMap<int32, UWeatherComponent*> | 3 flags | <TMap> | |
| 0x02D8 | 0x10 | padding / unreflected | |||
| 0x08 | ErosionDamageCurve | UCurveFloat* | Protected+7 flags | nullptr | |
| 0x02F0 | 0x10 | padding / unreflected | |||
| 0x50 | BlockageMap | TMap<AActor*, FTornadoBlockageData> | 1 flags | <TMap> | |
| 0x0350 | 0x18 | unreflected bytes to end of UTornadoSuctionComponent | |||
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 |
|---|---|---|---|
| bool PullTarget(FTornadoTargetData_Suction& TargetData, float DeltaTime, float PowerMultiplier, const FVector& TornadoCenter) | FinalNative+1 flags | 0xC1 | |
| void OnTornadoSuctionTargetLeftSignature__DelegateSignature(UWeatherComponent* Target) | Public | 0x08 | |
| void OnTornadoSuctionTargetEjectionTimeoutSignature__DelegateSignature(UWeatherComponent* Target, const ETornadoTargetClaimReason& ClaimReason, const FVector& Direction) | Public | 0x28 | |
| void OnTornadoSuctionTargetCapturedSignature__DelegateSignature(UWeatherComponent* TargetComponent, int32 TargetId) | Public | 0x0C | |
| void OnTornadoSuctionClaimTargetAvailableSignature__DelegateSignature(UWeatherComponent* Target, const ETornadoTargetClaimMode& Mode, const ETornadoTargetClaimReason& Reason, const FVector& Direction) | Public | 0x28 | |
| bool CanPullTarget(FTornadoTargetData_Suction& TargetData, const FVector& PullCenter, float PowerMultiplier, float ProximityAlpha, const float& OutSpeed, const FVector& OutDirection) | FinalNative+1 flags | 0xE1 | |
| bool CanDamageTarget(FTornadoTargetData_Suction& TargetData, const FVector& PullCenter, float PowerMultiplier, float ProximityAlpha, const float& OutSpeed, const FVector& OutDirection) | FinalNative+1 flags | 0xE1 |