FVector_NetQuantize10

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

Windows
MacOS
Linux

Inheritance Hierarchy

FVector

FVector_NetQuantize10

References

Module

Engine

Header

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

Include

#include "Engine/NetSerialization.h"

Syntax

struct FVector_NetQuantize10 : public FVector

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
)

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