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