Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/IKeyArea
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/IKeyArea.h |
| Include | #include "IKeyArea.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/IKeyArea.cpp |
void Reinitialize
&40;
TWeakPtr< ISequencerSection > InSection,
FMovieSceneChannelHandle InChannel
&41;
Remarks
Reinitialize this key area with a new channel
Parameters
| Name | Description |
|---|---|
| InSection | The section that owns the channel that this key area represents |
| InChannel | Handle to the channel this key area represents |