UMetaSoundSourceFactory::FactoryCreateNew

Create a new object by class.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UFactory::FactoryCreateNew()

UMetaSoundSourceFactory::FactoryCreateNew()

References

Module

MetasoundEditor

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundFactory.h

Include

#include "MetasoundFactory.h"

Source

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundFactory.cpp

Syntax

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

Remarks

Create a new object by class.

Returns

The new object.

Parameters

Parameter

Description

InClass

InParent

InName

Flags

Context

Warn