FCompression::GetCompressorVersion

Returns a version number for a specified format

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Compression.h

Include

#include "Misc/Compression.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/Compression.cpp

Syntax

static uint32 GetCompressorVersion
(
    FName FormatName
)

Remarks

Returns a version number for a specified format

Returns

An interpretation of an internal version number for a specific format (different formats will have different layouts) this should change if a version is updated

Parameters

Parameter

Description

FormatName

Compressor format name (eg NAME_Zlib)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss