![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FResult |
| struct | TAtArgPos |
| struct | TCheckedFormatStringPrivate |
| struct | TCheckFormatString |
| struct | TCheckFormatString< CharType > |
| struct | TCheckFormatString< CharType, Arg, Args... > |
Enumerations | |
| enum class | EFormatStringSanStatus { Ok , X } |
Functions | |
| template<EFormatStringSanStatus Err, typename T > | |
| constexpr void | AssertFormatStatus () |
| template<typename CharType , typename... Ts> | |
| constexpr TCheckFormatString< CharType, std::decay_t< Ts >... > | GetFmtArgCheckerType (const CharType *, Ts...) |
| template<typename CharType > | |
| constexpr bool | CharIsDigit (CharType Char) |
| template<typename CharType > | |
| constexpr const CharType * | SkipInteger (const CharType *Fmt) |
| template<typename CharType > | |
| constexpr bool | CharIsIntegerFormatSpecifier (CharType Char) |
Variables | |
| template<typename T > | |
| constexpr bool | bIsAConstString |
| template<typename T > | |
| constexpr bool | TIsFloatOrDouble_V = std::is_same_v<float, T> || std::is_same_v<double, T> |
| template<typename T > | |
| constexpr bool | TIsIntegralEnum_V = std::is_enum_v<T> || TIsTEnumAsByte_V<T> |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |