MovieSceneHelpers::FindNearestSectionAtTime

Finds the nearest section to the given time

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneCommonHelpers.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp

Syntax

static UMovieSceneSection * FindNearestSectionAtTime
(
    const TArray< UMovieSceneSection * > & Sections,
    FFrameNumber Time
)

Remarks

Finds the nearest section to the given time

Returns

The found section or null

Parameters

Parameter

Description

Time

The time to find a section at

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