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 * Strncat
(
CharType * Dest,
const CharType * Src,
int32 MaxLen
)
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 |