TCString::Strcat

Strcat wrapper

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/CString.h"

Syntax

static CharType * Strcat
(
    CharType * Dest,
    SIZE_T DestCount,
    const CharType * Src
)

Remarks

Strcat wrapper

Returns

destination string

Parameters

Parameter

Description

Dest

destination string to copy to

Destcount

size of Dest in characters

Src

source string

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