Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
Type
typedef TAnd< TIsCharRangeNotCArray< CharRangeType >, TNot< TIsDerivedFrom< typename TDecay< CharRangeType >::Type, FString >>> TIsCharRangeNotCArrayNotFString
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 characters, and not CharType[] and not FString.