Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CSemanticProgram
Description
The get-method is written to work even if no IR is generated. This is to make it easier to run with and without IR, a useful feature while developing the IR. It's temporary and won't work after IrNode is its own type distinct from AstNode.
| Name | GetIrProject |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticProgram.h |
| Include Path | #include "uLang/Semantics/SemanticProgram.h" |
TSPtr< CAstProject > & GetIrProject()