Navigation
API > API/Plugins > API/Plugins/SoundCueTemplatesEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- USoundCueTemplateFactory
References
| Module | SoundCueTemplatesEditor |
| Header | /Engine/Plugins/Runtime/SoundCueTemplates/Source/SoundCueTemplatesEditor/Public/SoundCueTemplateFactory.h |
| Include | #include "SoundCueTemplateFactory.h" |
Syntax
UCLASS&40;HideCategories&61;Object, MinimalAPI&41;
class USoundCueTemplateFactory : public UFactory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< USoundCueTemplate > | SoundCueTemplateClass | ||
| TArray< TWeakObjectPtr< USoundWave > > | SoundWaves |
Constructors
| Type | Name | Description | |
|---|---|---|---|
USoundCueTemplateFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | Opens a dialog to configure the factory properties. | ||
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | |
| FString | Returns a new starting point name for newly created assets in the content browser |