Navigation
API > API/Editor > API/Editor/UnrealEd
This thumbnail renderer displays the texture 2d array
| Name | UTexture2DArrayThumbnailRenderer |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/Texture2dArrayThumbnailRenderer.h |
| Include Path | #include "Factories/Texture2dArrayThumbnailRenderer.h" |
Syntax
UCLASS ()
class UTexture2DArrayThumbnailRenderer : public UTextureThumbnailRenderer
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UThumbnailRenderer → UTextureThumbnailRenderer → UTexture2DArrayThumbnailRenderer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTexture2DArrayThumbnailRenderer
(
const FObjectInitializer& ObjectInitializer |
Factories/Texture2dArrayThumbnailRenderer.h |
Functions
Public
Overridden from UThumbnailRenderer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Draw
(
UObject* Object, |
Draws a thumbnail for the object that was specified. | Factories/Texture2dArrayThumbnailRenderer.h | |
virtual void GetThumbnailSize
(
UObject* Object, |
Begin UThumbnailRenderer Object. | Factories/Texture2dArrayThumbnailRenderer.h |