Navigation
API > API/Runtime > API/Runtime/MoviePlayer > API/Runtime/MoviePlayer/IMovieStreamer
Description
Code run every tick for any additional per tick handling of playing the movie. Returns true if done.
| Name | Tick |
| Type | function |
| Header File | /Engine/Source/Runtime/MoviePlayer/Public/MoviePlayer.h |
| Include Path | #include "MoviePlayer.h" |
bool Tick
(
FRHICommandListBase & RHICmdList,
float DeltaTime
)