UHapticFeedbackEffectSoundWaveFactory::FactoryCreateNew

Create a new object by class.

Windows
MacOS
Linux

Override Hierarchy

UFactory::FactoryCreateNew()

UHapticFeedbackEffectSoundWaveFactory::FactoryCreateNew()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Factories/HapticFeedbackEffectSoundWaveFactory.h

Include

#include "Factories/HapticFeedbackEffectSoundWaveFactory.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Factories/EditorFactories.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

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