Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h |
| Include | #include "Templates/UnrealTypeTraits.h" |
Syntax
template<typename T>
struct TFormatSpecifier
Remarks
TFormatSpecifier, only applies to numeric types
Specializations
TFormatSpecifier< bool >
TFormatSpecifier< double >
TFormatSpecifier< float >
TFormatSpecifier< int16 >
TFormatSpecifier< int32 >
TFormatSpecifier< int64 >
TFormatSpecifier< int8 >
TFormatSpecifier< long >
TFormatSpecifier< long double >
TFormatSpecifier< uint16 >
TFormatSpecifier< uint32 >
TFormatSpecifier< uint64 >
TFormatSpecifier< uint8 >
TFormatSpecifier< unsigned long >
Functions
| Type | Name | Description | |
|---|---|---|---|
| TCHAR const * |