Navigation
API > API/Plugins > API/Plugins/TakesCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UTakeRecorderAudioInputSettings
References
| Module | TakesCore |
| Header | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSourceProperty.h |
| Include | #include "TakeRecorderSourceProperty.h" |
Syntax
UCLASS&40;Abstract, Blueprintable, BlueprintType&41;
class UTakeRecorderAudioInputSettings : public UObject
Remarks
Provides access to the UI code for registering OnAudioInputDeviceChanged delegates.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EnumerateAudioDevices
(
bool InForceRefresh |
Subclasses can override this to enumerate audio devices | |
| int32 | Returns the channel count for the currently selected audio device | ||
| FOnAudioInputDeviceChanged & | Accessor for the OnAudioInputDeviceChanged delegate list |