Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TCString
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
Include | #include "Misc/CString.h" |
static CharType &42; Strncat
&40;
CharType &42; Dest,
const CharType &42; Src,
int32 MaxLen
&41;
Remarks
Concatenate a string with length checking. pointer to resulting string buffer
Parameters
Name | Description |
---|---|
Dest | destination buffer to append to |
Src | source buffer to copy from |
MaxLen | max length of the buffer |