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

Method IsValid

Plugins/UnLua/Source/UnLua/Private/LuaDynamicBinding.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17FLuaDynamicBinding GLuaDynamicBinding;
18
19bool FLuaDynamicBinding::IsValid(UClass *InClass) const
20{
21 //return Class && InClass->IsChildOf(Class) && ModuleName.Len() > 0;
22 return Class && Class == InClass && ModuleName.Len() > 0;
23}
24
25bool FLuaDynamicBinding::Push(UClass *InClass, const TCHAR *InModuleName, int32 InInitializerTableRef)
26{

Callers 15

TryReplaceInputsMethod · 0.45
TryBindMethod · 0.45
GetWorldMethod · 0.45
BindMethod · 0.45
GetUPropertyFunction · 0.45
SetUPropertyFunction · 0.45
SetActiveMethod · 0.45
PushFieldFunction · 0.45
GetFieldInternalFunction · 0.45
Enum_IndexFunction · 0.45
Class_IndexFunction · 0.45

Calls

no outgoing calls

Tested by 2

SetUpMethod · 0.36
DefineMethod · 0.36