FObjectThumbnail::SetThumbnailCompressor

Static: Sets the thumbnail compressor to use when loading/saving packages.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ObjectThumbnail.h

Include

#include "Misc/ObjectThumbnail.h"

Syntax

static void SetThumbnailCompressor
(
    FThumbnailCompressionInterface * InThumbnailCompressor
)

Remarks

Static: Sets the thumbnail compressor to use when loading/saving packages. The caller is responsible for the object's lifespan.

Parameters

Parameter

Description

InThumbnailCompressor

A class derived from FThumbnailCompressionInterface.

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