TParams

Simple parameter object which uses critical section to write to and read from data.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/Dsp.h

Include

#include "DSP/Dsp.h"

Syntax

template<typename T>
class TParams

Remarks

Simple parameter object which uses critical section to write to and read from data.

Variables

Name Description

Public variable

bool

 

bChanged

Public variable

FCriticalSectio...

 

CritSect

Public variable

T

 

CurrentParams

Constructors

Name Description

Public function

TParams()

Functions

Name Description

Public function Const

void

 

CopyParams

(
    T& OutParamsCopy
)

Public function

bool

 

GetParams

(
    T* OutParamsCopy
)

Returns a copy of the params safely if they've changed since last time this was called.

Public function

void

 

SetParams

(
    const T& InParams
)

Sets the params.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss