UMovieSceneSection::IsTimeWithinSection

Returns whether or not a provided position in time is within the timespan of the section

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h

Include

#include "MovieSceneSection.h"

Syntax

bool IsTimeWithinSection
(
    FFrameNumber Position
) const

Remarks

Returns whether or not a provided position in time is within the timespan of the section

Returns

true if the position is within the timespan, false otherwise

Parameters

Parameter

Description

Position

The position to check

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