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
16template <typename T>
18{
19 using Type = T;
20 using type = T;
21};
22
23template <typename T>
typename TIdentity< T >::Type TIdentity_T
Definition Identity.h:24
Definition Identity.h:18
T Type
Definition Identity.h:19
T type
Definition Identity.h:20