Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencer
Description
Specify that an object was implicitly removed. We will notify the track editors that it was @InObject Object that was removed that was part of a track/binding but not the real binding
| Name | ObjectImplicitlyRemoved |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencer.h |
| Include Path | #include "ISequencer.h" |
void ObjectImplicitlyRemoved
(
UObject * InObject
) const