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