Navigation
API > API/Plugins > API/Plugins/AnimNextEditor
Inheritance Hierarchy
- IModuleInterface
- IAnimNextEditorModule
References
| Module | AnimNextEditor |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNextEditor/Public/IAnimNextEditorModule.h |
| Include | #include "IAnimNextEditorModule.h" |
Syntax
class IAnimNextEditorModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddWorkspaceSupportedAssetClass
(
const FTopLevelAssetPath& InClassAssetPath |
Add a UClass path to the set of classes which can be opened within an AnimNextWorkspace | |
| void | RegisterLocatorFragmentEditorType
(
FName InLocatorFragmentEditorName |
Register a valid fragment type name to be used with parameter UOLs | |
| void | RemoveWorkspaceSupportedAssetClass
(
const FTopLevelAssetPath& InClassAssetPath |
Remove a UClass path to the set of classes which can be opened within an AnimNextWorkspace | |
| void | UnregisterLocatorFragmentEditorType
(
FName InLocatorFragmentEditorName |
Unregister a valid fragment type name to be used with parameter UOLs |