Can't expose struct to cinematics

hi @zonfar2 ,
You can’t expose a Struct to a cinematic since the types that can be animated are limited to basic or composite ones.
However, you can expose individual variables marked as so in an Actor or scene component you’ll create in your main animated asset. Your component track will present the exposed variable so you can animate it.
This can help to keep your variables tidy.

1 Like