UCoreTechRetessellateAction

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DatasmithCoreTechExtension

Header

/Engine/Plugins/Enterprise/DatasmithCADImporter/Source/DatasmithCoreTechExtension/Public/CoreTechRetessellateAction.h

Include

#include "CoreTechRetessellateAction.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UCoreTechRetessellateAction : public UDatasmithCustomActionBase

Overridden from IDatasmithCustomAction

Name Description

Public function Virtual

void

 

ApplyOnActors

(
    const TArray< AActor* >& Sele...
)

The actual processing, called by Datasmith when the user trigger an action.

Public function Virtual

void

 

ApplyOnAssets

(
    const TArray< FAssetData >& Select...
)

The actual processing, called by Datasmith when the user trigger an action.

Public function Virtual

bool

 

CanApplyOnActors

(
    const TArray< AActor* >& Sele...
)

Called by Datasmith when we displays potential action for some actors (eg. when the context menu of the level editor is used).

Public function Virtual

bool

 

CanApplyOnAssets

(
    const TArray< FAssetData >& Select...
)

Called by Datasmith when we displays potential action for some assets (eg. when the context menu of the content browser is used).

Public function Virtual

const FText ...

 

GetLabel()

Public function Virtual

const FText ...

 

GetTooltip()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss