Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
Type
typedef TAnd< TIsTCharRangeNotCArray< CharRangeType >, TNot< TIsDerivedFrom< typename TDecay< CharRangeType >::Type, FString >>> TIsTCharRangeNotCArrayNotFString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
Remarks
Trait testing whether a type is a contiguous range of TCHAR, and not TCHAR[] and not FString.