UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Audio::TGetPower< Base, Exp > Struct Template Reference

#include <Dsp.h>

Static Public Attributes

static const int64 Value = Base * TGetPower<Base, Exp - 1>::Value
 

Detailed Description

template<int Base, int Exp>
struct Audio::TGetPower< Base, Exp >

This allows us to write a compile time exponent of a number.

Member Data Documentation

◆ Value

template<int Base, int Exp>
const int64 Audio::TGetPower< Base, Exp >::Value = Base * TGetPower<Base, Exp - 1>::Value
static

The documentation for this struct was generated from the following file: