UAnimBlueprintFactory

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UnrealEd

Header

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

Include

#include "Factories/AnimBlueprintFactory.h"

Syntax

class UAnimBlueprintFactory : public UFactory

Variables

Name Description

Public variable

TEnumAsByte< EB...

 

BlueprintType

The type of blueprint that will be created.

Public variable

TSubclassOf< cl...

 

ParentClass

The parent class of the created blueprint.

Public variable

USkeletalMesh &...

 

PreviewSkeletalMesh

The preview mesh to use with this animation blueprint.

Public variable

USkeleton *

 

TargetSkeleton

The kind of skeleton that animation graphs compiled from the blueprint will animate.

Constructors

Name Description

Public function

UAnimBlueprintFactory

(
    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.

Public function Virtual

UObject *...

 

FactoryCreateNew

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

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