Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/ThumbnailRendering
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UThumbnailRenderer
- UDefaultSizedThumbnailRenderer
- USoundWaveThumbnailRenderer
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SoundWaveThumbnailRenderer.h |
| Include | #include "ThumbnailRendering/SoundWaveThumbnailRenderer.h" |
Syntax
class USoundWaveThumbnailRenderer : public UDefaultSizedThumbnailRenderer
Constructors
| Type | Name | Description | |
|---|---|---|---|
USoundWaveThumbnailRenderer
(
const FObjectInitializer& ObjectInitializer |
Overridden from UThumbnailRenderer
| Type | Name | Description | |
|---|---|---|---|
| bool | CanVisualizeAsset
(
UObject* Object |
Begin UThumbnailRenderer Object. | |
| void | Draw
(
UObject* Object, |
Draws a thumbnail for the object that was specified. | |
| EThumbnailRenderFrequency | GetThumbnailRenderFrequency
(
UObject* Object |
Override this method to control the render frequency for thumbnails in your editor Generally speaking you should use Realtime if you want an animated thumbnail, but if not it is expensive to use (per-frame draws) If not using realtime, the next best default is OnAssetSave, which updates the thumbnail only save. |