Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Represents a package in the AST.
| Name | CAstPackage |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CAstPackage :
public uLang::CAstNode ,
public uLang::CMemberDefinitions
Inheritance Hierarchy
- CSharedMix → CAstNode → CAstPackage
- CMemberDefinitions → CAstPackage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CAstPackage
(
const CUTF8String& Name, |
uLang/Semantics/Expression.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _bAllowExperimental | bool | uLang/Semantics/Expression.h | ||
| _bAllowNative | bool | uLang/Semantics/Expression.h | ||
| _bTreatModulesAsImplicit | bool | uLang/Semantics/Expression.h | ||
| _CompilationUnit | CAstCompilationUnit * | uLang/Semantics/Expression.h | ||
| _Dependencies | TArray< const CAstPackage * > | uLang/Semantics/Expression.h | ||
| _EffectiveVerseVersion | uint32_t | uLang/Semantics/Expression.h | ||
| _Name | CUTF8String | uLang/Semantics/Expression.h | ||
| _NumPersistentVars | int32_t | Track the number of persistent values found on a per-package basis instead of across all packages. | uLang/Semantics/Expression.h | |
| _Role | EPackageRole | uLang/Semantics/Expression.h | ||
| _RootModule | CModulePart * | uLang/Semantics/Expression.h | ||
| _UploadedAtFNVersion | uint32_t | This allows us to determine when a package was uploaded for a given Fortnite release version. | uLang/Semantics/Expression.h | |
| _UsedDependencies | TArray< const CAstPackage * > | uLang/Semantics/Expression.h | ||
| _VersePath | CUTF8String | uLang/Semantics/Expression.h | ||
| _VerseScope | EVerseScope | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanSeeDefinition
(
const CDefinition& Definition |
Determine if the definition originates from this package or any of our dependencies. | 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 | |
virtual void VisitImmediates
(
SAstVisitor& Visitor |
Iterates over this AST node's immediate fields, calling Visitor.VisitImmediate for each immediate field. | uLang/Semantics/Expression.h |