Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ StaticFunc
Method
StaticFunc
Source/democpp/SluaTestCase.cpp:454–456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
}
453
454
void USluaTestCase::StaticFunc() {
455
NS_SLUA::Log::Log(
"static function call"
);
456
}
457
458
static USluaTestCase::FOnAssetClassLoaded s_onloaded;
459
void USluaTestCase::LoadAssetClass(FOnAssetClassLoaded OnLoaded) {
Callers
nothing calls this directly
Calls
1
Log
Function · 0.85
Tested by
no test coverage detected