Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceAudio.h |
Include |
#include "NiagaraDataInterfaceAudio.h" |
UCLASS(EditInlineNew, Category="Audio", Meta=(DisplayName="Audio Submix"))
class UNiagaraDataInterfaceAudioSubmix : public UNiagaraDataInterface
Data Interface allowing sampling of recent audio data.
Name | Description | ||
---|---|---|---|
|
TObjectPtr< USo... |
Submix |
The audio submix where analyzed. |
Name | Description | |
---|---|---|
|
UNiagaraDataInterfaceAudioSubmix ( |
Name | Description | ||
---|---|---|---|
|
CopyToInternal ( |
||
|
Equals ( |
Determines if this DataInterface is the same as another. |
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. |