UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CompatibleCharType.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
Concepts/CharType.h
"
6
#include "
Traits/IsCharEncodingCompatibleWith.h
"
7
8
namespace
UE
9
{
20
template
<
typename
T,
typename
CharType>
21
concept
CCompatibleCharType
=
UE::CCharType<T>
&&
TIsCharEncodingCompatibleWith_V<T, CharType>
;
22
}
CharType.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
IsCharEncodingCompatibleWith.h
UE::CCharType
Definition
CharType.h:13
UE::CCompatibleCharType
Definition
CompatibleCharType.h:21
UE
Definition
AdvancedWidgetsModule.cpp:13
Engine
Source
Runtime
Core
Public
Concepts
CompatibleCharType.h
Generated by
1.9.8