UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CompressedBuffer::Private::FNoneDecoder Class Referencefinal
+ Inheritance diagram for UE::CompressedBuffer::Private::FNoneDecoder:

Public Member Functions

uint64 GetHeaderSize (const FHeader &Header) const final
 
bool TryDecompressTo (FDecoderContext &Context, const FDecoderSource &Source, const FHeader &Header, const FMemoryView HeaderView, const uint64 RawOffset, const FMutableMemoryView RawView, const ECompressedBufferDecompressFlags Flags) const final
 
FCompositeBuffer DecompressToComposite (FDecoderContext &Context, const FDecoderSource &Source, const FHeader &Header, const FMemoryView HeaderView, const uint64 RawOffset, const uint64 RawSize) const final
 

Member Function Documentation

◆ DecompressToComposite()

FCompositeBuffer UE::CompressedBuffer::Private::FNoneDecoder::DecompressToComposite ( FDecoderContext &  Context,
const FDecoderSource Source,
const FHeader Header,
const FMemoryView  HeaderView,
const uint64  RawOffset,
const uint64  RawSize 
) const
inlinefinalvirtual

◆ GetHeaderSize()

uint64 UE::CompressedBuffer::Private::FNoneDecoder::GetHeaderSize ( const FHeader Header) const
inlinefinalvirtual

◆ TryDecompressTo()

bool UE::CompressedBuffer::Private::FNoneDecoder::TryDecompressTo ( FDecoderContext &  Context,
const FDecoderSource Source,
const FHeader Header,
const FMemoryView  HeaderView,
const uint64  RawOffset,
const FMutableMemoryView  RawView,
const ECompressedBufferDecompressFlags  Flags 
) const
inlinefinalvirtual

The documentation for this class was generated from the following file: