Navigation
API > API/Plugins > API/Plugins/PoseSearch
| Name | EPoseSearchDataPreprocessor |
| Type | enum |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchSchema.h |
| Include Path | #include "PoseSearch/PoseSearchSchema.h" |
Syntax
enum EPoseSearchDataPreprocessor
{
None,
Normalize,
NormalizeOnlyByDeviation,
NormalizeWithCommonSchema,
}
Values
| Name | Remarks |
|---|---|
| None | The data will be left untouched. |
| Normalize | The data will be normalized against its deviation, and the user weights will be normalized to be a unitary vector. |
| NormalizeOnlyByDeviation | The data will be normalized against its deviation Experimental, this feature might be removed without warning, not for production use |
| NormalizeWithCommonSchema | Same behavior as Normalize, but it'll index all the databases in the normalization set with the same schema Experimental, this feature might be removed without warning, not for production use |