UMovieSceneControlRigParameterTrack::FindOrAddSection

Finds a section at the current time.

Windows
MacOS
Linux

References

Module

ControlRig

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Public/Sequencer/MovieSceneControlRigParameterTrack.h

Include

#include "Sequencer/MovieSceneControlRigParameterTrack.h"

Source

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Private/Sequencer/MovieSceneControlRigParameterTrack.cpp

Syntax

UMovieSceneSection * FindOrAddSection
(
    FFrameNumber Time,
    bool & bSectionAdded
)

Remarks

Finds a section at the current time.

Returns

The found section, or the new section.

Parameters

Parameter

Description

Time

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

bSectionAdded

Whether a section was added or not

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