0x00x03F0
Members 2
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x08 | CurrentAsset | UAnimationAsset* | Transient+6 flags | nullptr | |
| 0x10 | PostEvaluateAnimEvent | FScriptDelegate | Transient+5 flags | <delegate> |
Inherited from UAnimInstance 18
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x08 | CurrentSkeleton | USkeleton* | Transient+6 flags | nullptr | |
| 0x01 | RootMotionMode | ERootMotionMode | 7 flags | RootMotionFromMontagesOnly | |
| 0x01 | bUseMultiThreadedAnimationUpdate : 1bit 0 | bool | 3 flags | true | |
| 0x01 | bUsingCopyPoseFromMesh : 1bit 1 | bool | 3 flags | false | |
| 0x01 | bReceiveNotifiesFromLinkedInstances : 1bit 4 | bool | 5 flags | false | |
| 0x01 | bPropagateNotifiesToLinkedInstances : 1bit 5 | bool | 5 flags | false | |
| 0x01 | bUseMainInstanceMontageEvaluationData : 1bit 6 | bool | 5 flags | false | |
| 0x0032 | 0x01 | padding / unreflected | |||
| 0x01 | bQueueMontageEvents : 1bit 0 | bool | Transient+3 flags | false | |
| 0x0034 | 0x04 | padding / unreflected | |||
| 0x10 | OnMontageBlendingOut | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnMontageBlendedIn | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnMontageStarted | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnMontageEnded | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnAllMontageInstancesEnded | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnMontageSectionChanged | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x0098 | 0xB0 | padding / unreflected | |||
| 0x50 | SlotGroupInertializationRequestDataMap | TMap<FName, FInertializationRequest> | TransientProtected+1 flags | <TMap> | |
| 0x0198 | 0x48 | padding / unreflected | |||
| 0x70 | NotifyQueue | FAnimNotifyQueue | Transient+1 flags | {AnimNotifies=[], UnfilteredMontageAnimNotifies=<TMap>} | |
| 0x10 | ActiveAnimNotifyState | TArray<FAnimNotifyEvent> | Transient+3 flags | [] | |
| 0x10 | ActiveAnimNotifyEventReference | TArray<FAnimNotifyEventReference> | Transient+2 flags | [] | |
Functions 15
| Signature | Flags | Native | Params |
|---|---|---|---|
| void StopAnim() | FinalNative+1 flags | 0x00 | |
| void SetReverse(bool bInReverse) | FinalNative+1 flags | 0x01 | |
| void SetPreviewCurveOverride(const FName& PoseName, float Value, bool bRemoveIfZero) | FinalNative+1 flags | 0x0D | |
| void SetPositionWithPreviousTime(float InPosition, float InPreviousTime, bool bFireNotifies) | FinalNative+1 flags | 0x09 | |
| void SetPosition(float InPosition, bool bFireNotifies) | FinalNative+1 flags | 0x05 | |
| void SetPlayRate(float InPlayRate) | FinalNative+1 flags | 0x04 | |
| void SetPlaying(bool bIsPlaying) | FinalNative+1 flags | 0x01 | |
| void SetMirrorDataTable(UMirrorDataTable* MirrorDataTable) | FinalNative+1 flags | 0x08 | |
| void SetLooping(bool bIsLooping) | FinalNative+1 flags | 0x01 | |
| void SetBlendSpacePosition(const FVector& InPosition) | FinalNative+1 flags | 0x18 | |
| void SetAnimationAsset(UAnimationAsset* NewAsset, bool bIsLooping, float InPlayRate) | NativePublic | 0x10 | |
| void PlayAnim(bool bIsLooping, float InPlayRate, float InStartPosition) | FinalNative+1 flags | 0x0C | |
| UMirrorDataTable* GetMirrorDataTable() | FinalNative+1 flags | 0x08 | |
| float GetLength() | FinalNative+1 flags | 0x04 | |
| UAnimationAsset* GetAnimationAsset() | NativePublic | 0x08 |