UDialogueWaveFactory

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AudioEditor

Header

/Engine/Source/Editor/AudioEditor/Classes/Factories/DialogueWaveFactory.h

Include

#include "Factories/DialogueWaveFactory.h"

Syntax

class UDialogueWaveFactory : public UFactory

Variables

Name Description

Public variable

bool

 

HasSetInitialTargetVoice

Whether an initial target dialogue voice should be set

Public variable

USoundWave *...

 

InitialSoundWave

An initial sound wave to place in the newly created dialogue wave

Public variable

UDialogueVoice ...

 

InitialSpeakerVoice

An initial speaking dialogue voice to place in the newly created dialogue wave

Public variable

TArray< UDialog...

 

InitialTargetVoices

An initial target dialogue voices to place in the newly created dialogue wave

Constructors

Name Description

Public function

UDialogueWaveFactory

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UFactory

Name Description

Public function Virtual

UObject *...

 

FactoryCreateNew

(
    UClass* InClass,
    UObject* InParent,
    FName InName,
    EObjectFlags Flags,
    UObject* Context,
    FFeedbackContext* Warn
)

Create a new object by class.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss