Navigation
API > API/Runtime > API/Runtime/VerseCompiler
A group of packages that must be compiled as a unit (= a strongly connected component (SCC) in the dependency graph)
| Name | CAstCompilationUnit |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CAstCompilationUnit : public uLang::CAstNode
Inheritance Hierarchy
- CSharedMix → CAstNode → CAstCompilationUnit
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Packages | TSRefArray< CAstPackage > | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendPackage
(
TSRef< CAstPackage >&& Package |
uLang/Semantics/Expression.h | ||
EPackageRole GetRole() |
uLang/Semantics/Expression.h | ||
bool IsAllowNative() |
uLang/Semantics/Expression.h | ||
const TSRefArray< CAstPackage > & Packages() |
uLang/Semantics/Expression.h | ||
void ReservePackages
(
int32_t Num |
uLang/Semantics/Expression.h |
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String GetErrorDesc() |
Text methods. | uLang/Semantics/Expression.h | |
virtual EAstNodeType GetNodeType() |
uLang/Semantics/Expression.h | ||
virtual void VisitChildren
(
SAstVisitor& Visitor |
Iterates over this AST node's direct children, calling Visitor.Visit for each child. | uLang/Semantics/Expression.h |