unreal.InterchangeAnimationTrackSetNode¶
- class unreal.InterchangeAnimationTrackSetNode(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
InterchangeBaseNodeClass to represent a set of animation track nodes that share the same frame rate.
C++ Source:
Plugin: Interchange
Module: InterchangeNodes
File: InterchangeAnimationTrackSetNode.h
- get_custom_animation_track_uid(index) str¶
Retrieve one track dependency for this object.
- Parameters:
index (int32)
- Returns:
out_animation_track_uid (str):
- Return type:
- get_custom_animation_track_uid_count() int32¶
Retrieve the number of track dependencies for this object.
- Return type:
int32
- get_custom_frame_rate() float or None¶
Get the frame rate for the animations in the level sequence.
- Returns:
attribute_value (float):
- Return type:
float or None