Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerTrackEditor
Description
Called when an asset is dropped into Sequencer. Can potentially consume the asset so it doesn't get added as a spawnable.
Derived Overrides
| Name | HandleAssetAdded |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerTrackEditor.h |
| Include Path | #include "ISequencerTrackEditor.h" |
bool HandleAssetAdded
(
UObject * Asset,
const FGuid & TargetObjectGuid
)
true if we want to consume this asset, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Asset | The asset that is dropped in. |
| TargetObjectGuid | The object guid this asset is dropped onto, if applicable. |