FTrackEditorThumbnailPool

Track Editor Thumbnail pool, which keeps a list of thumbnails that need to be drawn and draws them incrementally.

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/TrackEditorThumbnail/TrackEditorThumbnailPool.h

Include

#include "TrackEditorThumbnail/TrackEditorThumbnailPool.h"

Syntax

class FTrackEditorThumbnailPool

Remarks

Track Editor Thumbnail pool, which keeps a list of thumbnails that need to be drawn and draws them incrementally.

Constructors

Name Description

Public function

FTrackEditorThumbnailPool

(
    TSharedPtr< ISequencer > InSequence...
)

Functions

Name Description

Public function

void

 

AddThumbnailsNeedingRedraw

(
    const TArray< TSharedPtr< FTrackEdi...
)

Requests that the passed in thumbnails need to be drawn

Public function

bool

 

DrawThumbnails()

Draws a small number of thumbnails that are enqueued for drawing

Public function

void

 

RemoveThumbnailsNeedingRedraw

(
    const TArray< TSharedPtr< FTrackEdi...
)

Informs the pool that the thumbnails passed in no longer need to be drawn

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss