IAppleImageUtilsPlugin

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IAppleImageUtilsPlugin

References

Module

AppleImageUtils

Header

/Engine/Plugins/Runtime/AppleImageUtils/Source/AppleImageUtils/Public/IAppleImageUtilsPlugin.h

Include

#include "IAppleImageUtilsPlugin.h"

Syntax

class IAppleImageUtilsPlugin : public IModuleInterface

Functions

Name Description

Public function

TSharedPtr< ...

 

ConvertToHEIF

(
    UTexture* SourceImage,
    int32 Quality,
    bool bWantColor,
    bool bUseGpu,
    float Scale,
    ETextureRotationDirection Rotate
)

Converts a image to an array of HEIF data in a background task

Public function

TSharedPtr< ...

 

ConvertToJPEG

(
    UTexture* SourceImage,
    int32 Quality,
    bool bWantColor,
    bool bUseGpu,
    float Scale,
    ETextureRotationDirection Rotate
)

Converts a image to an array of JPEG data in a background task

Public function

TSharedPtr< ...

 

ConvertToPNG

(
    UTexture* SourceImage,
    bool bWantColor,
    bool bUseGpu,
    float Scale,
    ETextureRotationDirection Rotate
)

Converts a image to an array of PNG data in a background task

Public function

TSharedPtr< ...

 

ConvertToTIFF

(
    UTexture* SourceImage,
    bool bWantColor,
    bool bUseGpu,
    float Scale,
    ETextureRotationDirection Rotate
)

Converts a image to an array of TIFF data in a background task

Public function Static

IAppleImageU...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function Static

IAppleImageU...

 

Load()

Singleton-like access to this module's interface.

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