Navigation
API > API/Editor > API/Editor/MovieSceneTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneUserThumbnailSettings
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolsUserSettings.h |
| Include | #include "MovieSceneToolsUserSettings.h" |
Syntax
class UMovieSceneUserThumbnailSettings : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDrawSingleThumbnails | Whether to draw a single thumbnail for this section or as many as can fit | |
| bool | bDrawThumbnails | Whether to draw thumbnails or not | |
| EThumbnailQuality | Quality | Quality to render the thumbnails with | |
| FIntPoint | ThumbnailSize | Size at which to draw thumbnails on thumbnail sections | |
| FSceneViewStateReference | ViewState | Temporal history for the view required for advanced features(e.g., eye adaptation) on all thumbnails |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneUserThumbnailSettings
(
const FObjectInitializer& Initializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| UMovieSceneUserThumbnailSettings::FOnForceRedraw TBaseMulticastDelegate_NoParams |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnForceRedraw |