Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TStringBuilderBase > API/Runtime/Core/Misc/TStringBuilderBase/Append
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include | #include "Misc/StringBuilder.h" |
template<typename OtherCharType, std::enable_if_t< TIsCharType < OtherCharType >::Value > *>
BuilderType & Append
(
const OtherCharType *const String,
const int32 Length
)