MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Text::CStringFormatArgument Concept Reference

A type which can be converted to FStringFormatArg via any method. More...

#include <Text.h>

Concept definition

template<typename T>
A type which is directly convertible to FStringFormatArg.
Definition Text.h:284
A type which which provides a ToString() member method.
Definition Text.h:295
A type which can be used with FStringFormatArg via a TAsFormatArgument specialization.
Definition Text.h:318
A type which which provides a ToString() member method.
Definition Text.h:288
A type which can be converted to FStringFormatArg via any method.
Definition Text.h:325

Detailed Description

A type which can be converted to FStringFormatArg via any method.

Definition at line 325 of file Text.h.