BindThreadSafeSP

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

BindThreadSafeSP

(
    const TSharedRef< UserClass, ESPMod...,
    typename TMemFunPtrType< false, Use...,
    VarTypes... Vars
)

Binds a shared pointer-based (slower, conditionally thread-safe) member function delegate.

Public function

void

 

BindThreadSafeSP

(
    const TSharedRef< UserClass, ESPMod...,
    typename TMemFunPtrType< true, User...,
    VarTypes... Vars
)

Public function

void

 

BindThreadSafeSP

(
    UserClass* InUserObject,
    typename TMemFunPtrType< false, Use...,
    VarTypes... Vars
)

Binds a shared pointer-based (slower, conditionally thread-safe) member function delegate.

Public function

void

 

BindThreadSafeSP

(
    const UserClass* InUserObject,
    typename TMemFunPtrType< true, User...,
    VarTypes... Vars
)

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