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

A type which can be used with FStringFormatArg via a TAsFormatArgument specialization. More...

#include <Text.h>

Concept definition

template<typename T>
{
{ TAsFormatArgument<T>()(t) } -> CDirectStringFormatArgument;
}
A type which is directly convertible to FStringFormatArg.
Definition Text.h:284
A type which can be used with FStringFormatArg via a TAsFormatArgument specialization.
Definition Text.h:318

Detailed Description

A type which can be used with FStringFormatArg via a TAsFormatArgument specialization.

Definition at line 318 of file Text.h.