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_param_x (float): [Read-Write] BlendParams used to sample this BlendSpace

  • blend_param_y (float): [Read-Write] BlendParams used to sample this BlendSpace

  • blend_space (BlendSpace): [Read-Write]

  • enabled (bool): [Read-Write] This allows users to enable or exclude animations from this database. Useful for debugging.

  • mirror_option (PoseSearchMirrorOption): [Read-Write] This allows users to set if this animation is original only (no mirrored data), original and mirrored, or only the mirrored version of this animation. It requires the mirror table to be set up in the config file.

  • number_of_horizontal_samples (int32): [Read-Write] Sets the number of horizontal samples in the blend space to pull the animation data coverage from. The larger the samples the more the data, but also the more memory and performance it takes.

  • number_of_vertical_samples (int32): [Read-Write] Sets the number of vertical samples in the blend space to pull the animation data coverage from.The larger the samples the more the data, but also the more memory and performance it takes.

  • use_grid_for_sampling (bool): [Read-Write] When turned on, this will use the set grid samples of the blend space asset for sampling. This will override the Number of Horizontal/Vertical Samples.

  • use_single_sample (bool): [Read-Write] If true this BlendSpace will output a single segment in the database.