TAttribute

Overload list

Windows
MacOS
Linux
Name Description

Public function

TAttribute()

Default constructor.

Public function

TAttribute

(
    const OtherType& InInitialValue
)

Construct implicitly from an initial value

Public function

TAttribute

(
    TSharedRef< SourceType > InUserObje...,
    typename FGetter::template TSPMetho...
)

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

Public function

TAttribute

(
    SourceType* InUserObject,
    typename FGetter::template TSPMetho...
)

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

Private function

TAttribute

(
    const FGetter& InGetter,
    bool bExplicitConstructor
)

Special explicit constructor for TAttribute::Create()

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