Create

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

TAttribute

 

Create

(
    const FGetter& InGetter
)

Static: Creates an attribute that's pre-bound to the specified 'getter' delegate

Public function Static

TAttribute

 

Create

(
    typename FGetter::FStaticDelegate::...
)

Creates an attribute by binding an arbitrary function that will be called to generate this attribute's value on demand.

Public function Static

TAttribute< ...

 

Create

(
    TFunction< ObjectType(void)>&& InL...
)

Public function Static

TAttribute< ...

 

Create

(
    SourceType* InUserObject,
    const FName& InFunctionName
)

Creates an attribute by binding an arbitrary function that will be called to generate this attribute's value on demand.

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