Bind

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

Bind

(
    const FGetter& InGetter
)

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

Public function

void

 

Bind

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

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

Public function

void

 

Bind

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

Binds 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