CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
AtomModulation::FModulationOutputProxy 構造体

#include <AtomModulationPatchProxy.h>

公開メンバ関数

 FModulationOutputProxy ()=default
 FModulationOutputProxy (float InDefaultValue, const Atom::FModulationMixFunction &InMixFunction)

公開変数類

bool bInitialized = false
float DefaultValue = 1.0f
Atom::FModulationMixFunction MixFunction
float SampleAndHoldValue = 1.0f

詳解

Patch applied as the final stage of a modulation chain prior to output on the sound level (Always active, never removed)

構築子と解体子

◆ FModulationOutputProxy() [1/2]

AtomModulation::FModulationOutputProxy::FModulationOutputProxy ( )
default

◆ FModulationOutputProxy() [2/2]

AtomModulation::FModulationOutputProxy::FModulationOutputProxy ( float InDefaultValue,
const Atom::FModulationMixFunction & InMixFunction )

メンバ詳解

◆ bInitialized

bool AtomModulation::FModulationOutputProxy::bInitialized = false

Whether patch has been initialized or not

◆ DefaultValue

float AtomModulation::FModulationOutputProxy::DefaultValue = 1.0f

Default value if no inputs are provided

◆ MixFunction

Atom::FModulationMixFunction AtomModulation::FModulationOutputProxy::MixFunction

Function used to mix values together

◆ SampleAndHoldValue

float AtomModulation::FModulationOutputProxy::SampleAndHoldValue = 1.0f

Cached value of sample-and-hold input values


この構造体詳解は次のファイルから抽出されました: