UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Audio::TParams< T > Class Template Reference

#include <Dsp.h>

Public Member Functions

 TParams ()
 
void SetParams (const T &InParams)
 
bool GetParams (T *OutParamsCopy)
 
void CopyParams (T &OutParamsCopy) const
 

Public Attributes

bool bChanged
 
CurrentParams
 
FCriticalSection CritSect
 

Constructor & Destructor Documentation

◆ TParams()

template<typename T >
Audio::TParams< T >::TParams ( )
inline

Member Function Documentation

◆ CopyParams()

template<typename T >
void Audio::TParams< T >::CopyParams ( T &  OutParamsCopy) const
inline

◆ GetParams()

template<typename T >
bool Audio::TParams< T >::GetParams ( T *  OutParamsCopy)
inline

◆ SetParams()

template<typename T >
void Audio::TParams< T >::SetParams ( const T &  InParams)
inline

Member Data Documentation

◆ bChanged

template<typename T >
bool Audio::TParams< T >::bChanged

◆ CritSect

template<typename T >
FCriticalSection Audio::TParams< T >::CritSect
mutable

◆ CurrentParams

template<typename T >
T Audio::TParams< T >::CurrentParams

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