Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FChannelViewKeyCachedState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor for SWidget construction - not to be used under other circumstances | MVVM/Views/SChannelView.h | ||
FChannelViewKeyCachedState
(
TRange< FFrameTime > InVisibleRange, |
Real constructor for use when rendering | MVVM/Views/SChannelView.h |
FChannelViewKeyCachedState()
Description
Default constructor for SWidget construction - not to be used under other circumstances
| Name | FChannelViewKeyCachedState |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/MVVM/Views/SChannelView.h |
| Include Path | #include "MVVM/Views/SChannelView.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/MVVM/Views/SChannelView.cpp |
FChannelViewKeyCachedState()
FChannelViewKeyCachedState(TRange< FFrameTime >, TSharedPtr< ITrackAreaHotspot >, FViewModelPtr, FSequencer *)
Description
Real constructor for use when rendering
| Name | FChannelViewKeyCachedState |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/MVVM/Views/SChannelView.h |
| Include Path | #include "MVVM/Views/SChannelView.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/MVVM/Views/SChannelView.cpp |
FChannelViewKeyCachedState
(
TRange < FFrameTime > InVisibleRange,
TSharedPtr < ITrackAreaHotspot > Hotspot,
FViewModelPtr Model,
FSequencer * Sequencer
)