Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp |
static FString ChrN
&40;
int32 NumCharacters,
TCHAR Char
&41;
Remarks
Returns a string that is full of a variable number of characters The string of NumCharacters characters.
Parameters
| Name | Description |
|---|---|
| NumCharacters | Number of characters to put into the string |
| Char | Character to put into the string |