TCString::Strcpy

Strcpy wrapper (templated version to automatically handle static destination array case)

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/CString.h"

Syntax

template<SIZE_T DestCount>
static CharType * Strcpy
(
    CharType Dest,
    const CharType * Src
)

Remarks

Strcpy wrapper (templated version to automatically handle static destination array case)

Returns

destination string

Parameters

Parameter

Description

Dest

destination string to copy to

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