Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels > FMovieSceneChannelData
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
Include | #include "Channels/MovieSceneChannelData.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneChannelData.cpp |
void ChangeFrameResolution
&40;
FFrameRate SourceRate,
FFrameRate DestinationRate
&41;
Remarks
Convert the frame resolution of a movie scene channel by moving the key times to the equivalent frame time
Parameters
Name | Description |
---|---|
SourceRate | The frame rate the channel is currently in |
DestinationRate | The new frame rate to convert the channel to |