Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/TypeSpec
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendTypeSpecComment
(
const TSRef< Node >& NewComment |
uLang/Syntax/VstNode.h | ||
void AppendTypeSpecComment
(
TSRef< Node >&& NewComment |
uLang/Syntax/VstNode.h |
AppendTypeSpecComment(const TSRef< Node > &)
| Name | AppendTypeSpecComment |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
void AppendTypeSpecComment
(
const TSRef< Node > & NewComment
)
AppendTypeSpecComment(TSRef< Node > &&)
| Name | AppendTypeSpecComment |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
void AppendTypeSpecComment
(
TSRef< Node > && NewComment
)