IImageWrapperModule

Interface for image wrapper modules.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IImageWrapperModule

References

Module

ImageWrapper

Header

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

Include

#include "IImageWrapperModule.h"

Syntax

class IImageWrapperModule : public IModuleInterface

Remarks

Interface for image wrapper modules.

Destructors

Name Description

Public function Virtual

~IImageWrapperModule()

Virtual destructor.

Functions

Name Description

Public function

TSharedPtr< ...

 

CreateImageWrapper

(
    const EImageFormat InFormat
)

Create a helper of a specific type

Public function

EImageFormat

 

DetectImageFormat

(
    const void* InCompressedData,
    int64 InCompressedSize
)

Detect image format by looking at the first few bytes of the compressed image data.

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