UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IsClass.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreTypes.h
"
6
10
template
<
typename
T>
11
struct
TIsClass
12
{
13
private
:
14
template
<
typename
U>
static
uint16
Func(
int
U::*);
15
template
<
typename
U>
static
uint8
Func(...);
16
17
public
:
18
enum
{
Value
= !
__is_union
(T) &&
sizeof
(
Func<T>
(0)) - 1 };
19
};
CoreTypes.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
uint8
uint8_t uint8
Definition
binka_ue_file_header.h:8
uint16
uint16_t uint16
Definition
binka_ue_file_header.h:7
TIsClass
Definition
IsClass.h:12
TIsClass::Value
@ Value
Definition
IsClass.h:18
Engine
Source
Runtime
Core
Public
Templates
IsClass.h
Generated by
1.9.8