Navigation
API > API/Plugins > API/Plugins/HarmonixDsp
| |
|
| Name |
UStretcherAndPitchShifterFactoryConfig |
| Type |
class |
| Header File |
/Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/StretcherAndPitchShifterFactoryConfig.h |
| Include Path |
#include "HarmonixDsp/StretcherAndPitchShifterFactoryConfig.h" |
Syntax
UCLASS (MinimalAPI, Config=Engine, defaultconfig, Meta=(DisplayName="Pitch Shifter Settings"))
class UStretcherAndPitchShifterFactoryConfig : public UHarmonixDeveloperSettings
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
UStretcherAndPitchShifterFactoryConfig()
|
|
HarmonixDsp/StretcherAndPitchShifterFactoryConfig.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DefaultFactory |
FPitchShifterName |
|
HarmonixDsp/StretcherAndPitchShifterFactoryConfig.h |
- Config
- EditDefaultsOnly
- Category="Factory"
|
| FactoryPriority |
TArray< FName > |
|
HarmonixDsp/StretcherAndPitchShifterFactoryConfig.h |
- Config
- EditDefaultsOnly
- Category="Factory"
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| FactoryNameRedirects |
TArray< FPitchShifterNameRedirect > |
Visible in editor, but not editable |
HarmonixDsp/StretcherAndPitchShifterFactoryConfig.h |
- Config
- EditDefaultsOnly
- Category="Factory"
- Meta=(EditCondition="false")
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void AddFactoryNameRedirect
(
FName OldName,
FName NewName
)
|
|
HarmonixDsp/StretcherAndPitchShifterFactoryConfig.h |
|
|
|
HarmonixDsp/StretcherAndPitchShifterFactoryConfig.h |
|
Overridden from UObject
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
HarmonixDsp/StretcherAndPitchShifterFactoryConfig.h |
|
virtual void PostInitProperties()
|
|
HarmonixDsp/StretcherAndPitchShifterFactoryConfig.h |
|