Strcpy

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

WIDECHAR ...

 

Strcpy

(
    WIDECHAR* Dest,
    SIZE_T DestCount,
    const WIDECHAR* Src
)

Unicode implementation

Public function Static

ANSICHAR ...

 

Strcpy

(
    ANSICHAR* Dest,
    SIZE_T DestCount,
    const ANSICHAR* Src
)

Ansi implementation

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