Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TCString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include | #include "Misc/CString.h" |
static const CharType * Tab
(
int32 NumTabs
)
Remarks
Returns a static string that is filled with a variable number of tabs The string of NumTabs tabs.
Parameters
| Name | Description |
|---|---|
| NumTabs | Number of tabs to put into the string, max of 255 |