Navigation
API > API/Plugins > API/Plugins/DatasmithContent
Base class for actions available to the end-user through the Content browser contextual menu. By extending this class, the custom action is automatically registered to be available for the end user
| Name | UDatasmithCustomActionBase |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithCustomAction.h |
| Include Path | #include "DatasmithCustomAction.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UDatasmithCustomActionBase :
public UObject ,
public IDatasmithCustomAction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDatasmithCustomActionBase