unreal.AnimationAttributeIdentifier¶
- class unreal.AnimationAttributeIdentifier(name: Name = 'None', bone_name: Name = 'None', bone_index: int = 0, script_struct: ScriptStruct = Ellipsis, script_struct_path: SoftObjectPath = Ellipsis)¶
Bases:
StructBaseScript-friendly structure for identifying an attribute (curve). Wrapping the attribute name, bone name and index, and underlying data type for use within the AnimDataController API.
C++ Source:
Module: Engine
File: AttributeIdentifier.h
Editor Properties: (see get_editor_property/set_editor_property)
bone_index(int32): [Read-Write]bone_name(Name): [Read-Write]name(Name): [Read-Write]script_struct(ScriptStruct): [Read-Write]script_struct_path(SoftObjectPath): [Read-Write]
- property script_struct: ScriptStruct¶
[Read-Only]
- Type:
- property script_struct_path: SoftObjectPath¶
[Read-Only]
- Type: