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

Method Bind

Plugins/UnLua/Source/UnLua/Private/LuaFunction.cpp:276–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274
275#if WITH_EDITOR
276void ULuaFunction::Bind()
277{
278 const auto Outer = GetOuter();
279 if (Outer && Outer->GetName().StartsWith("REINST_"))
280 {
281 FunctionFlags &= ~FUNC_Native;
282 return;
283 }
284 Super::Bind();
285}
286
287#endif

Callers 1

TryBindMethod · 0.45

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected