CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
UAtomBusEffectIRReverbPreset クラス

#include <AtomBusEffectIRReverb.h>

UAtomBusEffectIRReverbPreset の継承関係図

公開メンバ関数

 UAtomBusEffectIRReverbPreset (const FObjectInitializer &ObjectInitializer)
int GetIRIndex () const
void SetCenterInputGain (float Gain)
void SetCenterOutputGain (float Gain)
void SetDefaultSettings (const FAtomBusEffectIRReverbSettings &InSettings)
void SetDryGain (float Gain)
void SetFrontInputGain (float Gain)
void SetFrontOutputGain (float Gain)
void SetInputSeparationRatio (float Ratio)
void SetReverbGain (float Gain)
void SetSettings (const FAtomBusEffectIRReverbSettings &InSettings)
void SetSurroundBackInputGain (float Gain)
void SetSurroundBackOutputGain (float Gain)
void SetSurroundInputGain (float Gain)
void SetSurroundOutputGain (float Gain)
void SetWetGain (float Gain)
基底クラス UAtomBusEffectPreset に属する継承公開メンバ関数
 UAtomBusEffectPreset (const FObjectInitializer &ObjectInitializer)
virtual void ApplyToDefautlsSettings ()
UAtomBusGetBus () const
virtual FColor GetPresetColor () const override
virtual bool IsBypassed () const
virtual void PostInitProperties () override
virtual void PostLoad () override
virtual void SetBypass (bool bBypass)
基底クラス UAtomEffectPreset に属する継承公開メンバ関数
 UAtomEffectPreset (const FObjectInitializer &ObjectInitializer)
virtual ~UAtomEffectPreset ()=default
virtual bool CanFilter () const
virtual UAtomEffectPresetCreateNewPreset (UObject *InParent, FName Name, EObjectFlags Flags) const
virtual FText GetAssetActionName () const
FORCEINLINE FName GetEffectName () const
FORCEINLINE int32 GetNumParameters () const
FORCEINLINE FName GetPluginName () const
virtual UClass * GetSupportedClass () const
virtual bool HasAssetActions () const
virtual void Init ()

公開変数類

FAtomBusEffectIRReverbSettings DynamicSettings
FAtomBusEffectIRReverbSettings Settings

限定公開メンバ関数

virtual float GetParameterValue (int ParameterIndex) const override
virtual void SetParameterValue (int ParameterIndex, float Value) override
基底クラス UAtomBusEffectPreset に属する継承限定公開メンバ関数
void Update () const
void UpdateBypass () const
void UpdateParameter (int ParamIndex) const

その他の継承メンバ

基底クラス UAtomBusEffectPreset に属する継承静的公開メンバ関数
static UAtomBusEffectPresetCreateBusEffectPreset (UObject *InOuter, const FName &InBusEffectName)
static UAtomBusEffectPresetCreateBusEffectPreset (UObject *InOuter, const UClass *InPresetClass, const FName &InName=NAME_None)
static const UClass * GetBusEffectPresetClassFromName (const FName &InBusEffectName)
static const FName GetBusEffectPresetNameFromClass (const UClass *InBusEffectClass)
static int32 GetBusEffectPresetNumParameters (const FName &InBusEffectName)
基底クラス UAtomBusEffectPreset に属する継承静的限定公開メンバ関数
static void RegisterBusEffectClass (FName BusEffectName, UClass *BusEffectClass, int32 BusEffectNumParameters)
基底クラス UAtomBusEffectPreset に属する継承限定公開変数類
bool bInitialized = false
基底クラス UAtomEffectPreset に属する継承限定公開変数類
FName EffectName
int32 NumParameters
FName PluginName
基底クラス UAtomBusEffectPreset に属する継承静的限定公開変数類
static TMap< FName, TPair< const UClass *, int > > BusEffects

構築子と解体子

◆ UAtomBusEffectIRReverbPreset()

UAtomBusEffectIRReverbPreset::UAtomBusEffectIRReverbPreset ( const FObjectInitializer & ObjectInitializer)

関数詳解

◆ GetIRIndex()

int UAtomBusEffectIRReverbPreset::GetIRIndex ( ) const
inline

◆ GetParameterValue()

float UAtomBusEffectIRReverbPreset::GetParameterValue ( int ParameterIndex) const
overrideprotectedvirtual

UAtomBusEffectPresetを再実装しています。

◆ SetCenterInputGain()

void UAtomBusEffectIRReverbPreset::SetCenterInputGain ( float Gain)

◆ SetCenterOutputGain()

void UAtomBusEffectIRReverbPreset::SetCenterOutputGain ( float Gain)

◆ SetDefaultSettings()

void UAtomBusEffectIRReverbPreset::SetDefaultSettings ( const FAtomBusEffectIRReverbSettings & InSettings)

◆ SetDryGain()

void UAtomBusEffectIRReverbPreset::SetDryGain ( float Gain)

◆ SetFrontInputGain()

void UAtomBusEffectIRReverbPreset::SetFrontInputGain ( float Gain)

◆ SetFrontOutputGain()

void UAtomBusEffectIRReverbPreset::SetFrontOutputGain ( float Gain)

◆ SetInputSeparationRatio()

void UAtomBusEffectIRReverbPreset::SetInputSeparationRatio ( float Ratio)

◆ SetParameterValue()

void UAtomBusEffectIRReverbPreset::SetParameterValue ( int ParameterIndex,
float Value )
overrideprotectedvirtual

UAtomBusEffectPresetを再実装しています。

◆ SetReverbGain()

void UAtomBusEffectIRReverbPreset::SetReverbGain ( float Gain)

◆ SetSettings()

void UAtomBusEffectIRReverbPreset::SetSettings ( const FAtomBusEffectIRReverbSettings & InSettings)

◆ SetSurroundBackInputGain()

void UAtomBusEffectIRReverbPreset::SetSurroundBackInputGain ( float Gain)

◆ SetSurroundBackOutputGain()

void UAtomBusEffectIRReverbPreset::SetSurroundBackOutputGain ( float Gain)

◆ SetSurroundInputGain()

void UAtomBusEffectIRReverbPreset::SetSurroundInputGain ( float Gain)

◆ SetSurroundOutputGain()

void UAtomBusEffectIRReverbPreset::SetSurroundOutputGain ( float Gain)

◆ SetWetGain()

void UAtomBusEffectIRReverbPreset::SetWetGain ( float Gain)

メンバ詳解

◆ DynamicSettings

FAtomBusEffectIRReverbSettings UAtomBusEffectIRReverbPreset::DynamicSettings

◆ Settings

FAtomBusEffectIRReverbSettings UAtomBusEffectIRReverbPreset::Settings

The reverb preset Settings.


このクラス詳解は次のファイルから抽出されました: