IImageWrapperModule::CreateImageWrapper

Create a helper of a specific type

Windows
MacOS
Linux

References

Module

ImageWrapper

Header

/Engine/Source/Runtime/ImageWrapper/Public/IImageWrapperModule.h

Include

#include "IImageWrapperModule.h"

Syntax

TSharedPtr< IImageWrapper > CreateImageWrapper
(
    const EImageFormat InFormat
)

Remarks

Create a helper of a specific type

Returns

The helper base class to manage the data

Parameters

Parameter

Description

InFormat

The type of image we want to deal with

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