| AnimationSequences |
uint32 |
Number of Animation Sequences in the database. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="General Information"
|
| AssetsSize |
FText |
Partial memory size used to animation data sub ranges, mirror state, blend parameters. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Memory Information"
|
| AverageAcceleration |
FText |
The average acceleration of the characters trajectory across all the animations in the database. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Kinematic Information"
|
| AverageSpeed |
FText |
Average speed of the characters trajectory across all animations in the database. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Kinematic Information"
|
| EstimatedDatabaseSize |
FText |
Aggregated total memory used by this database (including animation assets). |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Memory Information"
|
| EventDataSize |
FText |
Experimental, this feature might be removed without warning, not for production use partial memory size used for events. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Memory Information"
|
| ExplainedVariance |
float |
When Pose Search Mode is set to PCAKDTree this value represents how well the variance of the dataset is explained within the chosen Number Of Principal Components: the higher, the better the quality (statistically more significant result) out of the kdtree search. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Principal Component Analysis Information"
- Meta=(Units="Percent")
|
| KDTreeSize |
FText |
Partial memory size used by the kdtree. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Memory Information"
|
| MaxAcceleration |
FText |
The max acceleration of the characters trajectory across all the animations in the database. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Kinematic Information"
|
| MaxSpeed |
FText |
Highest speed of the characters trajectory across all animations in the database. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Kinematic Information"
|
| PCAValuesSize |
FText |
Partial memory size used to store the pose feature vectors in PCA space. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Memory Information"
|
| PoseMetadataSize |
FText |
Partial memory size used to store database metadata. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Memory Information"
|
| PrunedFrames |
uint32 |
Amount of animation frames (database poses) of pose features data that has been pruned out because close to each other more than PosePruningSimilarityThreshold. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="General Information"
|
| PrunedPCAFrames |
uint32 |
Amount of animation frames projected in PCA space (database poses) of pose PCA feature data (used to construct the kdtree) that has been pruned out because close to each other more than PCAValuesPruningSimilarityThreshold. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="General Information"
|
| SchemaCardinality |
uint32 |
Cardinality for the database schema (how many floats per pose to store the pose features data) |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="General Information"
|
| SearchableFrames |
uint32 |
Amount of animation frames that are searchable in the database (this will exclude frames that have been removed using Sampling Range). |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="General Information"
|
| SearchableTime |
FText |
Amount of animation in time that are searchable in the database (this will exclude time that have been removed using Sampling Range). |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="General Information"
|
| SourceAnimAssetsSizeCookedEstimate |
FText |
Experimental, this feature might be removed without warning, not for production use partial memory size used by the cooked animation assets. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Memory Information"
|
| TotalAnimationPosesInFrames |
uint32 |
Number of total animation poses in frames in the database. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="General Information"
|
| TotalAnimationPosesInTime |
FText |
Number of total animation poses in time in the database. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="General Information"
|
| ValuesSize |
FText |
Partial memory size used to store the pose feature vectors. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Memory Information"
|
| VPTreeSize |
FText |
Partial memory size used by the vptree. |
PoseSearchDatabaseEditorReflection.h |
- VisibleAnywhere
- Category="Memory Information"
|