Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/UDatasmithCustomActionBase
- IDatasmithCustomAction::CanApplyOnActors()
- UDatasmithCustomActionBase::CanApplyOnActors()
- UParametricRetessellateAction::CanApplyOnActors()
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithCustomAction.h |
| Include | #include "DatasmithCustomAction.h" |
virtual bool CanApplyOnActors
&40;
const TArray< AActor &42; > & SelectedActors
&41;
Remarks
Called by Datasmith when we displays potential action for some actors (eg. when the context menu of the level editor is used). true when this action is applicable on the given set
Parameters
| Name | Description |
|---|---|
| SelectedActors | Set of candidate actors for processing |