![]()  | 
  
    Ark Server API (ASA) - Wiki
    
   | 
 
#include <UnrealTypeTraits.h>
 Inheritance diagram for TCallTraitsBase< T >:Public Types | |
| typedef T | ValueType | 
| typedef T & | Reference | 
| typedef const T & | ConstReference | 
| typedef TCallTraitsParamTypeHelper< T, PassByValue >::ParamType | ParamType | 
| typedef TCallTraitsParamTypeHelper< T, PassByValue >::ConstParamType | ConstPointerType | 
Private Types | |
| enum | |
base class for call traits. Used to more easily refine portions when specializing
Definition at line 327 of file UnrealTypeTraits.h.
| typedef TCallTraitsParamTypeHelper<T,PassByValue>::ConstParamType TCallTraitsBase< T >::ConstPointerType | 
Definition at line 337 of file UnrealTypeTraits.h.
Definition at line 335 of file UnrealTypeTraits.h.
| typedef TCallTraitsParamTypeHelper<T,PassByValue>::ParamType TCallTraitsBase< T >::ParamType | 
Definition at line 336 of file UnrealTypeTraits.h.
Definition at line 334 of file UnrealTypeTraits.h.
Definition at line 333 of file UnrealTypeTraits.h.