Navigation
API > API/Plugins > API/Plugins/ParametricSurfaceExtension
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDatasmithCustomActionBase
- UParametricRetessellateAction
References
| Module | ParametricSurfaceExtension |
| Header | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/ParametricSurfaceExtension/Public/ParametricRetessellateAction.h |
| Include | #include "ParametricRetessellateAction.h" |
Syntax
UCLASS&40;&41;
class UParametricRetessellateAction : public UDatasmithCustomActionBase
Overridden from IDatasmithCustomAction
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyOnActors
(
const TArray< AActor* >& SelectedActors |
The actual processing, called by Datasmith when the user trigger an action. | |
| void | ApplyOnAssets
(
const TArray< FAssetData >& SelectedAssets |
The actual processing, called by Datasmith when the user trigger an action. | |
| bool | CanApplyOnActors
(
const TArray< AActor* >& SelectedActors |
Called by Datasmith when we displays potential action for some actors (eg. when the context menu of the level editor is used). | |
| bool | CanApplyOnAssets
(
const TArray< FAssetData >& SelectedAssets |
Called by Datasmith when we displays potential action for some assets (eg. when the context menu of the content browser is used). | |
| const FText & | GetLabel () |
||
| const FText & | GetTooltip () |