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

Function FindTypeInterface

Plugins/UnLua/Source/UnLua/Private/Binding.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 TSharedPtr<ITypeInterface> FindTypeInterface(FString Name)
103 {
104 return GetExported()->Types.FindRef(Name);
105 }
106}

Callers 1

CreateTypeInterfaceMethod · 0.85

Calls 1

GetExportedFunction · 0.85

Tested by

no test coverage detected