DynMeshBuilder
|
An editor only actor used to create complex meshes built from many shapes put together
|
DynMeshBuilderInterface
|
Interface to use for all actors building a DynMesh
|
DynMeshRuntimeActor
|
A runtime actor for building a mesh designed with the DynMeshBuilder
|
PolygonVertexBuilder
|
An editor only actor used to map out the vertices for an irregular polygon
|
ShapeGeneratorLibrary
|
Library of util functions for generating various shapes
|
DynMeshUtils
|
Macro library for shared code between runtime and editor components
|
Simple Dyn Mesh Builder BPLibrary
|
C++ library containing various math functions used for generating shapes
|
SingleShapeBuilderBase
|
An editor only actor used to create a single shape which can then be used to create more complex shapes with the DynMeshBuilder
|