Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint16 BYTESWAP_ORDER16
(
uint16 Val |
Defines the intrinsic version if available (faster). Do not use directly. Use BYTESWAP_ORDERxx() or ByteSwap() functions. | Misc/ByteSwap.h | |
int16 BYTESWAP_ORDER16
(
int16 Val |
Misc/ByteSwap.h |
BYTESWAP_ORDER16(uint16)
Description
Defines the intrinsic version if available (faster). Do not use directly. Use BYTESWAP_ORDERxx() or ByteSwap() functions.
| Name | BYTESWAP_ORDER16 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
uint16 BYTESWAP_ORDER16
(
uint16 Val
)
BYTESWAP_ORDER16(int16)
| Name | BYTESWAP_ORDER16 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
int16 BYTESWAP_ORDER16
(
int16 Val
)