Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
| Name | UMetaSoundBaseFactory |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundFactory.h |
| Include Path | #include "MetasoundFactory.h" |
Syntax
UCLASS (Abstract)
class UMetaSoundBaseFactory : public UFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UMetaSoundBaseFactory
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMetaSoundBaseFactory
(
const FObjectInitializer& ObjectInitializer |
MetasoundFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ReferencedMetaSoundObject | TObjectPtr< UObject > | Set to initialize MetaSound type as Preset, using the provided MetaSound as a Reference | MetasoundFactory.h |
|