Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStringBuilderBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
decltype(Append(MakeStringView(Forward< CharRangeType >(Range)).GetData(), int32(0))) Append
(
CharRangeType&& Range |
Misc/StringBuilder.h | ||
BuilderType & Append
(
const OtherCharType*const String, |
Misc/StringBuilder.h |
Append(CharRangeType &&)
| Name | Append |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include Path | #include "Misc/StringBuilder.h" |
template<typename CharRangeType>
decltype(Append(MakeStringView(Forward< CharRangeType >(Range)).GetData(), int32(0))) Append
(
CharRangeType && Range
)
Append(const OtherCharType *const, const int32)
| Name | Append |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include Path | #include "Misc/StringBuilder.h" |
template<typename OtherCharType, std::enable_if_t< TIsCharType < OtherCharType >::Value > *>
BuilderType & Append
(
const OtherCharType *const String,
const int32 Length
)