ERotatorQuantization

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 ERotatorQuantization
{
    ByteComponents,
    ShortComponents,
}

Values

Name

Description

ByteComponents

The rotator will be compressed to 8 bits per component.

ShortComponents

The rotator will be compressed to 16 bits per component.

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