Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceAudioOscilloscope.h |
Include |
#include "NiagaraDataInterfaceAudioOscilloscope.h" |
UCLASS(EditInlineNew, Category="Audio", Meta=(DisplayName="Audio Oscilloscope"))
class UNiagaraDataInterfaceAudioOscilloscope : public UNiagaraDataInterface
Data Interface allowing sampling of recent audio data.
Name | Description | ||
---|---|---|---|
|
Resolution |
The number of samples of audio to pass to the GPU. |
|
|
float |
ScopeInMilliseconds |
The number of milliseconds of audio to show. |
|
TObjectPtr< USo... |
Submix |
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceAudioOscilloscope ( |
Name | Description | ||
---|---|---|---|
|
GetNumChannels ( |
||
|
SampleAudio ( |
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. |
|
|
RequiresDistanceFieldData() |
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 | ||
---|---|---|---|
|
BeginDestroy() |
Called before destroying the object. |
|
|
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 |
---|---|
MaxBufferResolution |