unreal.InterchangeAnimatedProperty

class unreal.InterchangeAnimatedProperty

Bases: EnumBase

Enumeration specifying which properties of a camera, light or scene node can be animated besides transform.

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeAnimationTrackSetNode.h

NONE: InterchangeAnimatedProperty

The associated animation track will be ignored.

Type:

0

VISIBILITY: InterchangeAnimatedProperty

The associated animation track is applied to the visibility property of the actor

Type:

1