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

Method SetName

Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 void FLuaEnv::SetName(FString InName)
213 {
214 Name = InName;
215 }
216
217 void FLuaEnv::NotifyUObjectDeleted(const UObjectBase* ObjectBase, int32 Index)
218 {

Callers 3

FLuaEnvMethod · 0.45
LocateMethod · 0.45
OnPostEngineInitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected