Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ GetBrush
Method
GetBrush
Source/democpp/SluaTestCase.cpp:450–452 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
448
}
449
450
FSlateBrush USluaTestCase::GetBrush() {
451
return FSlateBrush();
452
}
453
454
void USluaTestCase::StaticFunc() {
455
NS_SLUA::Log::Log(
"static function call"
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected