UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IsTObjectPtr.h File Reference

Go to the source code of this file.

Classes

struct  TIsTObjectPtr< T >
 

Variables

template<typename T >
constexpr bool TIsTObjectPtr_V = false
 
template<typename T >
constexpr bool TIsTObjectPtr_V< TObjectPtr< T > > = true
 
template<typename T >
constexpr bool TIsTObjectPtr_V< const TObjectPtr< T > > = true
 
template<typename T >
constexpr bool TIsTObjectPtr_V< volatile TObjectPtr< T > > = true
 
template<typename T >
constexpr bool TIsTObjectPtr_V< const volatile TObjectPtr< T > > = true
 

Variable Documentation

◆ TIsTObjectPtr_V

template<typename T >
constexpr bool TIsTObjectPtr_V = false
constexpr

◆ TIsTObjectPtr_V< const TObjectPtr< T > >

template<typename T >
constexpr bool TIsTObjectPtr_V< const TObjectPtr< T > > = true
constexpr

◆ TIsTObjectPtr_V< const volatile TObjectPtr< T > >

template<typename T >
constexpr bool TIsTObjectPtr_V< const volatile TObjectPtr< T > > = true
constexpr

◆ TIsTObjectPtr_V< TObjectPtr< T > >

template<typename T >
constexpr bool TIsTObjectPtr_V< TObjectPtr< T > > = true
constexpr

◆ TIsTObjectPtr_V< volatile TObjectPtr< T > >

template<typename T >
constexpr bool TIsTObjectPtr_V< volatile TObjectPtr< T > > = true
constexpr