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

#include <IdentityFunctor.h>

Public Member Functions

template<typename T >
UE_FORCEINLINE_HINT constexpr 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 >
UE_FORCEINLINE_HINT constexpr T && FIdentityFunctor::operator() ( T &&  Val) const
inlineconstexpr

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