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

#include <DontCopy.h>

Public Member Functions

 TDontCopy ()=default
 
 ~TDontCopy ()=default
 
 TDontCopy (TDontCopy &&)
 
 TDontCopy (const TDontCopy &)
 
TDontCopyoperator= (TDontCopy &&)
 
TDontCopyoperator= (const TDontCopy &)
 
T & Get ()
 
const T & Get () const
 
T * operator-> ()
 
const T * operator-> () const
 
T & operator* ()
 
const T & operator* () const
 

Constructor & Destructor Documentation

◆ TDontCopy() [1/3]

template<typename T >
TDontCopy< T >::TDontCopy ( )
default

◆ ~TDontCopy()

template<typename T >
TDontCopy< T >::~TDontCopy ( )
default

◆ TDontCopy() [2/3]

template<typename T >
TDontCopy< T >::TDontCopy ( TDontCopy< T > &&  )
inline

◆ TDontCopy() [3/3]

template<typename T >
TDontCopy< T >::TDontCopy ( const TDontCopy< T > &  )
inline

Member Function Documentation

◆ Get() [1/2]

template<typename T >
T & TDontCopy< T >::Get ( )
inline

◆ Get() [2/2]

template<typename T >
const T & TDontCopy< T >::Get ( ) const
inline

◆ operator*() [1/2]

template<typename T >
T & TDontCopy< T >::operator* ( )
inline

◆ operator*() [2/2]

template<typename T >
const T & TDontCopy< T >::operator* ( ) const
inline

◆ operator->() [1/2]

template<typename T >
T * TDontCopy< T >::operator-> ( )
inline

◆ operator->() [2/2]

template<typename T >
const T * TDontCopy< T >::operator-> ( ) const
inline

◆ operator=() [1/2]

template<typename T >
TDontCopy & TDontCopy< T >::operator= ( const TDontCopy< T > &  )
inline

◆ operator=() [2/2]

template<typename T >
TDontCopy & TDontCopy< T >::operator= ( TDontCopy< T > &&  )
inline

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