FAssetThumbnail::FAssetThumbnail

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/AssetThumbnail.h

Include

#include "AssetThumbnail.h"

Source

/Engine/Source/Editor/UnrealEd/Private/AssetThumbnail.cpp

Syntax

FAssetThumbnail
(
    UObject * InAsset,
    uint32 InWidth,
    uint32 InHeight,
    const TSharedPtr< class FAssetThumbnailPool > & InThumbnailPool
)

Parameters

Parameter

Description

InAsset

The asset to display a thumbnail for

InWidth

The width that the thumbnail should be

InHeight

The height that the thumbnail should be

InThumbnailPool

The thumbnail pool to request textures from

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