Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ getStr
Method
getStr
Source/democpp/SluaTestCase.cpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
static FString getStr() {
80
return FString(UTF8_TO_TCHAR(
"some text"
));
81
}
82
83
virtual int virtualFunc() const {
84
Log::Log(
"virtual func from Foo"
);
Callers
nothing calls this directly
Calls
1
FString
Class · 0.85
Tested by
no test coverage detected