Exposing UMovieSceneParameterSection

Hi,

Is it possible for next UE4 versions (ideally UE4.18) that you expose:

  • UMovieSceneParameterSection::AddScalarParameterKey
  • UMovieSceneParameterSection::AddVectorParameterKey
  • UMovieSceneParameterSection::AddColorParameterKey

Or, is there a particular reason why those are not exported ?

Indeed, this class is very useful for creating custom tracks based on this type of section in plugins.
The same goes for the FParameterSection class which isn’t exported at all.

Thanks