Navigation
API > API/Plugins > API/Plugins/Fab
| Name | FFabWorkflowFactoryRegistry |
| Type | class |
| Header File | /Engine/Plugins/Fab/Source/Fab/Public/FabWorkflowFactoryRegistry.h |
| Include Path | #include "FabWorkflowFactoryRegistry.h" |
Syntax
class FFabWorkflowFactoryRegistry
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Factories | TMap< FString, TSharedPtr< IFabWorkflowFactory > > | FabWorkflowFactoryRegistry.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const TSharedPtr< IFabWorkflowFactory > & GetFactory
(
const FString& ImportType |
FabWorkflowFactoryRegistry.h | ||
static bool IsAssetTypeRegistered
(
const FString& AssetType |
FabWorkflowFactoryRegistry.h | ||
static bool RegisterFactory
(
const TSharedPtr< IFabWorkflowFactory >& InFactory |
FabWorkflowFactoryRegistry.h | ||
static void UnregisterFactory
(
const TSharedPtr< IFabWorkflowFactory >& InFactory |
FabWorkflowFactoryRegistry.h |