TCString::Strncat

Concatenate a string with length checking.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CString.h

Include

#include "Misc/CString.h"

Syntax

static CharType * Strncat
(
    CharType * Dest,
    const CharType * Src,
    int32 MaxLen
)

Remarks

Concatenate a string with length checking.

Returns

pointer to resulting string buffer

Parameters

Parameter

Description

Dest

destination buffer to append to

Src

source buffer to copy from

MaxLen

max length of the buffer

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss