38 virtual void Reset()
override;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
ERGBFormat
Definition IImageWrapper.h:76
Definition DdsImageWrapper.h:13
virtual void Reset() override
Definition DdsImageWrapper.cpp:7
virtual void Uncompress(const ERGBFormat InFormat, int32 InBitDepth) override
Definition DdsImageWrapper.cpp:171
virtual bool SetCompressed(const void *InCompressedData, int64 InCompressedSize) override
Definition DdsImageWrapper.cpp:109
virtual ERawImageFormat::Type GetSupportedRawFormat(const ERawImageFormat::Type InFormat) const override
Definition DdsImageWrapper.cpp:217
virtual bool CanSetRawFormat(const ERGBFormat InFormat, const int32 InBitDepth) const override
Definition DdsImageWrapper.cpp:196
void FreeDDS()
Definition DdsImageWrapper.h:25
~FDdsImageWrapper()
Definition DdsImageWrapper.h:20
FDdsImageWrapper()
Definition DdsImageWrapper.h:17
UE::DDS::FDDSFile * DDS
Definition DdsImageWrapper.h:48
Definition ImageWrapperBase.h:17