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

Function PrintScreen

Source/TPSProject/TutorialBlueprintFunctionLibrary.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

CallLuaByGlobalTableMethod · 0.85
CallLuaByFLuaTableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected