UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TCStringSpcHelper< CharType > Struct Template Reference

#include <CString.h>

Public Member Functions

CORE_API const ANSICHAR SpcArray [MAX_SPACES+1]
 
CORE_API const WIDECHAR SpcArray [MAX_SPACES+1]
 
CORE_API const UTF8CHAR SpcArray [MAX_SPACES+1]
 
CORE_API const ANSICHAR TabArray [MAX_TABS+1]
 
CORE_API const WIDECHAR TabArray [MAX_TABS+1]
 
CORE_API const UTF8CHAR TabArray [MAX_TABS+1]
 

Static Public Attributes

static constexpr int32 MAX_SPACES = 255
 
static constexpr int32 MAX_TABS = 255
 
static CORE_API const CharType SpcArray [MAX_SPACES+1]
 
static CORE_API const CharType TabArray [MAX_TABS+1]
 

Member Function Documentation

◆ SpcArray() [1/3]

◆ SpcArray() [2/3]

◆ SpcArray() [3/3]

◆ TabArray() [1/3]

◆ TabArray() [2/3]

◆ TabArray() [3/3]

Member Data Documentation

◆ MAX_SPACES

template<typename CharType = TCHAR>
constexpr int32 TCStringSpcHelper< CharType >::MAX_SPACES = 255
staticconstexpr

Number of characters to be stored in string.

◆ MAX_TABS

template<typename CharType = TCHAR>
constexpr int32 TCStringSpcHelper< CharType >::MAX_TABS = 255
staticconstexpr

Number of tabs to be stored in string.

◆ SpcArray

template<typename CharType = TCHAR>
CORE_API const CharType TCStringSpcHelper< CharType >::SpcArray[MAX_SPACES+1]
static

◆ TabArray

template<typename CharType = TCHAR>
CORE_API const CharType TCStringSpcHelper< CharType >::TabArray[MAX_TABS+1]
static

The documentation for this struct was generated from the following file: