CallOnGameThread

Overload list

Windows
MacOS
Linux
Name Description

Public function

RetType

 

CallOnGameThread

(
    TFunction< RetType()> InFunction
)

Sends InFunction to be called on the GameThread and waits for the result

Public function

void

 

CallOnGameThread

(
    TFunction< void()> InFunction
)

Fire (InFunction to be called on the GameThread) and forget

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