Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Contains various statistics about a set of ranges within the UAnimDatabase
| Name | FAnimDatabaseFrameRangesStatistics |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabaseFrameRanges.h |
| Include Path | #include "AnimDatabaseFrameRanges.h" |
Syntax
USTRUCT (BlueprintType )
struct FAnimDatabaseFrameRangesStatistics
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimNotifies | TArray< TSubclassOf< UAnimNotify > > | Anim Notifies contained within range | AnimDatabaseFrameRanges.h |
|
| AnimNotifyStates | TArray< TSubclassOf< UAnimNotifyState > > | Anim Notify States contained within range | AnimDatabaseFrameRanges.h |
|
| AverageRangeDuration | float | The average duration of a ranges in seconds | AnimDatabaseFrameRanges.h |
|
| CompressedSize | float | Approximate size of the compressed animation data in the ranges in kilobytes. | AnimDatabaseFrameRanges.h |
|
| DiskSize | float | Approximate size of the animation data in the ranges on disk in kilobytes. | AnimDatabaseFrameRanges.h |
|
| MaximumRangeDuration | float | The maximum duration from the ranges in seconds | AnimDatabaseFrameRanges.h |
|
| MinimumRangeDuration | float | The minimum duration from the ranges in seconds | AnimDatabaseFrameRanges.h |
|
| TotalDuration | float | The total duration of animation in the ranges in seconds | AnimDatabaseFrameRanges.h |
|
| TotalFrameNum | int32 | The total number of frames in the given ranges | AnimDatabaseFrameRanges.h |
|
| TotalRangeNum | int32 | The total number of ranges | AnimDatabaseFrameRanges.h |
|
| TotalSequenceNum | int32 | The total number of unique sequences. Mirrored sequences are counted as a unique sequence. | AnimDatabaseFrameRanges.h |
|
| UncompressedSize | float | Approximate size of the uncompressed animation data in the ranges in kilobytes. | AnimDatabaseFrameRanges.h |
|