UMovieScenePropertyTrack::FindAllSections

Find all sections at the current time.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScenePropertyTrack.h

Include

#include "Tracks/MovieScenePropertyTrack.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScenePropertyTrack.cpp

Syntax

TArray< UMovieSceneSection *, TInlineAllocator< 4 > > FindAllSections
(
    FFrameNumber Time
)

Remarks

Find all sections at the current time.

Parameters

Parameter

Description

Time

The Time relative to the owning movie scene where the section should be All sections at that time

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