Navigation
API > API/Runtime > API/Runtime/Engine
Describes rules for network replicating a vector efficiently
| Name | ERotatorQuantization |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/ReplicatedState.h |
| Include Path | #include "Engine/ReplicatedState.h" |
Syntax
enum ERotatorQuantization
{
ByteComponents,
ShortComponents,
}
Values
| Name | Remarks |
|---|---|
| ByteComponents | The rotator will be compressed to 8 bits per component. |
| ShortComponents | The rotator will be compressed to 16 bits per component. |