Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TCString > API/Runtime/Core/Misc/TCString/Strcat
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
Include | #include "Misc/CString.h" |
template<SIZE_T DestCount>
static CharType &42; Strcat
&40;
CharType(&) Dest,
const CharType &42; Src
&41;
Remarks
Strcat wrapper (templated version to automatically handle static destination array case) destination string
Parameters
Name | Description |
---|---|
Dest | destination string to copy to |
Src | source string |