TStringBuilderBase::Appendf

Appends to the string builder similarly to how classic sprintf works.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h

Include

#include "Misc/StringBuilder.h"

Syntax

template<typename FmtType, typename... Types>
TEnableIf< TIsArrayOrRefOfType< FmtType, CharType >::Value, BuilderType & >::Type Appendf
(
    const FmtType & Fmt,
    Types... Args
)

Remarks

Appends to the string builder similarly to how classic sprintf works.

Parameters

Parameter

Description

Format

A format string that specifies how to format the additional arguments. Refer to standard printf format.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss