Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Information about a given qualifier.
| Name | SQualifier |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Definition.h |
| Include Path | #include "uLang/Semantics/Definition.h" |
Syntax
struct SQualifier
Enums
Public
| Name | Remarks |
|---|---|
| EType |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _LogicalScope | const CLogicalScope * | uLang/Semantics/Definition.h | ||
| _NominalType | const CNominalType * | uLang/Semantics/Definition.h | ||
| _Type | EType | uLang/Semantics/Definition.h | ||
| U | union uLang::SQualifier | The definition that the qualifier is referring to. | uLang/Semantics/Definition.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CLogicalScope * GetLogicalScope() |
uLang/Semantics/Definition.h | ||
const CNominalType * GetNominalType() |
uLang/Semantics/Definition.h | ||
bool IsLocal() |
uLang/Semantics/Definition.h | ||
bool IsUnspecified() |
uLang/Semantics/Definition.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static SQualifier Local() |
uLang/Semantics/Definition.h | ||
static SQualifier LogicalScope
(
const CLogicalScope* LogicalScope |
uLang/Semantics/Definition.h | ||
static SQualifier NominalType
(
const CNominalType* NominalType |
uLang/Semantics/Definition.h | ||
static SQualifier Unknown() |
uLang/Semantics/Definition.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const SQualifier& Other |
uLang/Semantics/Definition.h | ||
bool operator==
(
const SQualifier& Other |
uLang/Semantics/Definition.h |