Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraMergeable
- UNiagaraDataInterfaceBase
- UNiagaraDataInterface
- UNiagaraDataInterfaceAudioSubmix
- UNiagaraDataInterfaceAudioSpectrum
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceAudio.h |
| Include | #include "NiagaraDataInterfaceAudio.h" |
Syntax
UCLASS&40;EditInlineNew, Category&61;"Audio", CollapseCategories, Meta&61;&40;DisplayName&61;"Audio Submix"&41;,
MinimalAPI&41;
class UNiagaraDataInterfaceAudioSubmix : public UNiagaraDataInterface
Remarks
Data Interface allowing sampling of recent audio data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< USoundSubmix > | Submix | The audio submix where analyzed. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraDataInterfaceAudioSubmix
(
const FObjectInitializer& ObjectInitializer |
Overridden from UNiagaraDataInterface
| Type | Name | Description | |
|---|---|---|---|
| bool | CopyToInternal
(
UNiagaraDataInterface* Destination |
||
| bool | Equals
(
const UNiagaraDataInterface* Other |
Determines if this DataInterface is the same as another. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
Called before destroying the object. | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. | ||
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |