FArchive::ByteOrderSerialize

Serialize data of Length bytes, taking into account byte swapping if needed.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/Archive.h

Include

#include "Serialization/Archive.h"

Syntax

FArchive & ByteOrderSerialize
(
    void * V,
    int32 Length
)

Remarks

Serialize data of Length bytes, taking into account byte swapping if needed.

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