FVector_NetQuantize10

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

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

TVector

FVector_NetQuantize10

References

Module

Engine

Header

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

Include

#include "Engine/NetSerialization.h"

Syntax

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

Remarks

FVector_NetQuantize10

1 decimal place of precision. Up to 24 bits per component. Valid range: 2^24 / 10 = +/- 1,677,721.6

Constructors

Name Description

Public function

FVector_NetQuantize10()

Public function

FVector_NetQuantize10

(
    EForceInit E
)

Public function

FVector_NetQuantize10

(
    const FVector& InVec
)

Public function

FVector_NetQuantize10

(
    float InX,
    float InY,
    float InZ
)

Functions

Name Description

Public function

bool

 

NetSerialize

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