UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CCompatibleStringViewable Concept Reference

#include <CompatibleStringViewable.h>

Concept definition

template<typename CharRangeType, typename CharEncodingType>
(
std::is_pointer_v<std::decay_t<CharRangeType>> &&
) || (
)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
typename TElementType< T >::Type TElementType_T
Definition ElementType.h:57
Definition CharType.h:13
Definition CompatibleCharType.h:21
Definition CompatibleStringViewable.h:15
Definition ContiguousRange.h:14