UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Identity.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
16
template
<
typename
T>
17
struct
TIdentity
18
{
19
using
Type
= T;
20
using
type
= T;
21
};
22
23
template
<
typename
T>
24
using
TIdentity_T
=
typename
TIdentity<T>::Type
;
TIdentity_T
typename TIdentity< T >::Type TIdentity_T
Definition
Identity.h:24
TIdentity
Definition
Identity.h:18
TIdentity::Type
T Type
Definition
Identity.h:19
TIdentity::type
T type
Definition
Identity.h:20
Engine
Source
Runtime
Core
Public
Templates
Identity.h
Generated by
1.9.8