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