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

Method ToString

Plugins/UnLua/Source/UnLua/Private/UnLuaDebugBase.cpp:23–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21{
22
23 FString FLuaDebugValue::ToString() const
24 {
25 FString Description;
26 for (int32 i = 0; i < Depth; ++i)
27 {
28 Description += TEXT("\t");
29 }
30 Description += ReadableValue;
31
32 for (int32 i = 0; i < Keys.Num(); ++i)
33 {
34 Description += Keys[i].ToString();
35 Description += Values[i].ToString();
36 Description += TEXT("\n");
37 }
38
39 return Description;
40 }
41
42 void FLuaDebugValue::Build(lua_State *L, int32 Index, int32 Level)
43 {

Callers 15

GetLibraryPathMethod · 0.45
OverrideMethod · 0.45
BuildFromUserdataMethod · 0.45
BuildFromUPropertyMethod · 0.45
BindClassMethod · 0.45
ReplaceActionInputsMethod · 0.45
ReplaceKeyInputsMethod · 0.45
FUnLuaConsoleCommandsMethod · 0.45
PushFNameElementFunction · 0.45
PushFTextElementFunction · 0.45
PushFunction · 0.45
FetchNewVersionMethod · 0.45

Calls 1

NumMethod · 0.45

Tested by 9

DefineMethod · 0.36
DefineMethod · 0.36
DefineMethod · 0.36
DefineMethod · 0.36
DefineMethod · 0.36
DefineMethod · 0.36
DefineMethod · 0.36
DefineMethod · 0.36
DefineMethod · 0.36