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

Method Generator

Source/ScriptCodeGenerator/Private/FStructGenerator.cpp:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "Dynamic/FDynamicGenerator.h"
13
14void FStructGenerator::Generator()
15{
16 for (TObjectIterator<UScriptStruct> ScriptStructIterator; ScriptStructIterator; ++ScriptStructIterator)
17 {
18 if (!Cast<UUserDefinedStruct>(*ScriptStructIterator))
19 {
20 Generator(*ScriptStructIterator);
21 }
22 }
23}
24
25void FStructGenerator::Generator(const UScriptStruct* InScriptStruct)
26{

Callers

nothing calls this directly

Calls 5

AddMethod · 0.45
GetNameMethod · 0.45
ContainsMethod · 0.45
IsEmptyMethod · 0.45
RemoveMethod · 0.45

Tested by

no test coverage detected