About startup movies and Runtime Movie Scene player

I found some new features in unreal 4.1, but got some problem.

  1. I add startup movie in project settings and it just plays one or two seconds, then just skip and jump into the game.

  2. There’s a node call “Create Runtime Movie Scene Player” In blueprint, and some related new words like “Movie Scene Bindings”. When I search those words in documentation, there’s some results, but I can’t get the page due to error 404.

example:

https://docs.unrealengine.com/latest/INT/API/Runtime/MovieSceneCore/index.html
https://docs.unrealengine.com/latest/INT/API/Runtime/MovieSceneCore/UMovieSceneBindings/index.html
https://docs.unrealengine.com/latest/INT/API/Developer/MovieSceneTools/UK2Node_PlayMovieScene/index.html

Sorry for my English, thanks.

Hello,

Can you access the following page:

https://docs.unrealengine.com/latest/INT/API/RuntimeModules/MovieSceneCore/UMovieSceneBindings/index.html

Looks like the destination is different and should read as:

/RuntimeModules/MovieSceneCore/UMovieSceneBindings/

-W