UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::SIdentityFunctor Struct Reference

#include <Sorting.h>

Public Member Functions

template<typename T >
ULANG_FORCEINLINE T && operator() (T &&Val) const
 

Detailed Description

A functor which returns whatever is passed to it. Mainly used for generic composition.

Member Function Documentation

◆ operator()()

template<typename T >
ULANG_FORCEINLINE T && uLang::SIdentityFunctor::operator() ( T &&  Val) const
inline

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