UMovieScenePropertyTrack::FindOrExtendSection

Finds a section at the current time or extends an existing one

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

UMovieSceneSection * FindOrExtendSection
(
    FFrameNumber Time,
    float & OutWeight
)

Remarks

Finds a section at the current time or extends an existing one

Returns

The found section.

Parameters

Parameter

Description

Time

The time relative to the owning movie scene where the section should be

OutWeight

The weight of the section if found

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