MovieSceneToolHelpers::FindAvailableRowIndex

Get the next available row index for the section so that it doesn't overlap any other sections in time.

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h

Include

#include "MovieSceneToolHelpers.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp

Syntax

static int32 FindAvailableRowIndex
(
    UMovieSceneTrack * InTrack,
    UMovieSceneSection * InSection
)

Remarks

Get the next available row index for the section so that it doesn't overlap any other sections in time.

Returns

The next available row index

Parameters

Parameter

Description

InTrack

The track to find the next available row on

InSection

The section

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