FVector::NetSerialize

Network serialization function.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Vector.h

Include

#include "Math/Vector.h"

Source

/Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp

Syntax

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

Remarks

Network serialization function. FVectors NetSerialize without quantization (ie exact values are serialized).

FVectors NetSerialize without quantization. Use the FVectors_NetQuantize etc (NetSerialization.h) instead.

See Also

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