FArchive::ByteSwap

Used to do byte swapping on small items. This does not happen usually, so we don't want it inline.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Serialization/Archive.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp

Syntax

void ByteSwap
(
    void * V,
    int32 Length
)

Remarks

Used to do byte swapping on small items. This does not happen usually, so we don't want it inline.

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