Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T ByteSwap
(
T Value |
Implementations that better mix with generic template code. | Misc/ByteSwap.h | |
int16 ByteSwap
(
int16 Value |
Misc/ByteSwap.h | ||
uint16 ByteSwap
(
uint16 Value |
Misc/ByteSwap.h | ||
int32 ByteSwap
(
int32 Value |
Misc/ByteSwap.h | ||
uint32 ByteSwap
(
uint32 Value |
Misc/ByteSwap.h | ||
int64 ByteSwap
(
int64 Value |
Misc/ByteSwap.h | ||
uint64 ByteSwap
(
uint64 Value |
Misc/ByteSwap.h | ||
float ByteSwap
(
float Value |
Misc/ByteSwap.h | ||
double ByteSwap
(
double Value |
Misc/ByteSwap.h | ||
char16_t ByteSwap
(
char16_t Value |
Misc/ByteSwap.h |
ByteSwap(T)
Description
Implementations that better mix with generic template code.
| Name | ByteSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
template<typename T>
T ByteSwap
(
T Value
)
ByteSwap(int16)
| Name | ByteSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
template<>
int16 ByteSwap
(
int16 Value
)
ByteSwap(uint16)
| Name | ByteSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
template<>
uint16 ByteSwap
(
uint16 Value
)
ByteSwap(int32)
| Name | ByteSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
template<>
int32 ByteSwap
(
int32 Value
)
ByteSwap(uint32)
| Name | ByteSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
template<>
uint32 ByteSwap
(
uint32 Value
)
ByteSwap(int64)
| Name | ByteSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
template<>
int64 ByteSwap
(
int64 Value
)
ByteSwap(uint64)
| Name | ByteSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
template<>
uint64 ByteSwap
(
uint64 Value
)
ByteSwap(float)
| Name | ByteSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
template<>
float ByteSwap
(
float Value
)
ByteSwap(double)
| Name | ByteSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
template<>
double ByteSwap
(
double Value
)
ByteSwap(char16_t)
| Name | ByteSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h |
| Include Path | #include "Misc/ByteSwap.h" |
template<>
char16_t ByteSwap
(
char16_t Value
)