Navigation
Unreal Engine C++ API Reference > Editor > Sequencer > FSequencerClipboardReconciler
References
Module | Sequencer |
Header | /Engine/Source/Editor/Sequencer/Public/SequencerClipboardReconciler.h |
Include | #include "SequencerClipboardReconciler.h" |
Source | /Engine/Source/Editor/Sequencer/Private/SequencerClipboardReconciler.cpp |
bool FindMatchingGroup
(
const TArray < TSharedPtr < UE::Sequencer::FChannelModel > > & Destination,
const TArray < FMovieSceneClipboardKeyTrack > & Source,
TMap < int32 , int32 > & Map,
bool bAllowAliases
)
Remarks
Find a matching track group for the given source, optionally allowing aliases true if any matches were found, false otherwise
Parameters
Name | Description |
---|---|
Destination | The destination key areas to find a matching group in the source for |
Source | A source group of clipboard tracks to match |
IndexMap | A map to which any matches should be added (destination index -> source index) |
bAllowAliases | true to allow synonymous names to match, false if only exact matches should be allowed |