Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Encapsulates a reference to an AST/IR package
| Name | CAstPackageRef |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticProgram.h |
| Include Path | #include "uLang/Semantics/SemanticProgram.h" |
Syntax
class CAstPackageRef
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _AstPackage | CAstPackage * | uLang/Semantics/SemanticProgram.h | ||
| _IrPackage | CAstPackage * | uLang/Semantics/SemanticProgram.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CAstPackage * GetAstPackage() |
uLang/Semantics/SemanticProgram.h | ||
CAstPackage * GetIrPackage() |
uLang/Semantics/SemanticProgram.h | ||
void SetAstPackage
(
CAstPackage* AstPackage |
uLang/Semantics/SemanticProgram.h | ||
void SetIrPackage
(
CAstPackage* IrPackage |
uLang/Semantics/SemanticProgram.h |