UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IntType.h File Reference
#include "HAL/Platform.h"

Go to the source code of this file.

Classes

struct  TSignedIntType< NumBytes >
 
struct  TSignedIntType< 1 >
 
struct  TSignedIntType< 2 >
 
struct  TSignedIntType< 4 >
 
struct  TSignedIntType< 8 >
 
struct  TUnsignedIntType< NumBytes >
 
struct  TUnsignedIntType< 1 >
 
struct  TUnsignedIntType< 2 >
 
struct  TUnsignedIntType< 4 >
 
struct  TUnsignedIntType< 8 >
 

Typedefs

template<int NumBytes>
using TSignedIntType_T = typename TSignedIntType< NumBytes >::Type
 
template<int NumBytes>
using TUnsignedIntType_T = typename TUnsignedIntType< NumBytes >::Type
 

Typedef Documentation

◆ TSignedIntType_T

template<int NumBytes>
using TSignedIntType_T = typename TSignedIntType<NumBytes>::Type

Helper for TSignedIntType which expands out to the nested Type.

◆ TUnsignedIntType_T

template<int NumBytes>
using TUnsignedIntType_T = typename TUnsignedIntType<NumBytes>::Type

Helper for TUnsignedIntType which expands out to the nested Type.