Navigation
API > API/Plugins > API/Plugins/MLAdapter
| Type | Name | Description | |
|---|---|---|---|
| RetType | CallOnGameThread
(
TFunction< RetType()> InFunction |
Sends InFunction to be called on the GameThread and waits for the result | |
| void | CallOnGameThread
(
TFunction< void()> InFunction |
Fire (InFunction to be called on the GameThread) and forget |