FSubSequencePath::FindCommonParent

Find the first parent sequence ID that is common to both A and B

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

static FMovieSceneSequenceID FindCommonParent
(
    const FSubSequencePath & A,
    const FSubSequencePath & B
)

Remarks

Find the first parent sequence ID that is common to both A and B

Returns

The leaf-most parent common to both paths, or MovieSceneSequenceID::Root

Parameters

Parameter

Description

A

The first sequence path

B

The second sequence path

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