UAnimationSharingSetupFactory::FactoryCreateNew

Create a new object by class.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UFactory::FactoryCreateNew()

UAnimationSharingSetupFactory::FactoryCreateNew()

References

Module

AnimationSharingEd

Header

/Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharingEd/Public/AnimationSharingSetupFactory.h

Include

#include "AnimationSharingSetupFactory.h"

Source

/Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharingEd/Private/AnimationSharingSetupFactory.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