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

A type which is directly convertible to FStringFormatArg. More...

#include <Text.h>

Concept definition

template<typename T>
concept Mcro::Text::CDirectStringFormatArgument = CConvertibleTo<T, FStringFormatArg>
A type which is directly convertible to FStringFormatArg.
Definition Text.h:284

Detailed Description

A type which is directly convertible to FStringFormatArg.

Definition at line 284 of file Text.h.