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
class FTrackEditorThumbnailCache
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bForceRedraw | Whether to force a redraw or not | |
| bool | bNeedsNewThumbnails | ||
| FThumbnailCacheData | CurrentCache | ||
| ICustomThumbnailClient * | CustomThumbnailClient | ||
| double | LastComputationTime | ||
| FThumbnailCacheData | PreviousCache | ||
| TWeakPtr< FTrackEditorThumbnailPool > | ThumbnailPool | The thumbnail pool that we are sending all of our thumbnails to. | |
| TArray< TSharedPtr< FTrackEditorThumbnail > > | Thumbnails | ||
| TArray< TSharedPtr< FTrackEditorThumbnail > > | ThumbnailsNeedingRedraw | ||
| IViewportThumbnailClient * | ViewportThumbnailClient | Thumbnail client used for paint notifications |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTrackEditorThumbnailCache
(
const TSharedPtr< FTrackEditorThumbnailPool >& ThumbnailPool, |
|||
FTrackEditorThumbnailCache
(
const TSharedPtr< FTrackEditorThumbnailPool >& ThumbnailPool, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FIntPoint | CalculateTextureSize
(
const FMinimalViewInfo& ViewInfo |
||
| void | |||
| void | DrawThumbnail
(
FTrackEditorThumbnail& TrackEditorThumbnail |
||
| void | DrawViewportThumbnail
(
FTrackEditorThumbnail& TrackEditorThumbnail |
||
| void | ForceRedraw () |
||
| void | GenerateBack
(
const TRange< double >& Boundary |
||
| void | GenerateFront
(
const TRange< double >& Boundary |
||
| TOptional< double > | |||
| const TArray< TSharedPtr< FTrackEditorThumbnail > > & | |||
| void | Revalidate
(
double InCurrentTime |
||
| void | SetSingleReferenceFrame
(
TOptional< double > InReferenceFrame |
||
| void | Setup () |
||
| void | |||
| bool | |||
| void | |||
| void | |||
| void |