Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchive
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include | #include "Serialization/Archive.h" |
void SetByteSwapping
(
bool Enabled
)
Remarks
Toggle byte order swapping. This is needed in rare cases when we already know that the data swapping has already occurred or if we know that it will be handled later.
Parameters
| Name | Description |
|---|---|
| Enabled | set to true to enable byte order swapping |