FMovieSceneBoolChannel::ChangeFrameResolution

Called when the frame resolution of this channel is to be changed.

Windows
MacOS
Linux

Override Hierarchy

FMovieSceneChannel::ChangeFrameResolution()

FMovieSceneBoolChannel::ChangeFrameResolution()

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneBoolChannel.h

Include

#include "Channels/MovieSceneBoolChannel.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneBoolChannel.cpp

Syntax

virtual void ChangeFrameResolution
(
    FFrameRate SourceRate,
    FFrameRate DestinationRate
)

Remarks

Called when the frame resolution of this channel is to be changed.

Parameters

Parameter

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.

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