Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/UDatasmithCustomActionBase
- IDatasmithCustomAction::ApplyOnAssets()
- UDatasmithCustomActionBase::ApplyOnAssets()
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithCustomAction.h |
| Include | #include "DatasmithCustomAction.h" |
virtual void ApplyOnAssets
(
const TArray < FAssetData > & SelectedAssets
)
Remarks
The actual processing, called by Datasmith when the user trigger an action.
Parameters
| Name | Description |
|---|---|
| SelectedAssets | Set of candidate assets for processing |