Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TStringBuilderBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include | #include "Misc/StringBuilder.h" |
template<typename FmtType, typename...Types UE_REQUIRES>
BuilderType & Appendf
&40;
const FmtType & Fmt,
Types... Args
&41;
Remarks
Appends to the string builder similarly to how classic sprintf works.
Parameters
| Name | Description |
|---|---|
| Fmt | A format string that specifies how to format the additional arguments. Refer to standard printf format. |