Navigation
API > API/Editor > API/Editor/UnrealEd
UAimOffsetBlendSpaceFactoryNew.
| Name | UAimOffsetBlendSpaceFactoryNew |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/AimOffsetBlendSpaceFactoryNew.h |
| Include Path | #include "Factories/AimOffsetBlendSpaceFactoryNew.h" |
Syntax
UCLASS (HideCategories=Object, MinimalAPI)
class UAimOffsetBlendSpaceFactoryNew : public UBlendSpaceFactoryNew
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UBlendSpaceFactoryNew → UAimOffsetBlendSpaceFactoryNew
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAimOffsetBlendSpaceFactoryNew
(
const FObjectInitializer& ObjectInitializer |
Factories/AimOffsetBlendSpaceFactoryNew.h |
Functions
Public
Overridden from UFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UObject * FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | Factories/AimOffsetBlendSpaceFactoryNew.h |