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

#include <Insertable.h>

Public Member Functions

template<typename T >
auto Requires (DestType Dest, T &Val) -> decltype(Dest<< Val)
 

Detailed Description

template<typename DestType>
struct CInsertable< DestType >

Describes an insertion operation for a destination type where an instance of another type can be inserted via operator<<.

Member Function Documentation

◆ Requires()

template<typename DestType >
template<typename T >
auto CInsertable< DestType >::Requires ( DestType  Dest,
T &  Val 
) -> decltype(Dest<< Val)

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