FVector_NetQuantize

[FVector_NetQuantize](API\Runtime\Engine\Engine\FVector_NetQuantize)

Windows
MacOS
Linux

Inheritance Hierarchy

FVector

FVector_NetQuantize

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetSerialization.h

Include

#include "Engine/NetSerialization.h"

Syntax

struct FVector_NetQuantize : public FVector

Remarks

FVector_NetQuantize

0 decimal place of precision. Up to 20 bits per component. Valid range: 2^20 = +/- 1,048,576

Note: this is the historical UE format for vector net serialization

Constructors

Name Description

Public function

FVector_NetQuantize()

Public function

FVector_NetQuantize

(
    EForceInit E
)

Public function

FVector_NetQuantize

(
    const FVector& InVec
)

Public function

FVector_NetQuantize

(
    float InX,
    float InY,
    float InZ
)

Functions

Name Description

Public function

bool

 

NetSerialize

(
    FArchive& Ar,
    UPackageMap* Map,
    bool& bOutSuccess
)

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