MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / EmissionPhase

Class EmissionPhase

Scripts/codegen/generate_ue_components.py:2783–2791  ·  view source on GitHub ↗

One step in the codegen pipeline. Phases are run in order; each either appends to ``ctx.writes`` (emit phases) or has side effects only (the diagnostics phase). The registry below makes adding a phase a one-line insert rather than another `writes.extend(...)` block in ``collect_all_w

Source from the content-addressed store, hash-verified

2781 the codegen-owned UPROPERTY names."""
2782 lines: List[str] = [
2783 COPYRIGHT_BLOCK,
2784 "#pragma once",
2785 "",
2786 "#include \"CoreMinimal.h\"",
2787 "",
2788 "// Autogenerated schema mirror for URLab.Codegen.* tests.",
2789 "// Lists the canonical UPROPERTY name produced by codegen for every",
2790 "// schema attribute on every category.",
2791 "",
2792 "namespace URLabCodegenSchemaForTests",
2793 "{",
2794 ]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected