Navigation
API > API/Plugins > API/Plugins/LiveLinkEditor > API/Plugins/LiveLinkEditor/VirtualSubjects
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UBlueprintFactory
- ULiveLinkBlueprintVirtualSubjectFactory
References
| Module | LiveLinkEditor |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/Public/VirtualSubjects/LiveLinkBlueprintVirtualSubjectFactory.h |
| Include | #include "VirtualSubjects/LiveLinkBlueprintVirtualSubjectFactory.h" |
Syntax
UCLASS&40;HideCategories&61;Object&41;
class ULiveLinkBlueprintVirtualSubjectFactory : public UBlueprintFactory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< ULiveLinkRole > | Role |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | Opens a dialog to configure the factory properties. | ||
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | |
| FText | Returns the name of the factory for menus | ||
| uint32 | When shown in menus, this is the category containing this factory. | ||
| bool | Returns true if this factory should be shown in the New Asset menu (by default calls CanCreateNew). |