unreal.AnimToTextureAnimInfo

class unreal.AnimToTextureAnimInfo(start_frame: int = 0, end_frame: int = 0)

Bases: StructBase

Anim to Texture Anim Info

C++ Source:

  • Plugin: AnimToTexture

  • Module: AnimToTexture

  • File: AnimToTextureDataAsset.h

Editor Properties: (see get_editor_property/set_editor_property)

  • end_frame (int32): [Read-Only]

  • start_frame (int32): [Read-Only]

property end_frame: int

[Read-Only]

Type:

(int32)

property start_frame: int

[Read-Only]

Type:

(int32)