Class
UCustomDataTransitionSubsystem
: UTickableWorldSubsystem : UWorldSubsystem : USubsystem : UObject0x00x0080
Members 5
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | OnTransitionCompleted | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x01 | bAutoUpdateBounds | bool | 7 flags | true | |
| 0x0051 | 0x03 | padding / unreflected | |||
| 0x04 | MaxActiveTransitions | int32 | 7 flags | -1 | |
| 0x04 | MaxNewTransitionsPerFrame | int32 | 7 flags | 20 | |
| 0x005C | 0x04 | padding / unreflected | |||
| 0x10 | ActiveTransitions | TArray<FCustomDataTransition> | Transient+3 flags | [] | |
| 0x0070 | 0x10 | unreflected bytes to end of UCustomDataTransitionSubsystem | |||
Functions 6
| Signature | Flags | Native | Params |
|---|---|---|---|
| void StopTransition(UObject* WorldContextObject, UPrimitiveComponent* Component, int32 InstanceIndex, int32 CustomDataIndex) | FinalNative+2 flags | 0x18 | |
| void StopAllTransitions(UObject* WorldContextObject) | FinalNative+2 flags | 0x08 | |
| void StartTransition(UObject* WorldContextObject, UPrimitiveComponent* Component, int32 InstanceIndex, int32 CustomDataIndex, float TargetValue, float TransitionDuration, bool bDebug, bool bDestroyAfterTransition) | FinalNative+2 flags | 0x22 | |
| void SetValueInstantly(UObject* WorldContextObject, UPrimitiveComponent* Component, int32 InstanceIndex, int32 CustomDataIndex, float Value) | FinalNative+2 flags | 0x1C | |
| bool IsTransitioning(UObject* WorldContextObject, UPrimitiveComponent* Component, int32 InstanceIndex, int32 CustomDataIndex) | FinalNative+2 flags | 0x19 | |
| int32 GetActiveTransitionCount(UObject* WorldContextObject) | FinalNative+2 flags | 0x0C |