UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::TRemovePointer< T > Struct Template Reference

#include <References.h>

Public Types

typedefType
 

Detailed Description

template<typename T>
struct uLang::TRemovePointer< T >

Removes one level of pointer from a type, e.g.:

TRemovePointer< int32 >::Type == int32 TRemovePointer< int32* >::Type == int32 TRemovePointer< int32**>::Type == int32* TRemovePointer<const int32* >::Type == const int32

Member Typedef Documentation

◆ Type

template<typename T >
typedef T uLang::TRemovePointer< T >::Type

The documentation for this struct was generated from the following file: