FSubSequencePath::NumGenerationsFromRoot

Return the number of generations between the root and the specified sequence ID

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneRootOverridePath.h

Include

#include "Evaluation/MovieSceneRootOverridePath.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneRootOverridePath.cpp

Syntax

int32 NumGenerationsFromRoot
(
    FMovieSceneSequenceID SequenceID
) const

Remarks

Return the number of generations between the root and the specified sequence ID

Returns

The number of generations between the two nodes. (ie, 0 where SequenceID == Root, 1 for Immediate children, 2 for grandchildren)

Parameters

Parameter

Description

SequenceID

ID of the child sequence to count generations to

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