Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 BYTESWAP_ORDER64
(
uint64 Value |
Misc/ByteSwap.h | ||
int64 BYTESWAP_ORDER64
(
int64 Value |
Misc/ByteSwap.h |
BYTESWAP_ORDER64(uint64)
| Name | BYTESWAP_ORDER64 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
uint64 BYTESWAP_ORDER64
(
uint64 Value
)
BYTESWAP_ORDER64(int64)
| Name | BYTESWAP_ORDER64 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
int64 BYTESWAP_ORDER64
(
int64 Value
)