![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/ContainersFwd.h"Go to the source code of this file.
Classes | |
| struct | TIsTString< T > |
Variables | |
| template<typename T > | |
| constexpr bool | TIsTString_V = false |
| template<> | |
| constexpr bool | TIsTString_V< FAnsiString > = true |
| template<> | |
| constexpr bool | TIsTString_V< FUtf8String > = true |
| template<> | |
| constexpr bool | TIsTString_V< FWideString > = true |
| template<typename T > | |
| constexpr bool | TIsTString_V< const T > = TIsTString_V<T> |
| template<typename T > | |
| constexpr bool | TIsTString_V< volatile T > = TIsTString_V<T> |
| template<typename T > | |
| constexpr bool | TIsTString_V< const volatile T > = TIsTString_V<T> |
Traits classes and constants which test if a type is a UE string class.
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |