Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/FSubSequencePath > API/Runtime/MovieScene/Evaluation/FSubSequencePath/__ctor
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 |
FSubSequencePath
(
FMovieSceneSequenceID LeafID,
IMovieScenePlayer & Player
)
Remarks
Set up this path from a specific sequence ID that points to a particular sequence in the specified hierarchy
Parameters
| Name | Description |
|---|---|
| LeafID | ID of the child-most sequence to include in this path |
| Player | Player from which to retrieve the hierarchy |