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

Method IsReflected

Plugins/UnLua/Source/UnLua/Public/UnLuaEx.h:316–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 virtual void Register(lua_State *L) override;
315 virtual void AddLib(const luaL_Reg *InLib) override;
316 virtual bool IsReflected() const override { return bIsReflected; }
317 virtual FString GetName() const override { return Name; }
318 virtual FString GetSuperClassName() const override { return SuperClassName; }
319 virtual void GetProperties(TArray<TSharedPtr<IExportedProperty>>& InArray) const override { InArray.Append(Properties); }

Callers 1

ExportClassFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected