Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/TrackEditorThumbnail
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditorThumbnail/TrackEditorThumbnail.h |
| Include | #include "TrackEditorThumbnail/TrackEditorThumbnail.h" |
Syntax
struct FThumbnailCacheData
Remarks
Cache data
Variables
| Type | Name | Description | |
|---|---|---|---|
| FIntPoint | AllottedSize | Physical size of the thumbnail area | |
| FIntPoint | DesiredSize | Desired frame size constraint | |
| EThumbnailQuality | Quality | Thumbnail quality | |
| TOptional< double > | SingleReferenceFrame | Set when we want to render a single reference frame | |
| TRange< double > | TimeRange | The total range to generate thumbnails for | |
| TRange< double > | VisibleRange | The visible range of our thumbnails we can see on the UI |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FThumbnailCacheData& RHS |
||
| bool | operator==
(
const FThumbnailCacheData& RHS |