EVectorQuantization

Describes rules for network replicating a vector efficiently

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

enum EVectorQuantization
{
    RoundWholeNumber,
    RoundOneDecimal,
    RoundTwoDecimals,
}

Values

Name

Description

RoundWholeNumber

Each vector component will be rounded to the nearest whole number.

RoundOneDecimal

Each vector component will be rounded, preserving one decimal place.

RoundTwoDecimals

Each vector component will be rounded, preserving two decimal places.

Remarks

Describes rules for network replicating a vector efficiently

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