USkeletonFactory

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UnrealEd

Header

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

Include

#include "Factories/SkeletonFactory.h"

Syntax

class USkeletonFactory : public UFactory

Variables

Name Description

Public variable

USkeletalMesh &...

 

TargetSkeletalMesh

The skeletal mesh with which to initialize this skeleton.

Constructors

Name Description

Public function

USkeletonFactory

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UFactory

Name Description

Public function Virtual

bool

 

ConfigureProperties()

Opens a dialog to configure the factory properties.

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