unreal.RigUnit_PoseAssetGetCurveNames

class unreal.RigUnit_PoseAssetGetCurveNames(pose_asset: PoseAsset = Ellipsis, curve_names: None = [], success: bool = False)

Bases: RigUnit_PoseAssetBase

Returns the names of the curves stored in the pose asset

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_PoseAsset.h

Editor Properties: (see get_editor_property/set_editor_property)

  • curve_names (Array[Name]): [Read-Write] The names of the retrieved curves

  • pose_asset (PoseAsset): [Read-Write] The pose asset to retrieve data from

  • success (bool): [Read-Write] True if the curves were retrieved successfully from the pose asset

property curve_names: None

[Read-Only] The names of the retrieved curves

Type:

(Array[Name])

property success: bool

[Read-Only] True if the curves were retrieved successfully from the pose asset

Type:

(bool)