FVector_NetQuantize100

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

Windows
MacOS
Linux

Inheritance Hierarchy

FVector

FVector_NetQuantize100

References

Module

Engine

Header

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

Include

#include "Engine/NetSerialization.h"

Syntax

struct FVector_NetQuantize100 : public FVector

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 FVector& InVec
)

Public function

FVector_NetQuantize100

(
    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