Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CSemanticProgram
Cached references to some attributes that are defined in code, but commonly interpreted by the compiler.
| Name | TCachedIntrinsicDefinition |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticProgram.h |
| Include Path | #include "uLang/Semantics/SemanticProgram.h" |
Syntax
template<typename DefinitionType>
struct TCachedIntrinsicDefinition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCachedIntrinsicDefinition
(
CSemanticProgram& Program, |
uLang/Semantics/SemanticProgram.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _CachedValue | TOptional< DefinitionType * > | uLang/Semantics/SemanticProgram.h | ||
| _Path | CUTF8String | uLang/Semantics/SemanticProgram.h | ||
| _Program | CSemanticProgram & | uLang/Semantics/SemanticProgram.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DefinitionType * Get() |
uLang/Semantics/SemanticProgram.h |