Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crazytuzi/UnrealCSharp
/ CodeAnalysis
Method
CodeAnalysis
Source/ScriptCodeGenerator/Private/FCodeAnalysis.cpp:5–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include
"CoreMacro/Macro.h"
4
5
void FCodeAnalysis::CodeAnalysis()
6
{
7
Compile();
8
9
Analysis();
10
}
11
12
void FCodeAnalysis::Analysis(const FString& InFile)
13
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected