unreal.ComponentStrippingVector

class unreal.ComponentStrippingVector

Bases: EnumBase

EComponent Stripping Vector

C++ Source:

  • Plugin: PoseSearch

  • Module: PoseSearch

  • File: PoseSearchFeatureChannel.h

NONE: ComponentStrippingVector

No component stripping.

Type:

0

STRIP_XY: ComponentStrippingVector

Stripping X and Y components (matching only on the horizontal plane).

Type:

1

STRIP_Z: ComponentStrippingVector

Stripping Z (matching only vertically - caring only about the height of the feature).

Type:

2