|
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
#include "CoreMinimal.h"#include "Atom.h"#include "Modulation/AtomModulationDestination.h"#include "Extensions/IAtomEndpoint.h"#include "AtomRack.generated.h"クラス | |
| struct | FAtomLevelMeterSettings |
| struct | FAtomLoudnessMeterSettings |
| struct | FAtomTruePeakMeterSettings |
| class | UAtomEndpointRack |
| class | UAtomRack |
| class | UAtomRackBase |
| class | UAtomRackWithParentBase |
| class | UAtomSoundfieldEndpointRack |
| class | UAtomSoundfieldRack |
名前空間 | |
| namespace | AtomRackUtils |
列挙型 | |
| enum class | EAtomGainParamMode : uint8 { Linear = 0 , Decibels } |
関数 | |
| CRIWARECORE_API bool | AtomRackUtils::AreRackSoundTypeCompatible (const UAtomRackBase *ChildRack, const UAtomRackBase *ParentRack) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FOnAtomRackLevelMeterMeasure, const TArray< FAtomLevelMeterMeasure > &, Measures) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FOnAtomRackLoudnessMeterMeasure, const FAtomLoudnessMeterMeasure &, Measure) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FOnAtomRackPerformanceMonitorResult, const FAtomPerformanceMonitorResult &, Result) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FOnAtomRackTruePeakMeterMeasure, const TArray< FAtomTruePeakMeterMeasure > &, Measure) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams (FOnAtomRackRenderedSamples, int32, RackID, int64, NumSamples, int32, SampleRate) | |
|
strong |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnAtomRackLevelMeterMeasure | , |
| const TArray< FAtomLevelMeterMeasure > & | , | ||
| Measures | ) |
Called when a new AtomRack level meter measured value is generated on the given Atom runtime id (different for multiple PIE). Array is an level value for each channel.
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnAtomRackLoudnessMeterMeasure | , |
| const FAtomLoudnessMeterMeasure & | , | ||
| Measure | ) |
Called when a new AtomRack loudness meter measured value is generated on the given Atom runtime id (different for multiple PIE).
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnAtomRackPerformanceMonitorResult | , |
| const FAtomPerformanceMonitorResult & | , | ||
| Result | ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnAtomRackTruePeakMeterMeasure | , |
| const TArray< FAtomTruePeakMeterMeasure > & | , | ||
| Measure | ) |
Called when a new AtomRack loudness meter measured value is generated on the given Atom runtime id (different for multiple PIE). Array is an level value for each channel.
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams | ( | FOnAtomRackRenderedSamples | , |
| int32 | , | ||
| RackID | , | ||
| int64 | , | ||
| NumSamples | , | ||
| int32 | , | ||
| SampleRate | ) |