Navigation
API > API/Runtime > API/Runtime/Core
A functor which returns whatever is passed to it. Mainly used for generic composition.
| Name | FIdentityFunctor |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/IdentityFunctor.h |
| Include Path | #include "Templates/IdentityFunctor.h" |
Syntax
struct FIdentityFunctor
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T && operator()
(
T&& Val |
Templates/IdentityFunctor.h |