MCPcopy Create free account
hub / github.com/crazytuzi/UnrealCSharp / Generator

Method Generator

Source/ScriptCodeGenerator/Private/FClassGenerator.cpp:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include "Dynamic/FDynamicGenerator.h"
15
16void FClassGenerator::Generator()
17{
18 for (TObjectIterator<UClass> ClassIterator; ClassIterator; ++ClassIterator)
19 {
20 if (!Cast<UBlueprintGeneratedClass>(*ClassIterator))
21 {
22 Generator(*ClassIterator);
23 }
24 }
25}
26
27void FClassGenerator::Generator(const UClass* InClass)
28{

Callers

nothing calls this directly

Calls 8

FDoxygenConverterClass · 0.85
AddMethod · 0.45
GetNameMethod · 0.45
ContainsMethod · 0.45
IsEmptyMethod · 0.45
EmptyMethod · 0.45
NumMethod · 0.45
RemoveMethod · 0.45

Tested by

no test coverage detected