Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/Mutation
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Cloning | uLang/Syntax/VstNode.h | ||
| uLang/Syntax/VstNode.h |
Mutation(const SLocus &, EKeyword, bool)
Description
Cloning
| Name | Mutation |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Mutation
(
const SLocus & Whence,
EKeyword Keyword,
bool bLive
)
Mutation(const SLocus &, const TSRef< Node > &, EKeyword, bool)
| Name | Mutation |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Mutation
(
const SLocus & Whence,
const TSRef< Node > & Child,
EKeyword Keyword,
bool bLive
)