ERangeCompressionMode

Limited to 8 types in [FReadSurfaceDataFlags](API\Runtime\RHI\FReadSurfaceDataFlags)

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIDefinitions.h

Include

#include "RHIDefinitions.h"

Syntax

enum ERangeCompressionMode
{
    RCM_UNorm,
    RCM_SNorm,
    RCM_MinMaxNorm,
    RCM_MinMax,
}

Values

Name

Description

RCM_UNorm

0 .. 1

RCM_SNorm

-1 .. 1

RCM_MinMaxNorm

0 .. 1 unless there are smaller values than 0 or bigger values than 1, then the range is extended to the minimum or the maximum of the values

RCM_MinMax

Minimum .. maximum (each channel independent)

Remarks

Limited to 8 types in FReadSurfaceDataFlags

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