Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/UDatasmithCustomActionBase
- IDatasmithCustomAction::CanApplyOnAssets()
- UDatasmithCustomActionBase::CanApplyOnAssets()
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithCustomAction.h |
| Include | #include "DatasmithCustomAction.h" |
virtual bool CanApplyOnAssets
(
const TArray < FAssetData > & SelectedAssets
)
Remarks
Called by Datasmith when we displays potential action for some assets (eg. when the context menu of the content browser is used). true when this action is applicable on the given set
Parameters
| Name | Description |
|---|---|
| SelectedAssets | Set of candidate assets for processing |