Navigation
API > API/Runtime > API/Runtime/ImageWrapper
ImageWrapperHelper is deprecated, use IImageWrapperModule instead.
| Name | ImageWrapperHelper |
| Type | class |
| Header File | /Engine/Source/Runtime/ImageWrapper/Public/ImageWrapperHelper.h |
| Include Path | #include "ImageWrapperHelper.h" |
Syntax
class ImageWrapperHelper
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FStringView GetFormatExtension
(
EImageFormat InImageFormat, |
Deprecated, use IImageWrapperModule::GetExtension() instead | ImageWrapperHelper.h | |
static const FStringView GetImageFilesFilterString
(
bool bIncludeAllFiles |
ImageWrapperHelper.h | ||
static EImageFormat GetImageFormat
(
FStringView StringExtention |
Deprecated, use IImageWrapperModule::GetImageFormatFromExtension instead | ImageWrapperHelper.h |