MakeAttributeRaw

Overload list

Windows
MacOS
Linux
Name Description

Public function

TAttribute< ...

 

MakeAttributeRaw

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

Helper function for creating TAttributes from a non-const member function pointer, accessed through a raw pointer

Public function

TAttribute< ...

 

MakeAttributeRaw

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

Helper function for creating TAttributes from a const member function pointer, accessed through a raw pointer

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