unreal.PoseSearchDatabaseBlendSpace

class unreal.PoseSearchDatabaseBlendSpace

Bases: PoseSearchDatabaseAnimationAssetBase

An blend space entry in a UPoseSearchDatabase.

C++ Source:

  • Plugin: PoseSearch

  • Module: PoseSearch

  • File: PoseSearchDatabase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • blend_space (BlendSpace): [Read-Write]

  • enabled (bool): [Read-Write]

  • mirror_option (PoseSearchMirrorOption): [Read-Write]

  • number_of_horizontal_samples (int32): [Read-Write]

  • number_of_vertical_samples (int32): [Read-Write]

  • use_grid_for_sampling (bool): [Read-Write] If to use the blendspace grid locations as parameter sample locations. When enabled, NumberOfHorizontalSamples and NumberOfVerticalSamples are ignored.