FQuat::NetSerialize

Serializes the vector compressed for e.g. network transmission.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Quat.h"

Source

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

Syntax

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

Remarks

Serializes the vector compressed for e.g. network transmission.

Returns

false to allow the ordinary struct code to run (this never happens).

Parameters

Parameter

Description

Ar

Archive to serialize to/ from.

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