MakeAttributeSP

Overload list

Windows
MacOS
Linux
Name Description

Public function

TAttribute< ...

 

MakeAttributeSP

(
    SourceType* InObject,
    T(SourceTypeOrBase::*)(PayloadT...,
    typename TDecay< PayloadTypes >::Ty...
)

Helper function for creating TAttributes from a non-const member function pointer, accessed through a weak pointer to the shared object

Public function

TAttribute< ...

 

MakeAttributeSP

(
    const SourceType* InObject,
    T(SourceTypeOrBase::*)(PayloadT...,
    typename TDecay< PayloadTypes >::Ty...
)

Helper function for creating TAttributes from a const member function pointer, accessed through a weak pointer to the shared object

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