FVector_NetQuantizeNormal

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

Windows
MacOS
Linux

Inheritance Hierarchy

FVector

FVector_NetQuantizeNormal

References

Module

Engine

Header

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

Include

#include "Engine/NetSerialization.h"

Syntax

struct FVector_NetQuantizeNormal : public FVector

Remarks

FVector_NetQuantizeNormal

16 bits per component Valid range: -1..+1 inclusive

Constructors

Name Description

Public function

FVector_NetQuantizeNormal()

Public function

FVector_NetQuantizeNormal

(
    EForceInit E
)

Public function

FVector_NetQuantizeNormal

(
    const FVector& InVec
)

Public function

FVector_NetQuantizeNormal

(
    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