Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TUniqueFunction
Type | Name | Description | |
---|---|---|---|
![]() |
TUniqueFunction
(
TYPE_OF_NULLPTR |
Default constructor. | |
![]() |
TUniqueFunction
(
FunctorType&& InFunc |
Constructor which binds a TFunction to any function object. | |
![]() |
TUniqueFunction
(
TFunction< FuncType >&& Other |
Constructor which takes ownership of a TFunction's functor. | |
![]() |
TUniqueFunction
(
const TFunction< FuncType >& Other |
Constructor which takes ownership of a TFunction's functor. | |
![]() |
|||
![]() |
TUniqueFunction
(
const TUniqueFunction& Other |