UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IntegralConstant.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, T Val>
11
struct
TIntegralConstant
12
{
13
static
constexpr
T
Value
=
Val
;
14
};
CoreTypes.h
Val
float Val(const FString &Value)
Definition
UnrealMath.cpp:3163
TIntegralConstant
Definition
IntegralConstant.h:12
TIntegralConstant::Value
static constexpr T Value
Definition
IntegralConstant.h:13
Engine
Source
Runtime
Core
Public
Templates
IntegralConstant.h
Generated by
1.9.8