MCPcopy Create free account
hub / github.com/Tencent/UnLua / OnLatentActionCompleted

Method OnLatentActionCompleted

Plugins/UnLua/Source/UnLua/Private/UnLuaManager.cpp:248–251  ·  view source on GitHub ↗

* Callback for completing a latent function */

Source from the content-addressed store, hash-verified

246 * Callback for completing a latent function
247 */
248void UUnLuaManager::OnLatentActionCompleted(int32 LinkID)
249{
250 Env->ResumeThread(LinkID); // resume a coroutine
251}
252
253bool UUnLuaManager::BindClass(UClass* Class, const FString& InModuleName, FString& Error)
254{

Callers

nothing calls this directly

Calls 1

ResumeThreadMethod · 0.80

Tested by

no test coverage detected