Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Stores a resolved definition and the context that it was resolved from
| Name | SResolvedDefinition |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticScope.h |
| Include Path | #include "uLang/Semantics/SemanticScope.h" |
Syntax
struct SResolvedDefinition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SResolvedDefinition
(
CDefinition* Definition |
uLang/Semantics/SemanticScope.h | ||
SResolvedDefinition
(
CDefinition* Definition, |
uLang/Semantics/SemanticScope.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Context | const CDataDefinition * | uLang/Semantics/SemanticScope.h | ||
| _Definition | CDefinition * | uLang/Semantics/SemanticScope.h |