Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- TSharedFromThis
- IAssetTypeActions
- FAssetTypeActions_Base
- FDataflowAssetActions
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowAssetActions.h |
| Include | #include "Dataflow/DataflowAssetActions.h" |
Syntax
class FDataflowAssetActions : public FAssetTypeActions_Base
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetAssetDescription
(
const FAssetData& AssetData |
Overridden from IAssetTypeActions
| Type | Name | Description | |
|---|---|---|---|
| void | GetActions
(
const TArray< UObject* >& InObjects, |
Generates a menubuilder for the specified objects. | |
| uint32 | Returns the categories that this asset type appears in. | ||
| FText | GetName () |
Returns the name of this type | |
| UClass * | Get the supported class of this type. | ||
| FColor | GetTypeColor () |
Returns the color associated with this type | |
| void | OpenAssetEditor
(
const TArray< UObject* >& InObjects, |
Opens the asset editor for the specified objects. |