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

Method Get

Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaIntelliSenseGenerator.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28TSharedPtr<FUnLuaIntelliSenseGenerator> FUnLuaIntelliSenseGenerator::Singleton;
29
30TSharedRef<FUnLuaIntelliSenseGenerator> FUnLuaIntelliSenseGenerator::Get()
31{
32 if (!Singleton.IsValid())
33 Singleton = MakeShareable(new FUnLuaIntelliSenseGenerator);
34 return Singleton.ToSharedRef();
35}
36
37void FUnLuaIntelliSenseGenerator::Initialize()
38{

Callers 9

GetEnvMethod · 0.45
OnEditorLocateMethod · 0.45
WatchScriptDirectoryMethod · 0.45
FetchNewVersionMethod · 0.45
WatchMethod · 0.45
InitializeMethod · 0.45
UpdateAllMethod · 0.45
BindToLua_ExecutedMethod · 0.45

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected