Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CToolchain
Description
Add a storage for modified source code, e.g., auto qualified code. If set then the modified source will be added to the map, keyed by path. No need to set unless the modified source is needed after compiling, e.g., by the assert_roundtrip macro in VerseTestScriptCmd.
| Name | SetPathToSource |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Toolchain/Toolchain.h |
| Include Path | #include "uLang/Toolchain/Toolchain.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Toolchain/Toolchain.cpp |
void SetPathToSource
(
uLang::TMap< uLang::CUTF8String, uLang::CUTF8String > * PathToSource
)