FIdentityFunctor

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

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/IdentityFunctor.h

Include

#include "Templates/IdentityFunctor.h"

Syntax

struct FIdentityFunctor

Remarks

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

Operators

Name Description

Public function Const

T &&

 

operator()

(
    T&& Val
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss