TUnsignedIntType

Type trait which yields an unsigned integer type of a given number of bytes.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Traits/IntType.h

Include

#include "Traits/IntType.h"

Syntax

template<int NumBytes>
struct TUnsignedIntType

Remarks

Type trait which yields an unsigned integer type of a given number of bytes. If there is no such type, the Type member type will be absent, allowing it to be used in SFINAE contexts.

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