FMovieSceneChannelData::ChangeFrameResolution

Convert the frame resolution of a movie scene channel by moving the key times to the equivalent frame time

Windows
MacOS
Linux

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

Syntax

void ChangeFrameResolution
(
    FFrameRate SourceRate,
    FFrameRate DestinationRate
)

Remarks

Convert the frame resolution of a movie scene channel by moving the key times to the equivalent frame time

Parameters

Parameter

Description

SourceRate

The frame rate the channel is currently in

DestinationRate

The new frame rate to convert the channel to

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss