A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
DlgDialogueThumbnailRenderer.h
Go to the documentation of this file.
1// Copyright Csaba Molnar, Daniel Butum. All Rights Reserved.
2#pragma once
3
4#include "ThumbnailRendering/DefaultSizedThumbnailRenderer.h"
5
6#include "DlgDialogueThumbnailRenderer.generated.h"
7
8// Useful if you want to have fancy thumbnail previews.
9UCLASS()
11{
12 GENERATED_BODY()
13
14public:
15 UDlgDialogueThumbnailRenderer(const FObjectInitializer& ObjectInitializer);
16
17 // UThumbnailRenderer interface
18// #if ENGINE_MINOR_VERSION >= 25
19// void Draw(UObject* Object, int32 X, int32 Y, uint32 Width, uint32 Height, FRenderTarget* Target, FCanvas* Canvas, bool bAdditionalViewFamily) override;
20// #else
21// void Draw(UObject* Object, int32 X, int32 Y, uint32 Width, uint32 Height, FRenderTarget* Target, FCanvas* Canvas,) override;
22// #endif
23};