Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
TCStringSpcHelper |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include Path |
#include "Misc/CString.h" |
Syntax
template<typename CharType>
struct TCStringSpcHelper
Constants
| Name |
Type |
Remarks |
Include Path |
| MAX_SPACES |
int32 |
Number of characters to be stored in string. |
Misc/CString.h |
| MAX_TABS |
int32 |
Number of tabs to be stored in string. |
Misc/CString.h |
| SpcArray |
const CharType |
|
Misc/CString.h |
| TabArray |
const CharType |
|
Misc/CString.h |
Functions
Public