Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h |
Include | #include "Templates/UnrealTypeTraits.h" |
Syntax
template<>
struct TIsBitwiseConstructible< uint8, int8 >
Remarks
Unsigned types can be bitwise converted to their signed equivalents, and vice versa. (assuming two's-complement, which we are)
Constants
Name | Description |
---|---|
Value |