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

Class EmittedSchema

Scripts/codegen/generate_ue_components.py:150–154  ·  view source on GitHub ↗

Output of property-set emission for a given attr list.

Source from the content-addressed store, hash-verified

148
149@dataclass
150class EmittedSchema:
151 """Output of property-set emission for a given attr list."""
152 properties_h: str # UPROPERTY block for header
153 imports_cpp: str # ImportFromXml body (between codegen tags)
154 exports_cpp: str # ExportTo body (between codegen tags)
155
156
157@dataclass

Callers 2

emit_schema_for_attrsFunction · 0.85
emit_subclass_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected