Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Semantically represents a snippet
| Name | CSnippet |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticProgram.h |
| Include Path | #include "uLang/Semantics/SemanticProgram.h" |
Syntax
class CSnippet :
public uLang::CScope ,
public uLang::CNamed
Inheritance Hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CSnippet
(
const CSymbol& Path, |
uLang/Semantics/SemanticProgram.h |
Functions
Public
Overridden from CScope
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CSymbol GetScopeName() |
uLang/Semantics/SemanticProgram.h |