TIsBitwiseConstructible< uint8, int8 >

Unsigned types can be bitwise converted to their signed equivalents, and vice versa.

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss