IStaticMeshEditor::DoDecomp

This is called when Apply is pressed in the dialog. Does the actual processing.

Windows
MacOS
Linux

References

Module

StaticMeshEditor

Header

/Engine/Source/Editor/StaticMeshEditor/Public/IStaticMeshEditor.h

Include

#include "IStaticMeshEditor.h"

Syntax

void DoDecomp
(
    uint32 InHullCount,
    int32 InMaxHullVerts,
    uint32 InHullPrecision
)

Remarks

This is called when Apply is pressed in the dialog. Does the actual processing.

Parameters

Parameter

Description

InHullCount

The max number of convex hulls allowed

InMaxHullVerts

The max number of verts per hull allowed.

InHullPrecision

The voxel precision to use for V-HACD

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