FVector_NetQuantize100

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

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

TVector

FVector_NetQuantize100

References

Module

Engine

Header

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

Include

#include "Engine/NetSerialization.h"

Syntax

struct FVector_NetQuantize100 : public UE::Math::TVector< double >

Remarks

FVector_NetQuantize100

2 decimal place of precision. Up to 30 bits per component. Valid range: 2^30 / 100 = +/- 10,737,418.24

Constructors

Name Description

Public function

FVector_NetQuantize100()

Public function

FVector_NetQuantize100

(
    EForceInit E
)

Public function

FVector_NetQuantize100

(
    const FVector3f& InVec
)

Public function

FVector_NetQuantize100

(
    const FVector3d& InVec
)

Public function

FVector_NetQuantize100

(
    float InX,
    float InY,
    float InZ
)

Functions

Name Description

Public function

bool

 

NetSerialize

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