Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TCString > API/Runtime/Core/Misc/TCString/Strcpy
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include | #include "Misc/CString.h" |
static CharType * Strcpy
(
CharType * Dest,
SIZE_T DestCount,
const CharType * Src
)
Remarks
Strcpy wrapper destination string
Parameters
| Name | Description |
|---|---|
| Dest | destination string to copy to |
| Destcount | size of Dest in characters |
| Src | source string |