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
10template <typename T, T Val>
12{
13 static constexpr T Value = Val;
14};
float Val(const FString &Value)
Definition UnrealMath.cpp:3163
Definition IntegralConstant.h:12
static constexpr T Value
Definition IntegralConstant.h:13