Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Sections > FMovieSceneEventSectionData
- FMovieSceneChannel::ChangeFrameResolution()
- FMovieSceneEventSectionData::ChangeFrameResolution()
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneEventSection.h |
Include | #include "Sections/MovieSceneEventSection.h" |
Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneEventSection.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. |