UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IsConst.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
Misc/CoreMiscDefines.h
"
6
7
// HEADER_UNIT_SKIP - Deprecated
8
9
//UE_DEPRECATED_HEADER(5.7, "IsConst.h has been deprecated- please include <type_traits> and use std::is_const instead.")
10
14
template
<
typename
T>
15
struct
UE_DEPRECATED
(5.7,
"TIsConst has been deprecated - please use std::is_const instead."
)
TIsConst
16
{
17
static
constexpr
bool
Value
=
false
;
18
};
19
20
template
<
typename
T>
21
struct
UE_DEPRECATED
(5.7,
"TIsConst has been deprecated - please use std::is_const instead."
)
TIsConst
<const T>
22
{
23
static
constexpr
bool
Value
=
true
;
24
};
CoreMiscDefines.h
UE_DEPRECATED
#define UE_DEPRECATED(Version, Message)
Definition
CoreMiscDefines.h:302
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
EColorPickerChannels::Value
@ Value
Engine
Source
Runtime
Core
Public
Templates
IsConst.h
Generated by
1.9.8