Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/CSymbolTable
Description
Remaps a symbol from another symbol table to this symbol table I.e. symbol tables are merged by iterating through all symbols of one table and re-adding them to the other table
| Name | ReAdd |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/Symbol.h |
| Include Path | #include "uLang/Common/Text/Symbol.h" |
| Source | /Engine/Source/Runtime/Solaris/uLangCore/Private/uLang/Common/Text/Symbol.cpp |
void ReAdd
(
CSymbol & Symbol
)