Navigation
API > API/Plugins > API/Plugins/PoseSearch
| Name | EComponentStrippingVector |
| Type | enum |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchFeatureChannel.h |
| Include Path | #include "PoseSearch/PoseSearchFeatureChannel.h" |
Syntax
enum EComponentStrippingVector
{
None,
StripXY,
StripZ,
}
Values
| Name | Remarks |
|---|---|
| None | No component stripping. |
| StripXY | Stripping X and Y components (matching only on the horizontal plane). |
| StripZ | Stripping Z (matching only vertically - caring only about the height of the feature). |