UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
ERGBFormat
Definition IImageWrapper.h:76
Definition ImageWrapperBase.h:17
TArray64< uint8 > CompressedData
Definition ImageWrapperBase.h:166
Definition TgaImageWrapper.h:13
virtual void Uncompress(const ERGBFormat InFormat, int32 InBitDepth) override
Definition TgaImageWrapper.cpp:131
virtual bool CanSetRawFormat(const ERGBFormat InFormat, const int32 InBitDepth) const override
Definition TgaImageWrapper.cpp:12
bool LoadTGAHeader()
Definition TgaImageWrapper.cpp:166
static bool IsTGAHeader(const void *CompressedData, int64 CompressedDataLength)
Definition TgaImageWrapper.cpp:148
virtual bool SetCompressed(const void *InCompressedData, int64 InCompressedSize) override
Definition TgaImageWrapper.cpp:111
virtual ERawImageFormat::Type GetSupportedRawFormat(const ERawImageFormat::Type InFormat) const override
Definition TgaImageWrapper.cpp:18