Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceAudioSpectrum.h |
Include |
#include "NiagaraDataInterfaceAudioSpectrum.h" |
UCLASS(EditInlineNew, Category="Audio", Meta=(DisplayName="Audio Spectrum"))
class UNiagaraDataInterfaceAudioSpectrum : public UNiagaraDataInterfaceAudioSubmix
Data Interface allowing sampling of recent audio spectrum.
Name | Description | ||
---|---|---|---|
|
float |
MaximumFrequency |
The maximum frequency represented in the spectrum. |
|
float |
MinimumFrequency |
The minimum frequency represented in the spectrum. |
|
float |
NoiseFloorDb |
The decibel level considered as silence. This is used to scale the output of the spectrum. |
|
Resolution |
The number of spectrum samples to pass to the GPU |
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceAudioSpectrum ( |
Name | Description | ||
---|---|---|---|
|
GetNumChannels ( |
||
|
GetSpectrumValue ( |
VM function overrides: |
Name | Description | ||
---|---|---|---|
|
CanExecuteOnTarget ( |
||
|
CopyToInternal ( |
||
|
Equals ( |
Determines if this DataInterface is the same as another. |
|
|
GetFunctionHLSL ( |
||
|
GetFunctions ( |
Gets all the available functions for this data interface. |
|
|
GetParameterDefinitionHLSL ( |
||
|
GetVMExternalFunction ( |
Returns the delegate for the passed function signature. |
Name | Description | ||
---|---|---|---|
|
BindParameters ( |
Methods that operate on an instance of type FNiagaraDataInterfaceParametersCS*, created by the above CreateComputeParameters() method |
|
|
FNiagaraData... |
CreateComputeParameters() |
Constructs the correct CS parameter type for this DI (if any). |
|
const FTypeL... |
GetComputeParametersTypeDesc() |
|
|
SetParameters ( |
||
|
UnsetParameters ( |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
Name |
Description |
---|---|
GetNumChannelsFunctionName |
|
GetSpectrumFunctionName |
VM function names. |
GetSpectrumName |
Global variable prefixes. |
NumChannelsName |
|
ResolutionName |