![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "Concepts/CharType.h"#include "Traits/ElementType.h"#include "Traits/IsContiguousContainer.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
The base string builder type for ANSICHAR.
| using FAnsiStringView = TStringView<ANSICHAR> |
| using FStringBuilderBase = TStringBuilderBase<TCHAR> |
The base string builder type for TCHAR.
| using FStringView = TStringView<TCHAR> |
The base string builder type for UTF8CHAR.
| using FUtf8StringView = TStringView<UTF8CHAR> |
The base string builder type for WIDECHAR.
| using FWideStringView = TStringView<WIDECHAR> |
| using TAnsiStringBuilder = TStringBuilderWithBuffer<ANSICHAR, BufferSize> |
An extendable string builder for ANSICHAR.
| using TStringBuilder = TStringBuilderWithBuffer<TCHAR, BufferSize> |
An extendable string builder for TCHAR.
| using TUtf8StringBuilder = TStringBuilderWithBuffer<UTF8CHAR, BufferSize> |
An extendable string builder for UTF8CHAR.
| using TWideStringBuilder = TStringBuilderWithBuffer<WIDECHAR, BufferSize> |
An extendable string builder for WIDECHAR.