11class AStaticMeshActor;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Archive.h:1208
Definition CADKernelRetessellateAction.h:14
static CADKERNELEDITOR_API bool RetessellateLegacy(UStaticMesh &StaticMesh, FArchive &Ar)
Definition CADKernelRetessellateAction.cpp:155
static CADKERNELEDITOR_API bool Retessellate(AStaticMeshActor *StaticMeshActor)
Definition CADKernelRetessellateAction.h:31
static CADKERNELEDITOR_API bool Retessellate(const FAssetData &Asset)
Definition CADKernelRetessellateAction.h:25
static CADKERNELEDITOR_API bool RetessellateArray(const TArray< UStaticMesh * > &StaticMeshes)
Definition CADKernelRetessellateAction.cpp:110
static CADKERNELEDITOR_API bool Retessellate(UStaticMesh *StaticMesh)
Definition CADKernelRetessellateAction.h:19
static CADKERNELEDITOR_API bool CanRetessellate(UStaticMesh *StaticMesh)
Definition CADKernelRetessellateAction.cpp:104
Definition StaticMesh.h:593
Definition AssetData.h:162