Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TStringView
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringView.h |
| Include | #include "Containers/StringView.h" |
int32 CopyString
&40;
CharType &42; Dest,
int32 CharCount,
int32 Position
&41; const
Remarks
Copy characters from the view into a destination buffer without null termination. The number of characters written to the destination buffer.
Parameters
| Name | Description |
|---|---|
| Dest | Buffer to write into. Must have space for at least CharCount characters. |
| CharCount | The maximum number of characters to copy. |
| Position | The offset into the view from which to start copying. |