For the complete documentation index, see llms.txt. This page is also available as Markdown.

FStructAnimateValue

This page describes the FStructAnimateValue struct that ships with Motion. The structure describes the value that a value source provides.

Members

X

Type: float

Description: Represents the value of the X-axis, of the curve vector used, at ActiveSeconds.

Y

Type: float

Description: Represents the value of the Y-axis, of the curve vector used, at ActiveSeconds.

Z

Type: float

Description: Represents the value of the Z-axis, of the curve vector used, at ActiveSeconds.

Last updated