![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "Serialization/StructuredArchive.h"#include "Templates/UnrealTemplate.h"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 > | |
| FArchive & | operator<< (FArchive &Ar, TTestToken< InValueType > &TestToken) |
| template<typename InValueType > | |
| void | operator<< (FStructuredArchive::FSlot Slot, TTestToken< InValueType > &TestToken) |
| using int32Token = TTestToken<int32> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |