UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CDecaysTo Concept Reference
#include <
DecaysTo.h
>
Concept definition
template
<
typename
T,
typename
U>
concept
UE::CDecaysTo
=
CSameAs<std::decay_t<T>
, U>
UE::CDecaysTo
Definition
DecaysTo.h:16
UE::CSameAs
Definition
SameAs.h:16
Detailed Description
Concept which is satisfied if and only if T decays to the same type as U.
UE
CDecaysTo
Generated by
1.9.8