| 4 | #include "UnLua.h" |
| 5 | |
| 6 | static void PrintScreen(const FString& Msg) |
| 7 | { |
| 8 | UKismetSystemLibrary::PrintString(nullptr, Msg, true, false, FLinearColor(0, 0.66, 1), 100); |
| 9 | } |
| 10 | |
| 11 | void UTutorialBlueprintFunctionLibrary::CallLuaByGlobalTable() |
| 12 | { |
no outgoing calls
no test coverage detected