UMovieScene3DPathSection::InitialPlacement

Places this section at the first valid row at the specified time. Good for placement upon creation.

Windows
MacOS
Linux

Override Hierarchy

UMovieSceneSection::InitialPlacement()

UMovieScene3DPathSection::InitialPlacement()

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DPathSection.h

Include

#include "Sections/MovieScene3DPathSection.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DPathSection.cpp

Syntax

virtual void InitialPlacement
(
    const TArray< UMovieSceneSection * > & Sections,
    FFrameNumber InStartTime,
    int32 InDuration,
    bool bAllowMultipleRows
)

Remarks

Places this section at the first valid row at the specified time. Good for placement upon creation.

Parameters

Parameter

Description

Sections

Sections that we can not overlap with.

InStartTime

The new start time.

InDuration

The duration.

bAllowMultipleRows

If false, it will move the section in the time direction to make it fit, rather than the row direction.

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