unreal.AnimInfo

class unreal.AnimInfo(num_frames: int = 0, anim_start: int = 0, looping: bool = False)

Bases: StructBase

Anim Info

C++ Source:

  • Plugin: AnimToTexture

  • Module: AnimToTexture

  • File: AnimToTextureDataAsset.h

Editor Properties: (see get_editor_property/set_editor_property)

  • anim_start (int32): [Read-Only]

  • looping (bool): [Read-Write]

  • num_frames (int32): [Read-Only]

property anim_start: int

[Read-Only]

Type:

(int32)

property looping: bool

[Read-Only]

Type:

(bool)

property num_frames: int

[Read-Only]

Type:

(int32)