UReimportSoundSurroundFactory

ReimportSoundSurroundFactory.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AudioEditor

Header

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

Include

#include "Factories/ReimportSoundSurroundFactory.h"

Syntax

class UReimportSoundSurroundFactory :
    public USoundSurroundFactory,
    public FReimportHandler

Remarks

ReimportSoundSurroundFactory.

Variables

Name Description

Public variable

TArray< FString...

 

ReimportPaths

Constructors

Name Description

Public function

UReimportSoundSurroundFactory

(
    const FObjectInitializer& ObjectIn...
)

Overridden from FReimportHandler

Name Description

Public function Virtual

bool

 

CanReimport

(
    UObject* Obj,
    TArray< FString >& OutFilenames
)

Check to see if the handler is capable of reimporting the object

Public function Virtual Const

int32

 

GetPriority()

Get the import priority for this handler.

Public function Virtual

EReimportRes...

 

Reimport

(
    UObject* Obj
)

Attempt to reimport the specified object from its source

Public function Virtual

void

 

SetReimportPaths

(
    UObject* Obj,
    const TArray< FString >& NewReimpo...
)

Sets the reimport path(s) for the specified object

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