Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ TestLuaCallback
Method
TestLuaCallback
Source/democpp/SluaTestCase.h:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
211
UFUNCTION()
212
void TestLuaCallback(FLuaBPVar callback) {
213
if (callback.value.isFunction())
214
callback.value.call();
215
}
216
217
};
Callers
nothing calls this directly
Calls
2
isFunction
Method · 0.80
call
Method · 0.80
Tested by
no test coverage detected