Navigation
Unreal Engine C++ API Reference > Plugins > MovieSceneTextTrack > FMovieSceneTextChannel
- FMovieSceneChannel::ChangeFrameResolution()
- FMovieSceneTextChannel::ChangeFrameResolution()
References
Module | MovieSceneTextTrack |
Header | /Engine/Plugins/MovieScene/MovieSceneTextTrack/Source/MovieSceneTextTrack/Public/MovieSceneTextChannel.h |
Include | #include "MovieSceneTextChannel.h" |
Source | /Engine/Plugins/MovieScene/MovieSceneTextTrack/Source/MovieSceneTextTrack/Private/MovieSceneTextChannel.cpp |
virtual void ChangeFrameResolution
&40;
FFrameRate SourceRate,
FFrameRate DestinationRate
&41;
Remarks
Called when the frame resolution of this channel is to be changed.
Parameters
Name | Description |
---|---|
SourceRate | The previous frame resolution that the channel is currently in |
DestinationRate | The desired new frame resolution. All keys should be transformed into this time-base. |