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

Go to the source code of this file.

Classes

class  TTestToken< InValueType >
 

Typedefs

using int32Token = TTestToken< int32 >
 

Functions

template<typename InValueType >
bool operator== (const TTestToken< InValueType > &left, const TTestToken< InValueType > &right)
 
template<typename InValueType >
bool operator== (const TTestToken< InValueType > &left, const InValueType &right)
 
template<typename InValueType >
bool operator!= (const TTestToken< InValueType > &left, const TTestToken< InValueType > &right)
 
template<typename InValueType >
bool operator!= (const TTestToken< InValueType > &left, const InValueType &right)
 
template<typename InValueType >
FArchiveoperator<< (FArchive &Ar, TTestToken< InValueType > &TestToken)
 
template<typename InValueType >
void operator<< (FStructuredArchive::FSlot Slot, TTestToken< InValueType > &TestToken)
 

Typedef Documentation

◆ int32Token

Function Documentation

◆ operator!=() [1/2]

template<typename InValueType >
bool operator!= ( const TTestToken< InValueType > &  left,
const InValueType right 
)
inline

◆ operator!=() [2/2]

template<typename InValueType >
bool operator!= ( const TTestToken< InValueType > &  left,
const TTestToken< InValueType > &  right 
)
inline

◆ operator<<() [1/2]

template<typename InValueType >
FArchive & operator<< ( FArchive Ar,
TTestToken< InValueType > &  TestToken 
)
inline

◆ operator<<() [2/2]

template<typename InValueType >
void operator<< ( FStructuredArchive::FSlot  Slot,
TTestToken< InValueType > &  TestToken 
)
inline

◆ operator==() [1/2]

template<typename InValueType >
bool operator== ( const TTestToken< InValueType > &  left,
const InValueType right 
)
inline

◆ operator==() [2/2]

template<typename InValueType >
bool operator== ( const TTestToken< InValueType > &  left,
const TTestToken< InValueType > &  right 
)
inline