FThumbnailRenderingInfo

Holds the settings for a class that needs a thumbnail renderer.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ThumbnailManager.h

Include

#include "ThumbnailRendering/ThumbnailManager.h"

Syntax

struct FThumbnailRenderingInfo

Remarks

Holds the settings for a class that needs a thumbnail renderer. Each entry maps to a corresponding class and holds the information needed to render the thumbnail, including which object to render via and its border color.

Variables

Name Description

Public variable

TSubclassOf< cl...

 

ClassNeedingThumbnail

This is the class that this entry is for, i.e. the class that will be rendered in the thumbnail views

Public variable

FString

 

ClassNeedingThumbnailName

The name of the class that this thumbnail is for (so we can lazy bind)

Public variable

UThumbnailRende...

 

Renderer

The instance of the renderer class

Public variable

FString

 

RendererClassName

The name of the class to load when rendering this thumbnail

Constructors

Name Description

Public function

FThumbnailRenderingInfo()

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