UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ImageWrapperHelper.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
5#include "CoreMinimal.h"
6#include "IImageWrapper.h"
7
8// ImageWrapperHelper is deprecated, use IImageWrapperModule instead
10{
11public:
12
13 // deprecated, use IImageWrapperModule::GetExtension() instead
15
16 // deprecated, use IImageWrapperModule::GetImageFormatFromExtension instead
18
20};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EImageFormat
Definition IImageWrapper.h:27
Definition ImageWrapperHelper.h:10
static IMAGEWRAPPER_API FStringView GetFormatExtension(EImageFormat InImageFormat, bool bIncludeDot=false)
Definition ImageWrapperHelper.cpp:6
static IMAGEWRAPPER_API const FStringView GetImageFilesFilterString(bool bIncludeAllFiles)
Definition ImageWrapperHelper.cpp:111
static IMAGEWRAPPER_API EImageFormat GetImageFormat(FStringView StringExtention)
Definition ImageWrapperHelper.cpp:53