Navigation
API > API/Runtime > API/Runtime/AudioExtensions
References
Module | AudioExtensions |
Header | /Engine/Source/Runtime/AudioExtensions/Public/IAudioModulation.h |
Include | #include "IAudioModulation.h" |
Syntax
struct FModulatorHandle
Remarks
Handle to a modulator which interacts with the modulation API to manage lifetime of modulator proxy objects internal to modulation plugin implementation.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FModulatorHandle
(
Audio::FModulationParameter&& InParameter |
||
![]() |
FModulatorHandle
(
const FModulatorHandle& InOther |
||
![]() |
FModulatorHandle
(
FModulatorHandle&& InOther |
||
![]() |
FModulatorHandle
(
IAudioModulationManager& InModulation, |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FModulatorHandleId | GetHandleId () |
|
![]() ![]() |
FModulatorId | ||
![]() ![]() |
const FModulationParameter & | GetParameter () |
|
![]() ![]() |
FModulatorTypeId | GetTypeId () |
|
![]() ![]() |
bool | GetValue
(
float& OutValue |
|
![]() ![]() |
bool | GetValueThreadSafe
(
float& OutValue |
|
![]() ![]() |
bool | IsValid () |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator!=
(
const FModulatorHandle& Other |
|
![]() |
FModulatorHandle & | operator=
(
const FModulatorHandle& InOther |
|
![]() |
FModulatorHandle & | operator=
(
FModulatorHandle&& InOther |
|
![]() ![]() |
bool | operator==
(
const FModulatorHandle& Other |