Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation > FSubSequencePath
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 |
static FMovieSceneSequenceID FindCommonParent
&40;
const FSubSequencePath & A,
const FSubSequencePath & B
&41;
Remarks
Find the first parent sequence ID that is common to both A and B The leaf-most parent common to both paths, or MovieSceneSequenceID::Root
Parameters
Name | Description |
---|---|
A | The first sequence path |
B | The second sequence path |