FMovieSceneFloatChannel::ComputeEffectiveRange

Compute the effective range of this channel, for example, the extents of its key times

Windows
MacOS
Linux

Override Hierarchy

FMovieSceneChannel::ComputeEffectiveRange()

FMovieSceneFloatChannel::ComputeEffectiveRange()

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneFloatChannel.h"

Source

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

Syntax

virtual TRange< FFrameNumber > ComputeEffectiveRange() const

Remarks

Compute the effective range of this channel, for example, the extents of its key times

Returns

A range that represents the greatest range of times occupied by this channel, in the sequence's frame resolution

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