StaticMeshImportUtils::AddConvexGeomFromVertices

Utility for adding one convex hull from the given verts

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/ImportUtils/StaticMeshImportUtils.h

Include

#include "ImportUtils/StaticMeshImportUtils.h"

Source

/Engine/Source/Editor/UnrealEd/Private/ImportUtils/StaticMeshImportUtils.cpp

Syntax

namespace StaticMeshImportUtils
{
    bool StaticMeshImportUtils::AddConvexGeomFromVertices
    (
        const TArray< FVector > & Verts,
        FKAggregateGeom * AggGeom,
        const TCHAR * ObjName
    )
}

Remarks

Utility for adding one convex hull from the given verts

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