FPlane::NetSerialize

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Plane.h"

Syntax

bool NetSerialize
(
    FArchive & Ar,
    class UPackageMap *,
    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