operator<<

Serializer.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Matrix.inl

Include

#include "Math/Matrix.inl"

Syntax

FArchive & operator<<
(
    FArchive & Ar,
    FMatrix & M
)

Remarks

Serializes the Matrix.

Returns

Reference to the Archive after serialization.

Parameters

Parameter

Description

Ar

Reference to the serialization archive.

M

Reference to the matrix being serialized.

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