TUniqueFunction

Overload list

Windows
MacOS
Linux
Name Description

Public function

TUniqueFunction

(
    TYPE_OF_NULLPTR
)

Default constructor.

Public function

TUniqueFunction

(
    FunctorType&& InFunc
)

Constructor which binds a TFunction to any function object.

Public function

TUniqueFunction

(
    TFunction< FuncType >&& Other
)

Constructor which takes ownership of a TFunction's functor.

Public function

TUniqueFunction

(
    const TFunction< FuncType >& Other
)

Constructor which takes ownership of a TFunction's functor.

Public function

TUniqueFunction

(
    TUniqueFunction&&
)

Public function

TUniqueFunction

(
    const TUniqueFunction& Other
)

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